Print this page
9600 LDT still not happy under KPTI

Split Close
Expand all
Collapse all
          --- old/usr/src/pkg/manifests/system-test-ostest.mf
          +++ new/usr/src/pkg/manifests/system-test-ostest.mf
↓ open down ↓ 4 lines elided ↑ open up ↑
   5    5  # 1.0 of the CDDL.
   6    6  #
   7    7  # A full copy of the text of the CDDL should have accompanied this
   8    8  # source.  A copy of the CDDL is also available via the Internet at
   9    9  # http://www.illumos.org/license/CDDL.
  10   10  #
  11   11  
  12   12  #
  13   13  # Copyright (c) 2012, 2016 by Delphix. All rights reserved.
  14   14  # Copyright 2014, OmniTI Computer Consulting, Inc. All rights reserved.
  15      -# Copyright 2017 Joyent, Inc.
       15 +# Copyright 2018 Joyent, Inc.
  16   16  #
  17   17  
  18   18  set name=pkg.fmri value=pkg:/system/test/ostest@$(PKGVERS)
  19   19  set name=pkg.description value="Miscellaneous OS Unit Tests"
  20   20  set name=pkg.summary value="OS Unit Test Suite"
  21   21  set name=info.classification \
  22   22      value=org.opensolaris.category.2008:Development/System
  23   23  set name=variant.arch value=$(ARCH)
  24   24  dir path=opt/os-tests
  25   25  dir path=opt/os-tests/bin
  26   26  dir path=opt/os-tests/runfiles
  27   27  dir path=opt/os-tests/tests
  28   28  dir path=opt/os-tests/tests/file-locking
       29 +$(i386_ONLY)dir path=opt/os-tests/tests/i386
  29   30  dir path=opt/os-tests/tests/pf_key
  30   31  dir path=opt/os-tests/tests/sdevfs
  31   32  dir path=opt/os-tests/tests/secflags
  32   33  dir path=opt/os-tests/tests/sigqueue
  33   34  dir path=opt/os-tests/tests/sockfs
  34   35  dir path=opt/os-tests/tests/stress
  35   36  file path=opt/os-tests/README mode=0444
  36   37  file path=opt/os-tests/bin/ostest mode=0555
  37   38  file path=opt/os-tests/runfiles/default.run mode=0444
  38   39  file path=opt/os-tests/tests/epoll_test mode=0555
  39   40  file path=opt/os-tests/tests/file-locking/acquire-lock.32 mode=0555
  40   41  file path=opt/os-tests/tests/file-locking/acquire-lock.64 mode=0555
  41   42  file path=opt/os-tests/tests/file-locking/runtests.32 mode=0555
  42   43  file path=opt/os-tests/tests/file-locking/runtests.64 mode=0555
       44 +$(i386_ONLY)file path=opt/os-tests/tests/i386/ldt mode=0555
  43   45  file path=opt/os-tests/tests/pf_key/acquire-compare mode=0555
  44   46  file path=opt/os-tests/tests/pf_key/acquire-spray mode=0555
  45   47  file path=opt/os-tests/tests/pf_key/eacq-enabler mode=0555
  46   48  file path=opt/os-tests/tests/pf_key/kmc-update mode=0555
  47   49  file path=opt/os-tests/tests/pf_key/kmc-updater mode=0555
  48   50  file path=opt/os-tests/tests/poll_test mode=0555
  49   51  file path=opt/os-tests/tests/sdevfs/sdevfs_eisdir mode=0555
  50   52  file path=opt/os-tests/tests/secflags/addrs-32 mode=0555
  51   53  file path=opt/os-tests/tests/secflags/addrs-64 mode=0555
  52   54  file path=opt/os-tests/tests/secflags/secflags_aslr mode=0555
↓ open down ↓ 24 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX