xref: /illumos-gate/usr/src/test/libc-tests/runfiles/default.run (revision 9ce6e318fecae800270f382ed76162508c5d525b)
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/catopen]
55[/opt/libc-tests/tests/priv_gettext]
56[/opt/libc-tests/tests/strerror]
57
58[/opt/libc-tests/tests/symbols]
59pre = setup
60tests = [
61	'ctype_h',
62	'dirent_h',
63	'fcntl_h',
64	'locale_h',
65	'math_h',
66	'netdb_h',
67	'pthread_h',
68	'signal_h',
69	'stdio_h',
70	'stdlib_h',
71	'string_h',
72	'strings_h',
73	'sys_stat_h',
74	'sys_time_h',
75	'sys_timeb_h',
76	'ucontext_h',
77	'unistd_h',
78	'wchar_h',
79	'wctype_h'
80	 ]
81