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 2016 Joyent, Inc. 16# 17 18[DEFAULT] 19pre = 20verbose = False 21quiet = False 22timeout = 60 23post = 24outputdir = /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[/opt/libc-tests/tests/wcsncasecmp.32] 32[/opt/libc-tests/tests/wcsncasecmp.64] 33[/opt/libc-tests/tests/wcsncasecmp-7344.32] 34[/opt/libc-tests/tests/wcsncasecmp-7344.64] 35[/opt/libc-tests/tests/wcsncasecmp-7350.32] 36[/opt/libc-tests/tests/wcsncasecmp-7350.64] 37 38[/opt/libc-tests/tests/random/getrandom] 39[/opt/libc-tests/tests/random/getentropy] 40[/opt/libc-tests/tests/random/chacha] 41[/opt/libc-tests/tests/random/inz_child] 42[/opt/libc-tests/tests/random/inz_inval] 43[/opt/libc-tests/tests/random/inz_mlock] 44[/opt/libc-tests/tests/random/inz_region] 45[/opt/libc-tests/tests/random/inz_split] 46[/opt/libc-tests/tests/random/inz_split_vpp] 47[/opt/libc-tests/tests/random/inz_vpp] 48[/opt/libc-tests/tests/random/arc4random] 49[/opt/libc-tests/tests/random/arc4random_fork] 50[/opt/libc-tests/tests/random/arc4random_prefork] 51[/opt/libc-tests/tests/random/arc4random_forkall] 52[/opt/libc-tests/tests/random/arc4random_preforkall] 53[/opt/libc-tests/tests/random/arc4random_forksig] 54[/opt/libc-tests/tests/random/arc4random_preforksig] 55[/opt/libc-tests/tests/random/arc4key.ksh] 56 57[/opt/libc-tests/tests/aligned_alloc.32] 58[/opt/libc-tests/tests/aligned_alloc.64] 59[/opt/libc-tests/tests/c11_threads.32] 60[/opt/libc-tests/tests/c11_threads.64] 61[/opt/libc-tests/tests/c11_tss.32] 62[/opt/libc-tests/tests/c11_tss.64] 63[/opt/libc-tests/tests/call_once.32] 64[/opt/libc-tests/tests/call_once.64] 65[/opt/libc-tests/tests/catopen] 66[/opt/libc-tests/tests/env-7076.32] 67[/opt/libc-tests/tests/env-7076.64] 68[/opt/libc-tests/tests/endian.32] 69[/opt/libc-tests/tests/endian.64] 70[/opt/libc-tests/tests/quick_exit] 71[/opt/libc-tests/tests/priv_gettext] 72[/opt/libc-tests/tests/strerror] 73[/opt/libc-tests/tests/timespec_get.32] 74[/opt/libc-tests/tests/timespec_get.64] 75 76[/opt/libc-tests/tests/pthread_attr_get_np] 77 78[/opt/libc-tests/tests/symbols] 79pre = setup 80tests = [ 81 'assert_h', 82 'ctype_h', 83 'dirent_h', 84 'fcntl_h', 85 'locale_h', 86 'math_h', 87 'netdb_h', 88 'pthread_h', 89 'signal_h', 90 'stdalign_h', 91 'stddef_h', 92 'stdio_h', 93 'stdlib_h', 94 'stdnoreturn_h', 95 'string_h', 96 'strings_h', 97 'sys_stat_h', 98 'sys_time_h', 99 'sys_timeb_h', 100 'time_h', 101 'threads_h', 102 'ucontext_h', 103 'unistd_h', 104 'wchar_h', 105 'wctype_h' 106 ] 107