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# Copyright 2021, Richard Lowe.
13
14[DEFAULT]
15pre =
16verbose = False
17quiet = False
18timeout = 60
19post =
20outputdir = /var/tmp/test_results
21
22[/opt/elf-tests/tests/assert-deflib]
23tests = ['test-deflib']
24
25[/opt/elf-tests/tests/capabilities]
26tests = ['objcap', 'symcap']
27
28[/opt/elf-tests/tests/groups/no-relobj-group-merge]
29tests = ['no-relobj-group-merge']
30
31[/opt/elf-tests/tests/groups/strip-groups]
32tests = ['strip-one-section', 'strip-two-sections', 'strip-all-sections']
33
34[/opt/elf-tests/tests/linker-sets]
35tests = ['simple', 'in-use-check']
36
37[/opt/elf-tests/tests/mapfiles/parser]
38tests = ['test-parser']
39
40[/opt/elf-tests/tests/mapfiles/assert]
41tests = ['test-assert']
42
43[/opt/elf-tests/tests/relocs/i386/got32x]
44arch = i86pc
45tests = ['got32x']
46
47[/opt/elf-tests/tests/relocs/amd64/gotpcrelx]
48arch = i86pc
49tests = ['gotpcrelx', 'rex_gotpcrelx']
50
51[/opt/elf-tests/tests/resolution/mixed-hidden-comdat]
52arch = i86pc
53tests = ['mixed-hidden-comdat']
54
55[/opt/elf-tests/tests/sections/shf-exclude]
56arch = i86pc
57tests = ['exclude-kmod', 'exclude-exec', 'exclude-so', 'include-reloc', 'unknown-os']
58
59[/opt/elf-tests/tests/string-merge/]
60tests = ['simple']
61
62[/opt/elf-tests/tests/tls/amd64/ie]
63arch = i86pc
64tests = ['amd64-ie-test']
65
66[/opt/elf-tests/tests/tls/i386/ld]
67arch = i86pc
68tests = ['i386-ld-test']
69
70[/opt/elf-tests/tests/tls/amd64/ld]
71arch = i86pc
72tests = ['amd64-ld-test']
73
74