Print this page
8158 Want named threads API
9857 proc manpages should have LIBRARY section
   1 #
   2 # This file and its contents are supplied under the terms of the
   3 # Common Development and Distribution License ("CDDL"), version 1.0.
   4 # You may only use this file in accordance with the terms of version
   5 # 1.0 of the CDDL.
   6 #
   7 # A full copy of the text of the CDDL should have accompanied this
   8 # source.  A copy of the CDDL is also available via the Internet at
   9 # http://www.illumos.org/license/CDDL.
  10 #
  11 
  12 #
  13 # Copyright (c) 2012 by Delphix. All rights reserved.
  14 # Copyright 2014, OmniTI Computer Consulting, Inc. All rights reserved.
  15 # Copyright 2015 Garrett D'Amore <garrett@damore.org>

  16 #
  17 
  18 set name=pkg.fmri value=pkg:/system/test/libctest@$(PKGVERS)
  19 set name=pkg.description value="C library Unit Tests"
  20 set name=pkg.summary value="C Library Unit Test Suite"
  21 set name=info.classification \
  22     value=org.opensolaris.category.2008:Development/System
  23 set name=variant.arch value=$(ARCH)
  24 dir path=opt/libc-tests
  25 dir path=opt/libc-tests/bin
  26 dir path=opt/libc-tests/cfg
  27 dir path=opt/libc-tests/cfg/symbols
  28 dir path=opt/libc-tests/runfiles
  29 dir path=opt/libc-tests/tests
  30 dir path=opt/libc-tests/tests/random
  31 dir path=opt/libc-tests/tests/regex
  32 dir path=opt/libc-tests/tests/regex/data
  33 dir path=opt/libc-tests/tests/select
  34 dir path=opt/libc-tests/tests/symbols
  35 dir path=usr group=sys


 141 file path=opt/libc-tests/tests/regex/data/leftassoc.dat mode=0444
 142 file path=opt/libc-tests/tests/regex/data/leftassoc.out mode=0444
 143 file path=opt/libc-tests/tests/regex/data/nullsubexpr.dat mode=0444
 144 file path=opt/libc-tests/tests/regex/data/nullsubexpr.out mode=0444
 145 file path=opt/libc-tests/tests/regex/data/repetition.dat mode=0444
 146 file path=opt/libc-tests/tests/regex/data/repetition.out mode=0444
 147 file path=opt/libc-tests/tests/regex/data/rightassoc.dat mode=0444
 148 file path=opt/libc-tests/tests/regex/data/rightassoc.out mode=0444
 149 file path=opt/libc-tests/tests/regex/regex_test mode=0555
 150 file path=opt/libc-tests/tests/regex/testregex mode=0555
 151 file path=opt/libc-tests/tests/select/select.sh mode=0555
 152 file path=opt/libc-tests/tests/select/select_test mode=0555
 153 file path=opt/libc-tests/tests/set_constraint_handler_s.32 mode=0555
 154 file path=opt/libc-tests/tests/set_constraint_handler_s.64 mode=0555
 155 file path=opt/libc-tests/tests/strcoll-strxfrm-6907.32 mode=0555
 156 file path=opt/libc-tests/tests/strcoll-strxfrm-6907.64 mode=0555
 157 file path=opt/libc-tests/tests/strerror mode=0555
 158 file path=opt/libc-tests/tests/symbols/setup mode=0555
 159 file path=opt/libc-tests/tests/symbols/symbols_test.$(ARCH) mode=0555
 160 file path=opt/libc-tests/tests/symbols/symbols_test.$(ARCH64) mode=0555

 161 file path=opt/libc-tests/tests/timespec_get.32 mode=0555
 162 file path=opt/libc-tests/tests/timespec_get.64 mode=0555
 163 file path=opt/libc-tests/tests/wcsncasecmp-7344.32 mode=0555
 164 file path=opt/libc-tests/tests/wcsncasecmp-7344.64 mode=0555
 165 file path=opt/libc-tests/tests/wcsncasecmp-7350.32 mode=0555
 166 file path=opt/libc-tests/tests/wcsncasecmp-7350.64 mode=0555
 167 file path=opt/libc-tests/tests/wcsncasecmp.32 mode=0555
 168 file path=opt/libc-tests/tests/wcsncasecmp.64 mode=0555
 169 file path=opt/libc-tests/tests/wcsrtombs_test mode=0555
 170 file path=opt/libc-tests/tests/wcsrtombs_test.$(ARCH) mode=0555
 171 file path=opt/libc-tests/tests/wcsrtombs_test.$(ARCH64) mode=0555
 172 file path=opt/libc-tests/tests/wctype_test mode=0555
 173 file path=opt/libc-tests/tests/wctype_test.$(ARCH) mode=0555
 174 file path=opt/libc-tests/tests/wctype_test.$(ARCH64) mode=0555
 175 file path=usr/lib/locale/zz_AA.UTF-8/LC_COLLATE/LCL_DATA mode=0444
 176 file path=usr/lib/locale/zz_AA.UTF-8/LC_CTYPE/LCL_DATA mode=0444
 177 file path=usr/lib/locale/zz_AA.UTF-8/LC_MESSAGES/LCL_DATA mode=0444
 178 file path=usr/lib/locale/zz_AA.UTF-8/LC_MESSAGES/SUNW_OST_OSLIB.mo mode=0444
 179 file path=usr/lib/locale/zz_AA.UTF-8/LC_MESSAGES/priv_names mode=0444
 180 file path=usr/lib/locale/zz_AA.UTF-8/LC_MONETARY/LCL_DATA mode=0444


   1 #
   2 # This file and its contents are supplied under the terms of the
   3 # Common Development and Distribution License ("CDDL"), version 1.0.
   4 # You may only use this file in accordance with the terms of version
   5 # 1.0 of the CDDL.
   6 #
   7 # A full copy of the text of the CDDL should have accompanied this
   8 # source.  A copy of the CDDL is also available via the Internet at
   9 # http://www.illumos.org/license/CDDL.
  10 #
  11 
  12 #
  13 # Copyright (c) 2012 by Delphix. All rights reserved.
  14 # Copyright 2014, OmniTI Computer Consulting, Inc. All rights reserved.
  15 # Copyright 2015 Garrett D'Amore <garrett@damore.org>
  16 # Copyright 2018 Joyent, Inc.
  17 #
  18 
  19 set name=pkg.fmri value=pkg:/system/test/libctest@$(PKGVERS)
  20 set name=pkg.description value="C library Unit Tests"
  21 set name=pkg.summary value="C Library Unit Test Suite"
  22 set name=info.classification \
  23     value=org.opensolaris.category.2008:Development/System
  24 set name=variant.arch value=$(ARCH)
  25 dir path=opt/libc-tests
  26 dir path=opt/libc-tests/bin
  27 dir path=opt/libc-tests/cfg
  28 dir path=opt/libc-tests/cfg/symbols
  29 dir path=opt/libc-tests/runfiles
  30 dir path=opt/libc-tests/tests
  31 dir path=opt/libc-tests/tests/random
  32 dir path=opt/libc-tests/tests/regex
  33 dir path=opt/libc-tests/tests/regex/data
  34 dir path=opt/libc-tests/tests/select
  35 dir path=opt/libc-tests/tests/symbols
  36 dir path=usr group=sys


 142 file path=opt/libc-tests/tests/regex/data/leftassoc.dat mode=0444
 143 file path=opt/libc-tests/tests/regex/data/leftassoc.out mode=0444
 144 file path=opt/libc-tests/tests/regex/data/nullsubexpr.dat mode=0444
 145 file path=opt/libc-tests/tests/regex/data/nullsubexpr.out mode=0444
 146 file path=opt/libc-tests/tests/regex/data/repetition.dat mode=0444
 147 file path=opt/libc-tests/tests/regex/data/repetition.out mode=0444
 148 file path=opt/libc-tests/tests/regex/data/rightassoc.dat mode=0444
 149 file path=opt/libc-tests/tests/regex/data/rightassoc.out mode=0444
 150 file path=opt/libc-tests/tests/regex/regex_test mode=0555
 151 file path=opt/libc-tests/tests/regex/testregex mode=0555
 152 file path=opt/libc-tests/tests/select/select.sh mode=0555
 153 file path=opt/libc-tests/tests/select/select_test mode=0555
 154 file path=opt/libc-tests/tests/set_constraint_handler_s.32 mode=0555
 155 file path=opt/libc-tests/tests/set_constraint_handler_s.64 mode=0555
 156 file path=opt/libc-tests/tests/strcoll-strxfrm-6907.32 mode=0555
 157 file path=opt/libc-tests/tests/strcoll-strxfrm-6907.64 mode=0555
 158 file path=opt/libc-tests/tests/strerror mode=0555
 159 file path=opt/libc-tests/tests/symbols/setup mode=0555
 160 file path=opt/libc-tests/tests/symbols/symbols_test.$(ARCH) mode=0555
 161 file path=opt/libc-tests/tests/symbols/symbols_test.$(ARCH64) mode=0555
 162 file path=opt/libc-tests/tests/thread_name mode=0555
 163 file path=opt/libc-tests/tests/timespec_get.32 mode=0555
 164 file path=opt/libc-tests/tests/timespec_get.64 mode=0555
 165 file path=opt/libc-tests/tests/wcsncasecmp-7344.32 mode=0555
 166 file path=opt/libc-tests/tests/wcsncasecmp-7344.64 mode=0555
 167 file path=opt/libc-tests/tests/wcsncasecmp-7350.32 mode=0555
 168 file path=opt/libc-tests/tests/wcsncasecmp-7350.64 mode=0555
 169 file path=opt/libc-tests/tests/wcsncasecmp.32 mode=0555
 170 file path=opt/libc-tests/tests/wcsncasecmp.64 mode=0555
 171 file path=opt/libc-tests/tests/wcsrtombs_test mode=0555
 172 file path=opt/libc-tests/tests/wcsrtombs_test.$(ARCH) mode=0555
 173 file path=opt/libc-tests/tests/wcsrtombs_test.$(ARCH64) mode=0555
 174 file path=opt/libc-tests/tests/wctype_test mode=0555
 175 file path=opt/libc-tests/tests/wctype_test.$(ARCH) mode=0555
 176 file path=opt/libc-tests/tests/wctype_test.$(ARCH64) mode=0555
 177 file path=usr/lib/locale/zz_AA.UTF-8/LC_COLLATE/LCL_DATA mode=0444
 178 file path=usr/lib/locale/zz_AA.UTF-8/LC_CTYPE/LCL_DATA mode=0444
 179 file path=usr/lib/locale/zz_AA.UTF-8/LC_MESSAGES/LCL_DATA mode=0444
 180 file path=usr/lib/locale/zz_AA.UTF-8/LC_MESSAGES/SUNW_OST_OSLIB.mo mode=0444
 181 file path=usr/lib/locale/zz_AA.UTF-8/LC_MESSAGES/priv_names mode=0444
 182 file path=usr/lib/locale/zz_AA.UTF-8/LC_MONETARY/LCL_DATA mode=0444