12d08521bSGarrett D'Amore# 22d08521bSGarrett D'Amore# This file and its contents are supplied under the terms of the 32d08521bSGarrett D'Amore# Common Development and Distribution License ("CDDL"), version 1.0. 42d08521bSGarrett D'Amore# You may only use this file in accordance with the terms of version 52d08521bSGarrett D'Amore# 1.0 of the CDDL. 62d08521bSGarrett D'Amore# 72d08521bSGarrett D'Amore# A full copy of the text of the CDDL should have accompanied this 82d08521bSGarrett D'Amore# source. A copy of the CDDL is also available via the Internet at 92d08521bSGarrett D'Amore# http://www.illumos.org/license/CDDL. 102d08521bSGarrett D'Amore# 112d08521bSGarrett D'Amore 122d08521bSGarrett D'Amore# 132d08521bSGarrett D'Amore# Copyright (c) 2012 by Delphix. All rights reserved. 142d08521bSGarrett D'Amore# Copyright 2014 Garrett D'Amore <garrett@damore.org> 152d08521bSGarrett D'Amore# 162d08521bSGarrett D'Amore 172d08521bSGarrett D'Amore[DEFAULT] 182d08521bSGarrett D'Amorepre = 192d08521bSGarrett D'Amoreverbose = False 202d08521bSGarrett D'Amorequiet = False 212d08521bSGarrett D'Amoretimeout = 60 222d08521bSGarrett D'Amorepost = 232d08521bSGarrett D'Amoreoutputdir = /var/tmp/test_results 242d08521bSGarrett D'Amore 25a2290a36SDan McDonald[/opt/libc-tests/tests/fpround_test] 26a2290a36SDan McDonald 272d08521bSGarrett D'Amore[/opt/libc-tests/tests/newlocale_test] 28538aa54dSGarrett D'Amore 29538aa54dSGarrett D'Amore[/opt/libc-tests/tests/nl_langinfo_test] 30538aa54dSGarrett D'Amore 31538aa54dSGarrett D'Amore[/opt/libc-tests/tests/wcsrtombs_test] 3281cc9994SLauri Tirkkonen 3381cc9994SLauri Tirkkonen[/opt/libc-tests/tests/wctype_test] 34de572d98SGarrett D'Amore 35*9d12795fSRobert Mustacchi[/opt/libc-tests/tests/random/getrandom] 36*9d12795fSRobert Mustacchi[/opt/libc-tests/tests/random/getentropy] 37*9d12795fSRobert Mustacchi[/opt/libc-tests/tests/random/chacha] 38*9d12795fSRobert Mustacchi[/opt/libc-tests/tests/random/inz_child] 39*9d12795fSRobert Mustacchi[/opt/libc-tests/tests/random/inz_inval] 40*9d12795fSRobert Mustacchi[/opt/libc-tests/tests/random/inz_mlock] 41*9d12795fSRobert Mustacchi[/opt/libc-tests/tests/random/inz_region] 42*9d12795fSRobert Mustacchi[/opt/libc-tests/tests/random/inz_split] 43*9d12795fSRobert Mustacchi[/opt/libc-tests/tests/random/inz_split_vpp] 44*9d12795fSRobert Mustacchi[/opt/libc-tests/tests/random/inz_vpp] 45*9d12795fSRobert Mustacchi[/opt/libc-tests/tests/random/arc4random] 46*9d12795fSRobert Mustacchi[/opt/libc-tests/tests/random/arc4random_fork] 47*9d12795fSRobert Mustacchi[/opt/libc-tests/tests/random/arc4random_prefork] 48*9d12795fSRobert Mustacchi[/opt/libc-tests/tests/random/arc4random_forkall] 49*9d12795fSRobert Mustacchi[/opt/libc-tests/tests/random/arc4random_preforkall] 50*9d12795fSRobert Mustacchi[/opt/libc-tests/tests/random/arc4random_forksig] 51*9d12795fSRobert Mustacchi[/opt/libc-tests/tests/random/arc4random_preforksig] 52*9d12795fSRobert Mustacchi[/opt/libc-tests/tests/random/arc4key.ksh] 53*9d12795fSRobert Mustacchi 54de572d98SGarrett D'Amore[/opt/libc-tests/tests/symbols] 55de572d98SGarrett D'Amorepre = setup 56de572d98SGarrett D'Amoretests = [ 57de572d98SGarrett D'Amore 'ctype_h', 58de572d98SGarrett D'Amore 'dirent_h', 59de572d98SGarrett D'Amore 'fcntl_h', 60de572d98SGarrett D'Amore 'locale_h', 61de572d98SGarrett D'Amore 'math_h', 62de572d98SGarrett D'Amore 'netdb_h', 63de572d98SGarrett D'Amore 'pthread_h', 64de572d98SGarrett D'Amore 'signal_h', 65de572d98SGarrett D'Amore 'stdio_h', 66de572d98SGarrett D'Amore 'stdlib_h', 67de572d98SGarrett D'Amore 'strings_h', 68de572d98SGarrett D'Amore 'sys_stat_h', 69de572d98SGarrett D'Amore 'sys_time_h', 70de572d98SGarrett D'Amore 'sys_timeb_h', 71de572d98SGarrett D'Amore 'ucontext_h', 72de572d98SGarrett D'Amore 'unistd_h', 73de572d98SGarrett D'Amore 'wchar_h', 74de572d98SGarrett D'Amore 'wctype_h' 75de572d98SGarrett D'Amore ] 76