Print this page
8158 Want named threads API
9857 proc manpages should have LIBRARY section

Split Close
Expand all
Collapse all
          --- old/usr/src/pkg/manifests/system-test-libctest.mf
          +++ new/usr/src/pkg/manifests/system-test-libctest.mf
↓ open down ↓ 5 lines elided ↑ open up ↑
   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 by Delphix. All rights reserved.
  14   14  # Copyright 2014, OmniTI Computer Consulting, Inc. All rights reserved.
  15   15  # Copyright 2015 Garrett D'Amore <garrett@damore.org>
       16 +# Copyright 2018 Joyent, Inc.
  16   17  #
  17   18  
  18   19  set name=pkg.fmri value=pkg:/system/test/libctest@$(PKGVERS)
  19   20  set name=pkg.description value="C library Unit Tests"
  20   21  set name=pkg.summary value="C Library Unit Test Suite"
  21   22  set name=info.classification \
  22   23      value=org.opensolaris.category.2008:Development/System
  23   24  set name=variant.arch value=$(ARCH)
  24   25  dir path=opt/libc-tests
  25   26  dir path=opt/libc-tests/bin
↓ open down ↓ 125 lines elided ↑ open up ↑
 151  152  file path=opt/libc-tests/tests/select/select.sh mode=0555
 152  153  file path=opt/libc-tests/tests/select/select_test mode=0555
 153  154  file path=opt/libc-tests/tests/set_constraint_handler_s.32 mode=0555
 154  155  file path=opt/libc-tests/tests/set_constraint_handler_s.64 mode=0555
 155  156  file path=opt/libc-tests/tests/strcoll-strxfrm-6907.32 mode=0555
 156  157  file path=opt/libc-tests/tests/strcoll-strxfrm-6907.64 mode=0555
 157  158  file path=opt/libc-tests/tests/strerror mode=0555
 158  159  file path=opt/libc-tests/tests/symbols/setup mode=0555
 159  160  file path=opt/libc-tests/tests/symbols/symbols_test.$(ARCH) mode=0555
 160  161  file path=opt/libc-tests/tests/symbols/symbols_test.$(ARCH64) mode=0555
      162 +file path=opt/libc-tests/tests/thread_name mode=0555
 161  163  file path=opt/libc-tests/tests/timespec_get.32 mode=0555
 162  164  file path=opt/libc-tests/tests/timespec_get.64 mode=0555
 163  165  file path=opt/libc-tests/tests/wcsncasecmp-7344.32 mode=0555
 164  166  file path=opt/libc-tests/tests/wcsncasecmp-7344.64 mode=0555
 165  167  file path=opt/libc-tests/tests/wcsncasecmp-7350.32 mode=0555
 166  168  file path=opt/libc-tests/tests/wcsncasecmp-7350.64 mode=0555
 167  169  file path=opt/libc-tests/tests/wcsncasecmp.32 mode=0555
 168  170  file path=opt/libc-tests/tests/wcsncasecmp.64 mode=0555
 169  171  file path=opt/libc-tests/tests/wcsrtombs_test mode=0555
 170  172  file path=opt/libc-tests/tests/wcsrtombs_test.$(ARCH) mode=0555
↓ open down ↓ 47 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX