Print this page
10366 ld(1) should support GNU-style linker sets
10581 ld(1) should know kernel modules are a thing
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/test/elf-tests/runfiles/default.run
+++ new/usr/src/test/elf-tests/runfiles/default.run
1 1
2 2 #
3 3 # This file and its contents are supplied under the terms of the
4 4 # Common Development and Distribution License ("CDDL"), version 1.0.
5 5 # You may only use this file in accordance with the terms of version
6 6 # 1.0 of the CDDL.
7 7 #
8 8 # A full copy of the text of the CDDL should have accompanied this
9 9 # source. A copy of the CDDL is also available via the Internet at
10 10 # http://www.illumos.org/license/CDDL.
11 11 #
12 12
↓ open down ↓ |
12 lines elided |
↑ open up ↑ |
13 13 # Copyright 2018, Richard Lowe.
14 14
15 15 [DEFAULT]
16 16 pre =
17 17 verbose = False
18 18 quiet = False
19 19 timeout = 60
20 20 post =
21 21 outputdir = /var/tmp/test_results
22 22
23 +[/opt/elf-tests/tests/linker-sets]
24 +tests = ['simple', 'in-use-check']
25 +
23 26 [/opt/elf-tests/tests/assert-deflib]
24 27 tests = ['test-deflib']
25 -
26 28
27 29 [/opt/elf-tests/tests/tls/amd64/ie]
28 30 arch = i86pc
29 31 tests = ['amd64-ie-test']
30 32
31 33 [/opt/elf-tests/tests/tls/i386/ld]
32 34 arch = i86pc
33 35 tests = ['i386-ld-test']
34 36
35 37 [/opt/elf-tests/tests/tls/amd64/ld]
36 38 arch = i86pc
37 39 tests = ['amd64-ld-test']
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX