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