xref: /titanic_50/usr/src/test/libc-tests/runfiles/default.run (revision de572d98af8238405c5d1292a788b1a85b0c68eb)
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]
34*de572d98SGarrett D'Amore
35*de572d98SGarrett D'Amore[/opt/libc-tests/tests/symbols]
36*de572d98SGarrett D'Amorepre = setup
37*de572d98SGarrett D'Amoretests = [
38*de572d98SGarrett D'Amore	'ctype_h',
39*de572d98SGarrett D'Amore	'dirent_h',
40*de572d98SGarrett D'Amore	'fcntl_h',
41*de572d98SGarrett D'Amore	'locale_h',
42*de572d98SGarrett D'Amore	'math_h',
43*de572d98SGarrett D'Amore	'netdb_h',
44*de572d98SGarrett D'Amore	'pthread_h',
45*de572d98SGarrett D'Amore	'signal_h',
46*de572d98SGarrett D'Amore	'stdio_h',
47*de572d98SGarrett D'Amore	'stdlib_h',
48*de572d98SGarrett D'Amore	'strings_h',
49*de572d98SGarrett D'Amore	'sys_stat_h',
50*de572d98SGarrett D'Amore	'sys_time_h',
51*de572d98SGarrett D'Amore	'sys_timeb_h',
52*de572d98SGarrett D'Amore	'ucontext_h',
53*de572d98SGarrett D'Amore	'unistd_h',
54*de572d98SGarrett D'Amore	'wchar_h',
55*de572d98SGarrett D'Amore	'wctype_h'
56*de572d98SGarrett D'Amore	 ]
57