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/groups/no-relobj-group-merge]
26tests = ['no-relobj-group-merge']
27
28[/opt/elf-tests/tests/linker-sets]
29tests = ['simple', 'in-use-check']
30
31[/opt/elf-tests/tests/mapfiles/parser]
32tests = ['test-parser']
33
34[/opt/elf-tests/tests/mapfiles/assert]
35tests = ['test-assert']
36
37[/opt/elf-tests/tests/relocs/i386/got32x]
38arch = i86pc
39tests = ['got32x']
40
41[/opt/elf-tests/tests/relocs/amd64/gotpcrelx]
42arch = i86pc
43tests = ['gotpcrelx', 'rex_gotpcrelx']
44
45[/opt/elf-tests/tests/resolution/mixed-hidden-comdat]
46arch = i86pc
47tests = ['mixed-hidden-comdat']
48
49[/opt/elf-tests/tests/sections/shf-exclude]
50arch = i86pc
51tests = ['exclude-kmod', 'exclude-exec', 'exclude-so', 'include-reloc', 'unknown-os']
52
53[/opt/elf-tests/tests/string-merge/]
54tests = ['simple']
55
56[/opt/elf-tests/tests/tls/amd64/ie]
57arch = i86pc
58tests = ['amd64-ie-test']
59
60[/opt/elf-tests/tests/tls/i386/ld]
61arch = i86pc
62tests = ['i386-ld-test']
63
64[/opt/elf-tests/tests/tls/amd64/ld]
65arch = i86pc
66tests = ['amd64-ld-test']
67
68