diff options
| author | riastradh <riastradh@NetBSD.org> | 2023-05-31 00:18:44 +0000 |
|---|---|---|
| committer | riastradh <riastradh@NetBSD.org> | 2023-05-31 00:18:44 +0000 |
| commit | 8f4e92485fadf48b2386d5447c1db17823ca6e3b (patch) | |
| tree | b4cc4df4747f3b4f99931b6b02e69bf168f6a038 /distrib | |
| parent | 75dc982d29ff88c1fe5fb2ede34af8be80a234be (diff) | |
ld.elf_so: New test for extern initial-exec TLS, PR toolchain/50277.
XXX pullup-10
Diffstat (limited to 'distrib')
| -rw-r--r-- | distrib/sets/lists/tests/mi | 3 | ||||
| -rw-r--r-- | distrib/sets/lists/tests/shl.mi | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/distrib/sets/lists/tests/mi b/distrib/sets/lists/tests/mi index 21489102951..e77b818c1ff 100644 --- a/distrib/sets/lists/tests/mi +++ b/distrib/sets/lists/tests/mi @@ -1,4 +1,4 @@ -# $NetBSD: mi,v 1.1264 2023/05/20 21:32:05 rillig Exp $ +# $NetBSD: mi,v 1.1265 2023/05/31 00:18:44 riastradh Exp $ # # Note: don't delete entries from here - mark them as "obsolete" instead. # @@ -4168,6 +4168,7 @@ ./usr/tests/libexec/ld.elf_so/t_ifunc tests-libexec-tests compattestfile,atf,pic ./usr/tests/libexec/ld.elf_so/t_rtld_r_debug tests-libexec-tests compattestfile,atf,pic ./usr/tests/libexec/ld.elf_so/t_thread_local_dtor tests-libexec-tests compattestfile,atf,pic +./usr/tests/libexec/ld.elf_so/t_tls_extern tests-libexec-tests compattestfile,atf,pic ./usr/tests/modules tests-sys-tests compattestfile,atf ./usr/tests/net tests-net-tests compattestfile,atf ./usr/tests/net/Atffile tests-net-tests compattestfile,atf diff --git a/distrib/sets/lists/tests/shl.mi b/distrib/sets/lists/tests/shl.mi index 234702c92a1..83f11efa133 100644 --- a/distrib/sets/lists/tests/shl.mi +++ b/distrib/sets/lists/tests/shl.mi @@ -1,4 +1,4 @@ -# $NetBSD: shl.mi,v 1.11 2017/07/11 15:21:32 joerg Exp $ +# $NetBSD: shl.mi,v 1.12 2023/05/31 00:18:44 riastradh Exp $ # ./usr/tests/lib/csu/h_initfini3_dso.so tests-lib-tests compattestfile,atf ./usr/tests/lib/csu/h_initfini3_dso.so.1 tests-lib-tests compattestfile,atf @@ -16,6 +16,8 @@ ./usr/tests/libexec/ld.elf_so/h_helper_symver_dso1/libh_helper_symver_dso.so.1 tests-libexec-tests compattestfile,atf ./usr/tests/libexec/ld.elf_so/h_helper_symver_dso2/libh_helper_symver_dso.so tests-libexec-tests compattestfile,atf ./usr/tests/libexec/ld.elf_so/h_helper_symver_dso2/libh_helper_symver_dso.so.1 tests-libexec-tests compattestfile,atf +./usr/tests/libexec/ld.elf_so/libh_def_static.so tests-libexec-tests compattestfile,atf +./usr/tests/libexec/ld.elf_so/libh_def_static.so.1 tests-libexec-tests compattestfile,atf ./usr/tests/libexec/ld.elf_so/libh_helper_dso1.so tests-libexec-tests compattestfile,atf ./usr/tests/libexec/ld.elf_so/libh_helper_dso1.so.1 tests-libexec-tests compattestfile,atf ./usr/tests/libexec/ld.elf_so/libh_helper_dso2.so tests-libexec-tests compattestfile,atf @@ -24,5 +26,7 @@ ./usr/tests/libexec/ld.elf_so/libh_helper_dso3.so.1 tests-libexec-tests compattestfile,atf ./usr/tests/libexec/ld.elf_so/libh_helper_ifunc_dso.so tests-libexec-tests compattestfile,atf ./usr/tests/libexec/ld.elf_so/libh_helper_ifunc_dso.so.1 tests-libexec-tests compattestfile,atf +./usr/tests/libexec/ld.elf_so/libh_use_static.so tests-libexec-tests compattestfile,atf +./usr/tests/libexec/ld.elf_so/libh_use_static.so.1 tests-libexec-tests compattestfile,atf ./usr/tests/util/id/libfake.so.0 tests-obsolete obsolete ./usr/tests/util/id/libfake.so.0.0 tests-obsolete obsolete |
