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