12d08521bSGarrett D'Amore#
22d08521bSGarrett D'Amore# This file and its contents are supplied under the terms of the
32d08521bSGarrett D'Amore# Common Development and Distribution License ("CDDL"), version 1.0.
42d08521bSGarrett D'Amore# You may only use this file in accordance with the terms of version
52d08521bSGarrett D'Amore# 1.0 of the CDDL.
62d08521bSGarrett D'Amore#
72d08521bSGarrett D'Amore# A full copy of the text of the CDDL should have accompanied this
82d08521bSGarrett D'Amore# source.  A copy of the CDDL is also available via the Internet at
92d08521bSGarrett D'Amore# http://www.illumos.org/license/CDDL.
102d08521bSGarrett D'Amore#
112d08521bSGarrett D'Amore
122d08521bSGarrett D'Amore#
132d08521bSGarrett D'Amore# Copyright (c) 2012 by Delphix. All rights reserved.
142d08521bSGarrett D'Amore# Copyright 2014, OmniTI Computer Consulting, Inc. All rights reserved.
15de572d98SGarrett D'Amore# Copyright 2015 Garrett D'Amore <garrett@damore.org>
16ab618543SJohn Levon# Copyright 2018 Joyent, Inc.
17621b6cf7SAndy Fiddaman# Copyright 2022 OmniOS Community Edition (OmniOSce) Association.
18a87ab1eaSBill Sommerfeld# Copyright 2023 Bill Sommerfeld <sommerfeld@alum.mit.edu>
19*faadcf7eSRobert Mustacchi# Copyright 2024 Oxide Computer Company
202d08521bSGarrett D'Amore#
212d08521bSGarrett D'Amore
222d08521bSGarrett D'Amoreset name=pkg.fmri value=pkg:/system/test/libctest@$(PKGVERS)
232d08521bSGarrett D'Amoreset name=pkg.summary value="C Library Unit Test Suite"
2486d41711SAndy Fiddamanset name=pkg.description value="C library Unit Tests"
252d08521bSGarrett D'Amoreset name=info.classification \
262d08521bSGarrett D'Amore    value=org.opensolaris.category.2008:Development/System
272d08521bSGarrett D'Amoreset name=variant.arch value=$(ARCH)
2886d41711SAndy Fiddamandir  path=opt/libc-tests
292d08521bSGarrett D'Amorefile path=opt/libc-tests/README mode=0444
3086d41711SAndy Fiddamandir  path=opt/libc-tests/bin
312d08521bSGarrett D'Amorefile path=opt/libc-tests/bin/libctest mode=0555
3286d41711SAndy Fiddamandir  path=opt/libc-tests/cfg
33de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/README mode=0444
34de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/compilation.cfg mode=0444
3586d41711SAndy Fiddamandir  path=opt/libc-tests/cfg/symbols
36de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/README mode=0444
37fc2512cfSRobert Mustacchifile path=opt/libc-tests/cfg/symbols/assert_h.cfg mode=0444
38de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/ctype_h.cfg mode=0444
39de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/dirent_h.cfg mode=0444
40de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/fcntl_h.cfg mode=0444
41de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/locale_h.cfg mode=0444
42de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/math_h.cfg mode=0444
43de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/netdb_h.cfg mode=0444
44de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/pthread_h.cfg mode=0444
45de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/signal_h.cfg mode=0444
46fc2512cfSRobert Mustacchifile path=opt/libc-tests/cfg/symbols/stdalign_h.cfg mode=0444
47fc2512cfSRobert Mustacchifile path=opt/libc-tests/cfg/symbols/stddef_h.cfg mode=0444
48de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/stdio_h.cfg mode=0444
49de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/stdlib_h.cfg mode=0444
50fc2512cfSRobert Mustacchifile path=opt/libc-tests/cfg/symbols/stdnoreturn_h.cfg mode=0444
51b599bd93SRobert Mustacchifile path=opt/libc-tests/cfg/symbols/string_h.cfg mode=0444
52de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/strings_h.cfg mode=0444
531dc4a592SRobert Mustacchifile path=opt/libc-tests/cfg/symbols/sys_atomic_h.cfg mode=0444
54df5cd018SRobert Mustacchifile path=opt/libc-tests/cfg/symbols/sys_mman_h.cfg mode=0444
55de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/sys_stat_h.cfg mode=0444
56de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/sys_time_h.cfg mode=0444
57de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/sys_timeb_h.cfg mode=0444
58fc2512cfSRobert Mustacchifile path=opt/libc-tests/cfg/symbols/threads_h.cfg mode=0444
59fc2512cfSRobert Mustacchifile path=opt/libc-tests/cfg/symbols/time_h.cfg mode=0444
60de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/ucontext_h.cfg mode=0444
61de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/unistd_h.cfg mode=0444
62de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/wchar_h.cfg mode=0444
63de572d98SGarrett D'Amorefile path=opt/libc-tests/cfg/symbols/wctype_h.cfg mode=0444
6486d41711SAndy Fiddamandir  path=opt/libc-tests/runfiles
652d08521bSGarrett D'Amorefile path=opt/libc-tests/runfiles/default.run mode=0444
6686d41711SAndy Fiddamandir  path=opt/libc-tests/tests
67fc2512cfSRobert Mustacchifile path=opt/libc-tests/tests/aligned_alloc.32 mode=0555
68fc2512cfSRobert Mustacchifile path=opt/libc-tests/tests/aligned_alloc.64 mode=0555
694322dd90SRobert Mustacchifile path=opt/libc-tests/tests/asprintf-14933.32 mode=0555
704322dd90SRobert Mustacchifile path=opt/libc-tests/tests/asprintf-14933.64 mode=0555
71fc2512cfSRobert Mustacchifile path=opt/libc-tests/tests/c11_threads.32 mode=0555
72fc2512cfSRobert Mustacchifile path=opt/libc-tests/tests/c11_threads.64 mode=0555
73fc2512cfSRobert Mustacchifile path=opt/libc-tests/tests/c11_tss.32 mode=0555
74fc2512cfSRobert Mustacchifile path=opt/libc-tests/tests/c11_tss.64 mode=0555
75fc2512cfSRobert Mustacchifile path=opt/libc-tests/tests/call_once.32 mode=0555
76fc2512cfSRobert Mustacchifile path=opt/libc-tests/tests/call_once.64 mode=0555
77b599bd93SRobert Mustacchifile path=opt/libc-tests/tests/catopen mode=0555
78a87ab1eaSBill Sommerfeldfile path=opt/libc-tests/tests/closefrom.32 mode=0555
79a87ab1eaSBill Sommerfeldfile path=opt/libc-tests/tests/closefrom.64 mode=0555
807dc9a163SRobert Mustacchifile path=opt/libc-tests/tests/endian.32 mode=0555
817dc9a163SRobert Mustacchifile path=opt/libc-tests/tests/endian.64 mode=0555
8260b81b86SRobert Mustacchifile path=opt/libc-tests/tests/env-7076.32 mode=0555
8360b81b86SRobert Mustacchifile path=opt/libc-tests/tests/env-7076.64 mode=0555
84621b6cf7SAndy Fiddamandir  path=opt/libc-tests/tests/err
85621b6cf7SAndy Fiddamandir  path=opt/libc-tests/tests/err/data
86621b6cf7SAndy Fiddamanfile path=opt/libc-tests/tests/err/data/E.0.3.4 mode=0444
87621b6cf7SAndy Fiddamanfile path=opt/libc-tests/tests/err/data/E.1.5.6 mode=0444
88621b6cf7SAndy Fiddamanfile path=opt/libc-tests/tests/err/data/E.2.7.8 mode=0444
89621b6cf7SAndy Fiddamanfile path=opt/libc-tests/tests/err/data/E.3.9.10 mode=0444
90621b6cf7SAndy Fiddamanfile path=opt/libc-tests/tests/err/data/E.4.11.12 mode=0444
91621b6cf7SAndy Fiddamanfile path=opt/libc-tests/tests/err/data/E.5.13.14 mode=0444
92621b6cf7SAndy Fiddamanfile path=opt/libc-tests/tests/err/data/W.0.3.4 mode=0444
93621b6cf7SAndy Fiddamanfile path=opt/libc-tests/tests/err/data/W.1.5.6 mode=0444
94621b6cf7SAndy Fiddamanfile path=opt/libc-tests/tests/err/data/W.2.7.8 mode=0444
95621b6cf7SAndy Fiddamanfile path=opt/libc-tests/tests/err/data/W.3.9.10 mode=0444
96621b6cf7SAndy Fiddamanfile path=opt/libc-tests/tests/err/data/W.4.11.12 mode=0444
97621b6cf7SAndy Fiddamanfile path=opt/libc-tests/tests/err/data/W.5.13.14 mode=0444
98621b6cf7SAndy Fiddamanfile path=opt/libc-tests/tests/err/err mode=0555
99621b6cf7SAndy Fiddamanfile path=opt/libc-tests/tests/err/err.ksh mode=0555
1002b395c3cSAndy Fiddamanfile path=opt/libc-tests/tests/fexecve_test mode=0555
1012b395c3cSAndy Fiddamanfile path=opt/libc-tests/tests/fexecve_test.$(ARCH) mode=0555
1022b395c3cSAndy Fiddamanfile path=opt/libc-tests/tests/fexecve_test.$(ARCH64) mode=0555
103f52b16c6SYuri Pankovfile path=opt/libc-tests/tests/fnmatch.32 mode=0555
104f52b16c6SYuri Pankovfile path=opt/libc-tests/tests/fnmatch.64 mode=0555
105a2290a36SDan McDonaldfile path=opt/libc-tests/tests/fpround_test mode=0555
106de572d98SGarrett D'Amorefile path=opt/libc-tests/tests/fpround_test.$(ARCH) mode=0555
107de572d98SGarrett D'Amorefile path=opt/libc-tests/tests/fpround_test.$(ARCH64) mode=0555
10886d41711SAndy Fiddamandir  path=opt/libc-tests/tests/i18n
1090a9a25a2SRichard Hansenfile path=opt/libc-tests/tests/i18n/bindtextdomain_test mode=0555
1100a9a25a2SRichard Hansenfile path=opt/libc-tests/tests/i18n/bindtextdomain_test.$(ARCH) mode=0555
1110a9a25a2SRichard Hansenfile path=opt/libc-tests/tests/i18n/bindtextdomain_test.$(ARCH64) mode=0555
112cfa8d083SRobert Mustacchifile path=opt/libc-tests/tests/isatty.32 mode=0555
113cfa8d083SRobert Mustacchifile path=opt/libc-tests/tests/isatty.64 mode=0555
114d6bf1708SRobert Mustacchifile path=opt/libc-tests/tests/memchr.32 mode=0555
115d6bf1708SRobert Mustacchifile path=opt/libc-tests/tests/memchr.64 mode=0555
11600efb5e1SYuri Pankovfile path=opt/libc-tests/tests/memset_s.32 mode=0555
11700efb5e1SYuri Pankovfile path=opt/libc-tests/tests/memset_s.64 mode=0555
11850718d3eSRobert Mustacchifile path=opt/libc-tests/tests/mutex-16200.32 mode=0555
11950718d3eSRobert Mustacchifile path=opt/libc-tests/tests/mutex-16200.64 mode=0555
1202d08521bSGarrett D'Amorefile path=opt/libc-tests/tests/newlocale_test mode=0555
121de572d98SGarrett D'Amorefile path=opt/libc-tests/tests/newlocale_test.$(ARCH) mode=0555
122de572d98SGarrett D'Amorefile path=opt/libc-tests/tests/newlocale_test.$(ARCH64) mode=0555
123538aa54dSGarrett D'Amorefile path=opt/libc-tests/tests/nl_langinfo_test mode=0555
124de572d98SGarrett D'Amorefile path=opt/libc-tests/tests/nl_langinfo_test.$(ARCH) mode=0555
125de572d98SGarrett D'Amorefile path=opt/libc-tests/tests/nl_langinfo_test.$(ARCH64) mode=0555
126a547acf9SRichard Lowefile path=opt/libc-tests/tests/posix_memalign.32 mode=0555
127a547acf9SRichard Lowefile path=opt/libc-tests/tests/posix_memalign.64 mode=0555
12806ca4e39SAndy Fiddamanfile path=opt/libc-tests/tests/printf-15294.32 mode=0555
12906ca4e39SAndy Fiddamanfile path=opt/libc-tests/tests/printf-15294.64 mode=0555
130afc62b4bSRobert Mustacchifile path=opt/libc-tests/tests/printf-6961.64 mode=0555
131804635d7SYuri Pankovfile path=opt/libc-tests/tests/printf-9511.32 mode=0555
132804635d7SYuri Pankovfile path=opt/libc-tests/tests/printf-9511.64 mode=0555
133b599bd93SRobert Mustacchifile path=opt/libc-tests/tests/priv_gettext mode=0555
13449add8ecSRobert Mustacchifile path=opt/libc-tests/tests/psignal mode=0555
13549add8ecSRobert Mustacchifile path=opt/libc-tests/tests/psignal-5097.32 mode=0555
13649add8ecSRobert Mustacchifile path=opt/libc-tests/tests/psignal-5097.64 mode=0555
137e56998eeSRobert Mustacchifile path=opt/libc-tests/tests/pthread_attr_get_np mode=0555
13886d41711SAndy Fiddamandir  path=opt/libc-tests/tests/qsort
13944431c82SRobert Mustacchifile path=opt/libc-tests/tests/qsort/qsort_test mode=0555
14044431c82SRobert Mustacchifile path=opt/libc-tests/tests/qsort/qsort_test.$(ARCH) mode=0555
14144431c82SRobert Mustacchifile path=opt/libc-tests/tests/qsort/qsort_test.$(ARCH64) mode=0555
142fc2512cfSRobert Mustacchifile path=opt/libc-tests/tests/quick_exit mode=0555
143fc2512cfSRobert Mustacchifile path=opt/libc-tests/tests/quick_exit_order.32 mode=0555
144fc2512cfSRobert Mustacchifile path=opt/libc-tests/tests/quick_exit_order.64 mode=0555
145fc2512cfSRobert Mustacchifile path=opt/libc-tests/tests/quick_exit_status.32 mode=0555
146fc2512cfSRobert Mustacchifile path=opt/libc-tests/tests/quick_exit_status.64 mode=0555
14786d41711SAndy Fiddamandir  path=opt/libc-tests/tests/random
1489d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/arc4key.ksh mode=0555
1499d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/arc4random mode=0555
1509d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/arc4random_fork mode=0555
1519d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/arc4random_forkall mode=0555
1529d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/arc4random_forksig mode=0555
1539d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/arc4random_prefork mode=0555
1549d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/arc4random_preforkall mode=0555
1559d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/arc4random_preforksig mode=0555
1569d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/arc4random_rekey mode=0555
1579d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/chacha mode=0555
1589d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/getentropy mode=0555
1599d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/getrandom mode=0555
160a17dff0dSRobert Mustacchifile path=opt/libc-tests/tests/random/getrandred mode=0555
1619d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/inz_child mode=0555
1629d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/inz_inval mode=0555
1639d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/inz_mlock mode=0555
1649d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/inz_region mode=0555
1659d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/inz_split mode=0555
1669d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/inz_split_vpp mode=0555
1679d12795fSRobert Mustacchifile path=opt/libc-tests/tests/random/inz_vpp mode=0555
16886d41711SAndy Fiddamandir  path=opt/libc-tests/tests/regex
16986d41711SAndy Fiddamandir  path=opt/libc-tests/tests/regex/data
17016b8cff5SYuri Pankovfile path=opt/libc-tests/tests/regex/data/basic.dat mode=0444
17116b8cff5SYuri Pankovfile path=opt/libc-tests/tests/regex/data/basic.out mode=0444
1720a1985fdSBill Sommerfeldfile path=opt/libc-tests/tests/regex/data/bug16127.dat mode=0444
1730a1985fdSBill Sommerfeldfile path=opt/libc-tests/tests/regex/data/bug16127.out mode=0444
17416b8cff5SYuri Pankovfile path=opt/libc-tests/tests/regex/data/categorize.dat mode=0444
17516b8cff5SYuri Pankovfile path=opt/libc-tests/tests/regex/data/categorize.out mode=0444
17616b8cff5SYuri Pankovfile path=opt/libc-tests/tests/regex/data/forcedassoc.dat mode=0444
17716b8cff5SYuri Pankovfile path=opt/libc-tests/tests/regex/data/forcedassoc.out mode=0444
17816b8cff5SYuri Pankovfile path=opt/libc-tests/tests/regex/data/leftassoc.dat mode=0444
17916b8cff5SYuri Pankovfile path=opt/libc-tests/tests/regex/data/leftassoc.out mode=0444
18016b8cff5SYuri Pankovfile path=opt/libc-tests/tests/regex/data/nullsubexpr.dat mode=0444
18116b8cff5SYuri Pankovfile path=opt/libc-tests/tests/regex/data/nullsubexpr.out mode=0444
18216b8cff5SYuri Pankovfile path=opt/libc-tests/tests/regex/data/repetition.dat mode=0444
18316b8cff5SYuri Pankovfile path=opt/libc-tests/tests/regex/data/repetition.out mode=0444
18416b8cff5SYuri Pankovfile path=opt/libc-tests/tests/regex/data/rightassoc.dat mode=0444
18516b8cff5SYuri Pankovfile path=opt/libc-tests/tests/regex/data/rightassoc.out mode=0444
18616b8cff5SYuri Pankovfile path=opt/libc-tests/tests/regex/regex_test mode=0555
18716b8cff5SYuri Pankovfile path=opt/libc-tests/tests/regex/testregex mode=0555
18886d41711SAndy Fiddamandir  path=opt/libc-tests/tests/select
1892209d3c8SRichard Lowefile path=opt/libc-tests/tests/select/select.sh mode=0555
1902209d3c8SRichard Lowefile path=opt/libc-tests/tests/select/select_test mode=0555
19100efb5e1SYuri Pankovfile path=opt/libc-tests/tests/set_constraint_handler_s.32 mode=0555
19200efb5e1SYuri Pankovfile path=opt/libc-tests/tests/set_constraint_handler_s.64 mode=0555
19386d41711SAndy Fiddamandir  path=opt/libc-tests/tests/stdio
194cd62a92dSRobert Mustacchifile path=opt/libc-tests/tests/stdio/fileno.32 mode=0555
195cd62a92dSRobert Mustacchifile path=opt/libc-tests/tests/stdio/fileno.64 mode=0555
196cd62a92dSRobert Mustacchifile path=opt/libc-tests/tests/stdio/fmemopentest.32 mode=0555
197cd62a92dSRobert Mustacchifile path=opt/libc-tests/tests/stdio/fmemopentest.64 mode=0555
198cd62a92dSRobert Mustacchifile path=opt/libc-tests/tests/stdio/ftell_ungetc.32 mode=0555
199cd62a92dSRobert Mustacchifile path=opt/libc-tests/tests/stdio/ftell_ungetc.64 mode=0555
200cf3ec608SRobert Mustacchifile path=opt/libc-tests/tests/stdio/ftello_12768.64 mode=0555
201cf3ec608SRobert Mustacchifile path=opt/libc-tests/tests/stdio/ftello_12768.lfs mode=0555
202cd62a92dSRobert Mustacchifile path=opt/libc-tests/tests/stdio/memstream.32 mode=0555
203cd62a92dSRobert Mustacchifile path=opt/libc-tests/tests/stdio/memstream.64 mode=0555
204cd62a92dSRobert Mustacchifile path=opt/libc-tests/tests/stdio/memstream_reopen.32 mode=0555
205cd62a92dSRobert Mustacchifile path=opt/libc-tests/tests/stdio/memstream_reopen.64 mode=0555
206cd62a92dSRobert Mustacchifile path=opt/libc-tests/tests/stdio/open_memstreamtest.32 mode=0555
207cd62a92dSRobert Mustacchifile path=opt/libc-tests/tests/stdio/open_memstreamtest.64 mode=0555
208cd62a92dSRobert Mustacchifile path=opt/libc-tests/tests/stdio/orientation_test.32 mode=0555
209cd62a92dSRobert Mustacchifile path=opt/libc-tests/tests/stdio/orientation_test.64 mode=0555
210cd62a92dSRobert Mustacchifile path=opt/libc-tests/tests/stdio/test_mbrtowc.32 mode=0555
211cd62a92dSRobert Mustacchifile path=opt/libc-tests/tests/stdio/test_mbrtowc.64 mode=0555
212efcfb316SYuri Pankovfile path=opt/libc-tests/tests/strcoll-strxfrm-6907.32 mode=0555
213efcfb316SYuri Pankovfile path=opt/libc-tests/tests/strcoll-strxfrm-6907.64 mode=0555
214*faadcf7eSRobert Mustacchifile path=opt/libc-tests/tests/strerror.32 mode=0555
215*faadcf7eSRobert Mustacchifile path=opt/libc-tests/tests/strerror.64 mode=0555
216223750d9SAndy Fiddamanfile path=opt/libc-tests/tests/strtonum.32 mode=0555
217223750d9SAndy Fiddamanfile path=opt/libc-tests/tests/strtonum.64 mode=0555
21886d41711SAndy Fiddamandir  path=opt/libc-tests/tests/symbols
21986d41711SAndy Fiddamanhardlink path=opt/libc-tests/tests/symbols/assert_h target=setup
22086d41711SAndy Fiddamanhardlink path=opt/libc-tests/tests/symbols/ctype_h target=setup
22186d41711SAndy Fiddamanhardlink path=opt/libc-tests/tests/symbols/dirent_h target=setup
22286d41711SAndy Fiddamanhardlink path=opt/libc-tests/tests/symbols/fcntl_h target=setup
22386d41711SAndy Fiddamanhardlink path=opt/libc-tests/tests/symbols/locale_h target=setup
22486d41711SAndy Fiddamanhardlink path=opt/libc-tests/tests/symbols/math_h target=setup
22586d41711SAndy Fiddamanhardlink path=opt/libc-tests/tests/symbols/netdb_h target=setup
22686d41711SAndy Fiddamanhardlink path=opt/libc-tests/tests/symbols/pthread_h target=setup
227de572d98SGarrett D'Amorefile path=opt/libc-tests/tests/symbols/setup mode=0555
22886d41711SAndy Fiddamanhardlink path=opt/libc-tests/tests/symbols/signal_h target=setup
22986d41711SAndy Fiddamanhardlink path=opt/libc-tests/tests/symbols/stdalign_h target=setup
23086d41711SAndy Fiddamanhardlink path=opt/libc-tests/tests/symbols/stddef_h target=setup
23186d41711SAndy Fiddamanhardlink path=opt/libc-tests/tests/symbols/stdio_h target=setup
23286d41711SAndy Fiddamanhardlink path=opt/libc-tests/tests/symbols/stdlib_h target=setup
23386d41711SAndy Fiddamanhardlink path=opt/libc-tests/tests/symbols/stdnoreturn_h target=setup
23486d41711SAndy Fiddamanhardlink path=opt/libc-tests/tests/symbols/string_h target=setup
23586d41711SAndy Fiddamanhardlink path=opt/libc-tests/tests/symbols/strings_h target=setup
236de572d98SGarrett D'Amorefile path=opt/libc-tests/tests/symbols/symbols_test.$(ARCH) mode=0555
237de572d98SGarrett D'Amorefile path=opt/libc-tests/tests/symbols/symbols_test.$(ARCH64) mode=0555
2381dc4a592SRobert Mustacchihardlink path=opt/libc-tests/tests/symbols/sys_atomic_h target=setup
239df5cd018SRobert Mustacchihardlink path=opt/libc-tests/tests/symbols/sys_mman_h target=setup
24086d41711SAndy Fiddamanhardlink path=opt/libc-tests/tests/symbols/sys_stat_h target=setup
24186d41711SAndy Fiddamanhardlink path=opt/libc-tests/tests/symbols/sys_time_h target=setup
24286d41711SAndy Fiddamanhardlink path=opt/libc-tests/tests/symbols/sys_timeb_h target=setup
24386d41711SAndy Fiddamanhardlink path=opt/libc-tests/tests/symbols/threads_h target=setup
24486d41711SAndy Fiddamanhardlink path=opt/libc-tests/tests/symbols/time_h target=setup
24586d41711SAndy Fiddamanhardlink path=opt/libc-tests/tests/symbols/ucontext_h target=setup
24686d41711SAndy Fiddamanhardlink path=opt/libc-tests/tests/symbols/unistd_h target=setup
24786d41711SAndy Fiddamanhardlink path=opt/libc-tests/tests/symbols/wchar_h target=setup
24886d41711SAndy Fiddamanhardlink path=opt/libc-tests/tests/symbols/wctype_h target=setup
249ab618543SJohn Levonfile path=opt/libc-tests/tests/thread_name mode=0555
250fc2512cfSRobert Mustacchifile path=opt/libc-tests/tests/timespec_get.32 mode=0555
251fc2512cfSRobert Mustacchifile path=opt/libc-tests/tests/timespec_get.64 mode=0555
252eda3ef2dSRobert Mustacchifile path=opt/libc-tests/tests/uchar.32 mode=0555
253eda3ef2dSRobert Mustacchifile path=opt/libc-tests/tests/uchar.64 mode=0555
254b7a77849SAndy Fiddamanfile path=opt/libc-tests/tests/utimes.32 mode=0555
255b7a77849SAndy Fiddamanfile path=opt/libc-tests/tests/utimes.64 mode=0555
256f2d34afaSRobert Mustacchifile path=opt/libc-tests/tests/wcsncasecmp-7344.32 mode=0555
257f2d34afaSRobert Mustacchifile path=opt/libc-tests/tests/wcsncasecmp-7344.64 mode=0555
258f2d34afaSRobert Mustacchifile path=opt/libc-tests/tests/wcsncasecmp-7350.32 mode=0555
259f2d34afaSRobert Mustacchifile path=opt/libc-tests/tests/wcsncasecmp-7350.64 mode=0555
260f2d34afaSRobert Mustacchifile path=opt/libc-tests/tests/wcsncasecmp.32 mode=0555
261f2d34afaSRobert Mustacchifile path=opt/libc-tests/tests/wcsncasecmp.64 mode=0555
262538aa54dSGarrett D'Amorefile path=opt/libc-tests/tests/wcsrtombs_test mode=0555
263de572d98SGarrett D'Amorefile path=opt/libc-tests/tests/wcsrtombs_test.$(ARCH) mode=0555
264de572d98SGarrett D'Amorefile path=opt/libc-tests/tests/wcsrtombs_test.$(ARCH64) mode=0555
26581cc9994SLauri Tirkkonenfile path=opt/libc-tests/tests/wctype_test mode=0555
266de572d98SGarrett D'Amorefile path=opt/libc-tests/tests/wctype_test.$(ARCH) mode=0555
267de572d98SGarrett D'Amorefile path=opt/libc-tests/tests/wctype_test.$(ARCH64) mode=0555
26886d41711SAndy Fiddamandir  path=usr group=sys
26986d41711SAndy Fiddamandir  path=usr/lib
27086d41711SAndy Fiddamandir  path=usr/lib/locale
27186d41711SAndy Fiddamandir  path=usr/lib/locale/zz_AA.UTF-8
27286d41711SAndy Fiddamandir  path=usr/lib/locale/zz_AA.UTF-8/LC_COLLATE
273b599bd93SRobert Mustacchifile path=usr/lib/locale/zz_AA.UTF-8/LC_COLLATE/LCL_DATA mode=0444
27486d41711SAndy Fiddamandir  path=usr/lib/locale/zz_AA.UTF-8/LC_CTYPE
275b599bd93SRobert Mustacchifile path=usr/lib/locale/zz_AA.UTF-8/LC_CTYPE/LCL_DATA mode=0444
27686d41711SAndy Fiddamandir  path=usr/lib/locale/zz_AA.UTF-8/LC_MESSAGES
277b599bd93SRobert Mustacchifile path=usr/lib/locale/zz_AA.UTF-8/LC_MESSAGES/LCL_DATA mode=0444
278b599bd93SRobert Mustacchifile path=usr/lib/locale/zz_AA.UTF-8/LC_MESSAGES/SUNW_OST_OSLIB.mo mode=0444
279b599bd93SRobert Mustacchifile path=usr/lib/locale/zz_AA.UTF-8/LC_MESSAGES/priv_names mode=0444
28086d41711SAndy Fiddamandir  path=usr/lib/locale/zz_AA.UTF-8/LC_MONETARY
281b599bd93SRobert Mustacchifile path=usr/lib/locale/zz_AA.UTF-8/LC_MONETARY/LCL_DATA mode=0444
28286d41711SAndy Fiddamandir  path=usr/lib/locale/zz_AA.UTF-8/LC_NUMERIC
283b599bd93SRobert Mustacchifile path=usr/lib/locale/zz_AA.UTF-8/LC_NUMERIC/LCL_DATA mode=0444
28486d41711SAndy Fiddamandir  path=usr/lib/locale/zz_AA.UTF-8/LC_TIME
285b599bd93SRobert Mustacchifile path=usr/lib/locale/zz_AA.UTF-8/LC_TIME/LCL_DATA mode=0444
2862d08521bSGarrett D'Amorelicense lic_CDDL license=lic_CDDL
287490fea6bSYuri Pankovlicense usr/src/test/libc-tests/tests/regex/THIRDPARTYLICENSE \
288490fea6bSYuri Pankov    license=usr/src/test/libc-tests/tests/regex/THIRDPARTYLICENSE
28986d41711SAndy Fiddamandepend type=require fmri=developer/dtrace
29086d41711SAndy Fiddamandepend type=require fmri=locale/ar
29186d41711SAndy Fiddamandepend type=require fmri=locale/de
29286d41711SAndy Fiddamandepend type=require fmri=locale/en
29386d41711SAndy Fiddamandepend type=require fmri=locale/en-extra
29486d41711SAndy Fiddamandepend type=require fmri=locale/ja
29586d41711SAndy Fiddamandepend type=require fmri=locale/ru
29686d41711SAndy Fiddamandepend type=require fmri=system/kernel/dtrace/providers
2974ea4f58eSRichard Lowedepend type=require fmri=system/scheduler/fss
29886d41711SAndy Fiddamandepend type=require fmri=system/test/testrunner
299