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/endian.32] 64[/opt/libc-tests/tests/endian.64] 65[/opt/libc-tests/tests/quick_exit] 66[/opt/libc-tests/tests/priv_gettext] 67[/opt/libc-tests/tests/strerror] 68[/opt/libc-tests/tests/timespec_get.32] 69[/opt/libc-tests/tests/timespec_get.64] 70[/opt/libc-tests/tests/uchar.32] 71[/opt/libc-tests/tests/uchar.64] 72 73[/opt/libc-tests/tests/symbols] 74pre = setup 75tests = [ 76 'assert_h', 77 'ctype_h', 78 'dirent_h', 79 'fcntl_h', 80 'locale_h', 81 'math_h', 82 'netdb_h', 83 'pthread_h', 84 'signal_h', 85 'stdalign_h', 86 'stddef_h', 87 'stdio_h', 88 'stdlib_h', 89 'stdnoreturn_h', 90 'string_h', 91 'strings_h', 92 'sys_stat_h', 93 'sys_time_h', 94 'sys_timeb_h', 95 'time_h', 96 'threads_h', 97 'ucontext_h', 98 'unistd_h', 99 'wchar_h', 100 'wctype_h' 101 ] 102