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/stdio/fileno.32] 55[/opt/libc-tests/tests/stdio/fileno.64] 56[/opt/libc-tests/tests/stdio/fmemopentest.32] 57[/opt/libc-tests/tests/stdio/fmemopentest.64] 58[/opt/libc-tests/tests/stdio/ftell_ungetc.32] 59[/opt/libc-tests/tests/stdio/ftell_ungetc.64] 60[/opt/libc-tests/tests/stdio/memstream.32] 61[/opt/libc-tests/tests/stdio/memstream.64] 62[/opt/libc-tests/tests/stdio/memstream_reopen.32] 63[/opt/libc-tests/tests/stdio/memstream_reopen.64] 64[/opt/libc-tests/tests/stdio/open_memstreamtest.32] 65[/opt/libc-tests/tests/stdio/open_memstreamtest.64] 66[/opt/libc-tests/tests/stdio/orientation_test.32] 67[/opt/libc-tests/tests/stdio/orientation_test.64] 68[/opt/libc-tests/tests/stdio/test_mbrtowc.32] 69[/opt/libc-tests/tests/stdio/test_mbrtowc.64] 70 71[/opt/libc-tests/tests/aligned_alloc.32] 72[/opt/libc-tests/tests/aligned_alloc.64] 73[/opt/libc-tests/tests/c11_threads.32] 74[/opt/libc-tests/tests/c11_threads.64] 75[/opt/libc-tests/tests/c11_tss.32] 76[/opt/libc-tests/tests/c11_tss.64] 77[/opt/libc-tests/tests/call_once.32] 78[/opt/libc-tests/tests/call_once.64] 79[/opt/libc-tests/tests/catopen] 80[/opt/libc-tests/tests/endian.32] 81[/opt/libc-tests/tests/endian.64] 82[/opt/libc-tests/tests/quick_exit] 83[/opt/libc-tests/tests/priv_gettext] 84[/opt/libc-tests/tests/strerror] 85[/opt/libc-tests/tests/timespec_get.32] 86[/opt/libc-tests/tests/timespec_get.64] 87[/opt/libc-tests/tests/uchar.32] 88[/opt/libc-tests/tests/uchar.64] 89 90[/opt/libc-tests/tests/pthread_attr_get_np] 91 92[/opt/libc-tests/tests/symbols] 93pre = setup 94tests = [ 95 'assert_h', 96 'ctype_h', 97 'dirent_h', 98 'fcntl_h', 99 'locale_h', 100 'math_h', 101 'netdb_h', 102 'pthread_h', 103 'signal_h', 104 'stdalign_h', 105 'stddef_h', 106 'stdio_h', 107 'stdlib_h', 108 'stdnoreturn_h', 109 'string_h', 110 'strings_h', 111 'sys_stat_h', 112 'sys_time_h', 113 'sys_timeb_h', 114 'time_h', 115 'threads_h', 116 'ucontext_h', 117 'unistd_h', 118 'wchar_h', 119 'wctype_h' 120 ] 121