xref: /illumos-gate/usr/src/test/libc-tests/runfiles/default.run (revision 2f7f7a62d7a3e8a2e75eb88b95bc65871b6b90cb)
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 Garrett D'Amore <garrett@damore.org>
15#
16
17[DEFAULT]
18pre =
19verbose = False
20quiet = False
21timeout = 60
22post =
23outputdir = /var/tmp/test_results
24
25[/opt/libc-tests/tests/fpround_test]
26
27[/opt/libc-tests/tests/newlocale_test]
28
29[/opt/libc-tests/tests/nl_langinfo_test]
30
31[/opt/libc-tests/tests/wcsrtombs_test]
32
33[/opt/libc-tests/tests/wctype_test]
34
35[/opt/libc-tests/tests/random/getrandom]
36[/opt/libc-tests/tests/random/getentropy]
37[/opt/libc-tests/tests/random/chacha]
38[/opt/libc-tests/tests/random/inz_child]
39[/opt/libc-tests/tests/random/inz_inval]
40[/opt/libc-tests/tests/random/inz_mlock]
41[/opt/libc-tests/tests/random/inz_region]
42[/opt/libc-tests/tests/random/inz_split]
43[/opt/libc-tests/tests/random/inz_split_vpp]
44[/opt/libc-tests/tests/random/inz_vpp]
45[/opt/libc-tests/tests/random/arc4random]
46[/opt/libc-tests/tests/random/arc4random_fork]
47[/opt/libc-tests/tests/random/arc4random_prefork]
48[/opt/libc-tests/tests/random/arc4random_forkall]
49[/opt/libc-tests/tests/random/arc4random_preforkall]
50[/opt/libc-tests/tests/random/arc4random_forksig]
51[/opt/libc-tests/tests/random/arc4random_preforksig]
52[/opt/libc-tests/tests/random/arc4key.ksh]
53
54[/opt/libc-tests/tests/aligned_alloc.32]
55[/opt/libc-tests/tests/aligned_alloc.64]
56[/opt/libc-tests/tests/c11_threads.32]
57[/opt/libc-tests/tests/c11_threads.64]
58[/opt/libc-tests/tests/c11_tss.32]
59[/opt/libc-tests/tests/c11_tss.64]
60[/opt/libc-tests/tests/call_once.32]
61[/opt/libc-tests/tests/call_once.64]
62[/opt/libc-tests/tests/catopen]
63[/opt/libc-tests/tests/env-7076.32]
64[/opt/libc-tests/tests/env-7076.64]
65[/opt/libc-tests/tests/endian.32]
66[/opt/libc-tests/tests/endian.64]
67[/opt/libc-tests/tests/quick_exit]
68[/opt/libc-tests/tests/priv_gettext]
69[/opt/libc-tests/tests/strerror]
70[/opt/libc-tests/tests/timespec_get.32]
71[/opt/libc-tests/tests/timespec_get.64]
72
73[/opt/libc-tests/tests/pthread_attr_get_np]
74
75[/opt/libc-tests/tests/symbols]
76pre = setup
77tests = [
78	'assert_h',
79	'ctype_h',
80	'dirent_h',
81	'fcntl_h',
82	'locale_h',
83	'math_h',
84	'netdb_h',
85	'pthread_h',
86	'signal_h',
87	'stdalign_h',
88	'stddef_h',
89	'stdio_h',
90	'stdlib_h',
91	'stdnoreturn_h',
92	'string_h',
93	'strings_h',
94	'sys_stat_h',
95	'sys_time_h',
96	'sys_timeb_h',
97	'time_h',
98	'threads_h',
99	'ucontext_h',
100	'unistd_h',
101	'wchar_h',
102	'wctype_h'
103	 ]
104