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/symbols] 55pre = setup 56tests = [ 57 'ctype_h', 58 'dirent_h', 59 'fcntl_h', 60 'locale_h', 61 'math_h', 62 'netdb_h', 63 'pthread_h', 64 'signal_h', 65 'stdio_h', 66 'stdlib_h', 67 'strings_h', 68 'sys_stat_h', 69 'sys_time_h', 70 'sys_timeb_h', 71 'ucontext_h', 72 'unistd_h', 73 'wchar_h', 74 'wctype_h' 75 ] 76