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