blob: 092bbde222320a63a64144d4047a371e8fd0e33d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
|
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source. A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
#
# Copyright (c) 2012 by Delphix. All rights reserved.
# Copyright 2014, OmniTI Computer Consulting, Inc. All rights reserved.
# Copyright 2015 Garrett D'Amore <garrett@damore.org>
# Copyright 2018 Joyent, Inc.
# Copyright 2020 OmniOS Community Edition (OmniOSce) Association.
#
set name=pkg.fmri value=pkg:/system/test/libctest@$(PKGVERS)
set name=pkg.description value="C library Unit Tests"
set name=pkg.summary value="C Library Unit Test Suite"
set name=info.classification \
value=org.opensolaris.category.2008:Development/System
set name=variant.arch value=$(ARCH)
dir path=opt/libc-tests
dir path=opt/libc-tests/bin
dir path=opt/libc-tests/cfg
dir path=opt/libc-tests/cfg/symbols
dir path=opt/libc-tests/runfiles
dir path=opt/libc-tests/tests
dir path=opt/libc-tests/tests/i18n
dir path=opt/libc-tests/tests/qsort
dir path=opt/libc-tests/tests/random
dir path=opt/libc-tests/tests/regex
dir path=opt/libc-tests/tests/regex/data
dir path=opt/libc-tests/tests/select
dir path=opt/libc-tests/tests/stdio
dir path=opt/libc-tests/tests/symbols
dir path=usr group=sys
dir path=usr/lib
dir path=usr/lib/locale
dir path=usr/lib/locale/zz_AA.UTF-8
dir path=usr/lib/locale/zz_AA.UTF-8/LC_COLLATE
dir path=usr/lib/locale/zz_AA.UTF-8/LC_CTYPE
dir path=usr/lib/locale/zz_AA.UTF-8/LC_MESSAGES
dir path=usr/lib/locale/zz_AA.UTF-8/LC_MONETARY
dir path=usr/lib/locale/zz_AA.UTF-8/LC_NUMERIC
dir path=usr/lib/locale/zz_AA.UTF-8/LC_TIME
file path=opt/libc-tests/README mode=0444
file path=opt/libc-tests/bin/libctest mode=0555
file path=opt/libc-tests/cfg/README mode=0444
file path=opt/libc-tests/cfg/compilation.cfg mode=0444
file path=opt/libc-tests/cfg/symbols/README mode=0444
file path=opt/libc-tests/cfg/symbols/assert_h.cfg mode=0444
file path=opt/libc-tests/cfg/symbols/ctype_h.cfg mode=0444
file path=opt/libc-tests/cfg/symbols/dirent_h.cfg mode=0444
file path=opt/libc-tests/cfg/symbols/fcntl_h.cfg mode=0444
file path=opt/libc-tests/cfg/symbols/locale_h.cfg mode=0444
file path=opt/libc-tests/cfg/symbols/math_h.cfg mode=0444
file path=opt/libc-tests/cfg/symbols/netdb_h.cfg mode=0444
file path=opt/libc-tests/cfg/symbols/pthread_h.cfg mode=0444
file path=opt/libc-tests/cfg/symbols/signal_h.cfg mode=0444
file path=opt/libc-tests/cfg/symbols/stdalign_h.cfg mode=0444
file path=opt/libc-tests/cfg/symbols/stddef_h.cfg mode=0444
file path=opt/libc-tests/cfg/symbols/stdio_h.cfg mode=0444
file path=opt/libc-tests/cfg/symbols/stdlib_h.cfg mode=0444
file path=opt/libc-tests/cfg/symbols/stdnoreturn_h.cfg mode=0444
file path=opt/libc-tests/cfg/symbols/string_h.cfg mode=0444
file path=opt/libc-tests/cfg/symbols/strings_h.cfg mode=0444
file path=opt/libc-tests/cfg/symbols/sys_stat_h.cfg mode=0444
file path=opt/libc-tests/cfg/symbols/sys_time_h.cfg mode=0444
file path=opt/libc-tests/cfg/symbols/sys_timeb_h.cfg mode=0444
file path=opt/libc-tests/cfg/symbols/threads_h.cfg mode=0444
file path=opt/libc-tests/cfg/symbols/time_h.cfg mode=0444
file path=opt/libc-tests/cfg/symbols/ucontext_h.cfg mode=0444
file path=opt/libc-tests/cfg/symbols/unistd_h.cfg mode=0444
file path=opt/libc-tests/cfg/symbols/wchar_h.cfg mode=0444
file path=opt/libc-tests/cfg/symbols/wctype_h.cfg mode=0444
file path=opt/libc-tests/runfiles/default.run mode=0444
file path=opt/libc-tests/tests/aligned_alloc.32 mode=0555
file path=opt/libc-tests/tests/aligned_alloc.64 mode=0555
file path=opt/libc-tests/tests/c11_threads.32 mode=0555
file path=opt/libc-tests/tests/c11_threads.64 mode=0555
file path=opt/libc-tests/tests/c11_tss.32 mode=0555
file path=opt/libc-tests/tests/c11_tss.64 mode=0555
file path=opt/libc-tests/tests/call_once.32 mode=0555
file path=opt/libc-tests/tests/call_once.64 mode=0555
file path=opt/libc-tests/tests/catopen mode=0555
file path=opt/libc-tests/tests/endian.32 mode=0555
file path=opt/libc-tests/tests/endian.64 mode=0555
file path=opt/libc-tests/tests/env-7076.32 mode=0555
file path=opt/libc-tests/tests/env-7076.64 mode=0555
file path=opt/libc-tests/tests/env-OS-4089.32 mode=0555
file path=opt/libc-tests/tests/env-OS-4089.64 mode=0555
file path=opt/libc-tests/tests/fnmatch.32 mode=0555
file path=opt/libc-tests/tests/fnmatch.64 mode=0555
file path=opt/libc-tests/tests/fpround_test mode=0555
file path=opt/libc-tests/tests/fpround_test.$(ARCH) mode=0555
file path=opt/libc-tests/tests/fpround_test.$(ARCH64) mode=0555
file path=opt/libc-tests/tests/i18n/bindtextdomain_test mode=0555
file path=opt/libc-tests/tests/i18n/bindtextdomain_test.$(ARCH) mode=0555
file path=opt/libc-tests/tests/i18n/bindtextdomain_test.$(ARCH64) mode=0555
file path=opt/libc-tests/tests/memset_s.32 mode=0555
file path=opt/libc-tests/tests/memset_s.64 mode=0555
file path=opt/libc-tests/tests/newlocale_test mode=0555
file path=opt/libc-tests/tests/newlocale_test.$(ARCH) mode=0555
file path=opt/libc-tests/tests/newlocale_test.$(ARCH64) mode=0555
file path=opt/libc-tests/tests/nl_langinfo_test mode=0555
file path=opt/libc-tests/tests/nl_langinfo_test.$(ARCH) mode=0555
file path=opt/libc-tests/tests/nl_langinfo_test.$(ARCH64) mode=0555
file path=opt/libc-tests/tests/posix_memalign.32 mode=0555
file path=opt/libc-tests/tests/posix_memalign.64 mode=0555
file path=opt/libc-tests/tests/printf-6961.64 mode=0555
file path=opt/libc-tests/tests/printf-9511.32 mode=0555
file path=opt/libc-tests/tests/printf-9511.64 mode=0555
file path=opt/libc-tests/tests/priv_gettext mode=0555
file path=opt/libc-tests/tests/psignal mode=0555
file path=opt/libc-tests/tests/psignal-5097.32 mode=0555
file path=opt/libc-tests/tests/psignal-5097.64 mode=0555
file path=opt/libc-tests/tests/pthread_attr_get_np mode=0555
file path=opt/libc-tests/tests/qsort/qsort_test mode=0555
file path=opt/libc-tests/tests/qsort/qsort_test.$(ARCH) mode=0555
file path=opt/libc-tests/tests/qsort/qsort_test.$(ARCH64) mode=0555
file path=opt/libc-tests/tests/quick_exit mode=0555
file path=opt/libc-tests/tests/quick_exit_order.32 mode=0555
file path=opt/libc-tests/tests/quick_exit_order.64 mode=0555
file path=opt/libc-tests/tests/quick_exit_status.32 mode=0555
file path=opt/libc-tests/tests/quick_exit_status.64 mode=0555
file path=opt/libc-tests/tests/random/arc4key.ksh mode=0555
file path=opt/libc-tests/tests/random/arc4random mode=0555
file path=opt/libc-tests/tests/random/arc4random_fork mode=0555
file path=opt/libc-tests/tests/random/arc4random_forkall mode=0555
file path=opt/libc-tests/tests/random/arc4random_forksig mode=0555
file path=opt/libc-tests/tests/random/arc4random_prefork mode=0555
file path=opt/libc-tests/tests/random/arc4random_preforkall mode=0555
file path=opt/libc-tests/tests/random/arc4random_preforksig mode=0555
file path=opt/libc-tests/tests/random/arc4random_rekey mode=0555
file path=opt/libc-tests/tests/random/chacha mode=0555
file path=opt/libc-tests/tests/random/getentropy mode=0555
file path=opt/libc-tests/tests/random/getrandom mode=0555
file path=opt/libc-tests/tests/random/getrandred mode=0555
file path=opt/libc-tests/tests/random/inz_child mode=0555
file path=opt/libc-tests/tests/random/inz_inval mode=0555
file path=opt/libc-tests/tests/random/inz_mlock mode=0555
file path=opt/libc-tests/tests/random/inz_region mode=0555
file path=opt/libc-tests/tests/random/inz_split mode=0555
file path=opt/libc-tests/tests/random/inz_split_vpp mode=0555
file path=opt/libc-tests/tests/random/inz_vpp mode=0555
file path=opt/libc-tests/tests/regex/data/basic.dat mode=0444
file path=opt/libc-tests/tests/regex/data/basic.out mode=0444
file path=opt/libc-tests/tests/regex/data/categorize.dat mode=0444
file path=opt/libc-tests/tests/regex/data/categorize.out mode=0444
file path=opt/libc-tests/tests/regex/data/forcedassoc.dat mode=0444
file path=opt/libc-tests/tests/regex/data/forcedassoc.out mode=0444
file path=opt/libc-tests/tests/regex/data/leftassoc.dat mode=0444
file path=opt/libc-tests/tests/regex/data/leftassoc.out mode=0444
file path=opt/libc-tests/tests/regex/data/nullsubexpr.dat mode=0444
file path=opt/libc-tests/tests/regex/data/nullsubexpr.out mode=0444
file path=opt/libc-tests/tests/regex/data/repetition.dat mode=0444
file path=opt/libc-tests/tests/regex/data/repetition.out mode=0444
file path=opt/libc-tests/tests/regex/data/rightassoc.dat mode=0444
file path=opt/libc-tests/tests/regex/data/rightassoc.out mode=0444
file path=opt/libc-tests/tests/regex/regex_test mode=0555
file path=opt/libc-tests/tests/regex/testregex mode=0555
file path=opt/libc-tests/tests/select/select.sh mode=0555
file path=opt/libc-tests/tests/select/select_test mode=0555
file path=opt/libc-tests/tests/set_constraint_handler_s.32 mode=0555
file path=opt/libc-tests/tests/set_constraint_handler_s.64 mode=0555
file path=opt/libc-tests/tests/stdio/fileno.32 mode=0555
file path=opt/libc-tests/tests/stdio/fileno.64 mode=0555
file path=opt/libc-tests/tests/stdio/fmemopentest.32 mode=0555
file path=opt/libc-tests/tests/stdio/fmemopentest.64 mode=0555
file path=opt/libc-tests/tests/stdio/ftell_ungetc.32 mode=0555
file path=opt/libc-tests/tests/stdio/ftell_ungetc.64 mode=0555
file path=opt/libc-tests/tests/stdio/ftello_12768.64 mode=0555
file path=opt/libc-tests/tests/stdio/ftello_12768.lfs mode=0555
file path=opt/libc-tests/tests/stdio/memstream.32 mode=0555
file path=opt/libc-tests/tests/stdio/memstream.64 mode=0555
file path=opt/libc-tests/tests/stdio/memstream_reopen.32 mode=0555
file path=opt/libc-tests/tests/stdio/memstream_reopen.64 mode=0555
file path=opt/libc-tests/tests/stdio/open_memstreamtest.32 mode=0555
file path=opt/libc-tests/tests/stdio/open_memstreamtest.64 mode=0555
file path=opt/libc-tests/tests/stdio/orientation_test.32 mode=0555
file path=opt/libc-tests/tests/stdio/orientation_test.64 mode=0555
file path=opt/libc-tests/tests/stdio/test_mbrtowc.32 mode=0555
file path=opt/libc-tests/tests/stdio/test_mbrtowc.64 mode=0555
file path=opt/libc-tests/tests/strcoll-strxfrm-6907.32 mode=0555
file path=opt/libc-tests/tests/strcoll-strxfrm-6907.64 mode=0555
file path=opt/libc-tests/tests/strerror mode=0555
file path=opt/libc-tests/tests/symbols/setup mode=0555
file path=opt/libc-tests/tests/symbols/symbols_test.$(ARCH) mode=0555
file path=opt/libc-tests/tests/symbols/symbols_test.$(ARCH64) mode=0555
file path=opt/libc-tests/tests/thread_name mode=0555
file path=opt/libc-tests/tests/timespec_get.32 mode=0555
file path=opt/libc-tests/tests/timespec_get.64 mode=0555
file path=opt/libc-tests/tests/uchar.32 mode=0555
file path=opt/libc-tests/tests/uchar.64 mode=0555
file path=opt/libc-tests/tests/utimes.32 mode=0555
file path=opt/libc-tests/tests/utimes.64 mode=0555
file path=opt/libc-tests/tests/wcsncasecmp-7344.32 mode=0555
file path=opt/libc-tests/tests/wcsncasecmp-7344.64 mode=0555
file path=opt/libc-tests/tests/wcsncasecmp-7350.32 mode=0555
file path=opt/libc-tests/tests/wcsncasecmp-7350.64 mode=0555
file path=opt/libc-tests/tests/wcsncasecmp.32 mode=0555
file path=opt/libc-tests/tests/wcsncasecmp.64 mode=0555
file path=opt/libc-tests/tests/wcsrtombs_test mode=0555
file path=opt/libc-tests/tests/wcsrtombs_test.$(ARCH) mode=0555
file path=opt/libc-tests/tests/wcsrtombs_test.$(ARCH64) mode=0555
file path=opt/libc-tests/tests/wctype_test mode=0555
file path=opt/libc-tests/tests/wctype_test.$(ARCH) mode=0555
file path=opt/libc-tests/tests/wctype_test.$(ARCH64) mode=0555
file path=usr/lib/locale/zz_AA.UTF-8/LC_COLLATE/LCL_DATA mode=0444
file path=usr/lib/locale/zz_AA.UTF-8/LC_CTYPE/LCL_DATA mode=0444
file path=usr/lib/locale/zz_AA.UTF-8/LC_MESSAGES/LCL_DATA mode=0444
file path=usr/lib/locale/zz_AA.UTF-8/LC_MESSAGES/SUNW_OST_OSLIB.mo mode=0444
file path=usr/lib/locale/zz_AA.UTF-8/LC_MESSAGES/priv_names mode=0444
file path=usr/lib/locale/zz_AA.UTF-8/LC_MONETARY/LCL_DATA mode=0444
file path=usr/lib/locale/zz_AA.UTF-8/LC_NUMERIC/LCL_DATA mode=0444
file path=usr/lib/locale/zz_AA.UTF-8/LC_TIME/LCL_DATA mode=0444
hardlink path=opt/libc-tests/tests/symbols/assert_h target=setup
hardlink path=opt/libc-tests/tests/symbols/ctype_h target=setup
hardlink path=opt/libc-tests/tests/symbols/dirent_h target=setup
hardlink path=opt/libc-tests/tests/symbols/fcntl_h target=setup
hardlink path=opt/libc-tests/tests/symbols/locale_h target=setup
hardlink path=opt/libc-tests/tests/symbols/math_h target=setup
hardlink path=opt/libc-tests/tests/symbols/netdb_h target=setup
hardlink path=opt/libc-tests/tests/symbols/pthread_h target=setup
hardlink path=opt/libc-tests/tests/symbols/signal_h target=setup
hardlink path=opt/libc-tests/tests/symbols/stdalign_h target=setup
hardlink path=opt/libc-tests/tests/symbols/stddef_h target=setup
hardlink path=opt/libc-tests/tests/symbols/stdio_h target=setup
hardlink path=opt/libc-tests/tests/symbols/stdlib_h target=setup
hardlink path=opt/libc-tests/tests/symbols/stdnoreturn_h target=setup
hardlink path=opt/libc-tests/tests/symbols/string_h target=setup
hardlink path=opt/libc-tests/tests/symbols/strings_h target=setup
hardlink path=opt/libc-tests/tests/symbols/sys_stat_h target=setup
hardlink path=opt/libc-tests/tests/symbols/sys_time_h target=setup
hardlink path=opt/libc-tests/tests/symbols/sys_timeb_h target=setup
hardlink path=opt/libc-tests/tests/symbols/threads_h target=setup
hardlink path=opt/libc-tests/tests/symbols/time_h target=setup
hardlink path=opt/libc-tests/tests/symbols/ucontext_h target=setup
hardlink path=opt/libc-tests/tests/symbols/unistd_h target=setup
hardlink path=opt/libc-tests/tests/symbols/wchar_h target=setup
hardlink path=opt/libc-tests/tests/symbols/wctype_h target=setup
license lic_CDDL license=lic_CDDL
license usr/src/test/libc-tests/tests/regex/THIRDPARTYLICENSE \
license=usr/src/test/libc-tests/tests/regex/THIRDPARTYLICENSE
depend fmri=locale/ar type=require
depend fmri=locale/de type=require
depend fmri=locale/en type=require
depend fmri=locale/en-extra type=require
depend fmri=locale/ja type=require
depend fmri=locale/ru type=require
depend fmri=system/test/testrunner type=require
|