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 # Copyright 2018 Joyent, Inc.
16 #
17
18 [DEFAULT]
19 pre =
20 verbose = False
21 quiet = False
22 timeout = 60
23 post =
24 outputdir = /var/tmp/test_results
25
26 [/opt/libc-tests/tests/fpround_test]
27 [/opt/libc-tests/tests/newlocale_test]
28 [/opt/libc-tests/tests/nl_langinfo_test]
29 [/opt/libc-tests/tests/wcsrtombs_test]
30 [/opt/libc-tests/tests/wctype_test]
31
32 [/opt/libc-tests/tests/strcoll-strxfrm-6907.32]
33 [/opt/libc-tests/tests/strcoll-strxfrm-6907.64]
34 [/opt/libc-tests/tests/wcsncasecmp.32]
35 [/opt/libc-tests/tests/wcsncasecmp.64]
36 [/opt/libc-tests/tests/wcsncasecmp-7344.32]
37 [/opt/libc-tests/tests/wcsncasecmp-7344.64]
38 [/opt/libc-tests/tests/wcsncasecmp-7350.32]
39 [/opt/libc-tests/tests/wcsncasecmp-7350.64]
40
41 [/opt/libc-tests/tests/random/getrandom]
42 [/opt/libc-tests/tests/random/getentropy]
|
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 # Copyright 2019 Joyent, Inc.
16 #
17
18 [DEFAULT]
19 pre =
20 verbose = False
21 quiet = False
22 timeout = 120
23 post =
24 outputdir = /var/tmp/test_results
25
26 [/opt/libc-tests/tests/fpround_test]
27 [/opt/libc-tests/tests/newlocale_test]
28 [/opt/libc-tests/tests/nl_langinfo_test]
29 [/opt/libc-tests/tests/wcsrtombs_test]
30 [/opt/libc-tests/tests/wctype_test]
31
32 [/opt/libc-tests/tests/strcoll-strxfrm-6907.32]
33 [/opt/libc-tests/tests/strcoll-strxfrm-6907.64]
34 [/opt/libc-tests/tests/wcsncasecmp.32]
35 [/opt/libc-tests/tests/wcsncasecmp.64]
36 [/opt/libc-tests/tests/wcsncasecmp-7344.32]
37 [/opt/libc-tests/tests/wcsncasecmp-7344.64]
38 [/opt/libc-tests/tests/wcsncasecmp-7350.32]
39 [/opt/libc-tests/tests/wcsncasecmp-7350.64]
40
41 [/opt/libc-tests/tests/random/getrandom]
42 [/opt/libc-tests/tests/random/getentropy]
|