From f4d075e7d6163f39351a269f1a97b12253f0c691 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Fri, 12 Jan 2024 00:28:05 +0100 Subject: Drop valgrind tests patch, do this in ebuild MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- ...sable-valgrind-based-tests-too-unreliable.patch | 38 ---------------------- 1 file changed, 38 deletions(-) delete mode 100644 9999/0009-Gentoo-Disable-valgrind-based-tests-too-unreliable.patch diff --git a/9999/0009-Gentoo-Disable-valgrind-based-tests-too-unreliable.patch b/9999/0009-Gentoo-Disable-valgrind-based-tests-too-unreliable.patch deleted file mode 100644 index 9f13cb0..0000000 --- a/9999/0009-Gentoo-Disable-valgrind-based-tests-too-unreliable.patch +++ /dev/null @@ -1,38 +0,0 @@ -From 47f6f53cd39997f8e7fea5235b27a30fbdc9dd4d Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= -Date: Sat, 23 Dec 2023 22:56:11 +0100 -Subject: [PATCH 9/9] Gentoo: Disable valgrind-based tests, too unreliable -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Signed-off-by: Andreas K. Hüttel ---- - elf/Makefile | 4 ---- - 1 file changed, 4 deletions(-) - -diff --git a/elf/Makefile b/elf/Makefile -index ba7b71035c..4337603c6b 100644 ---- a/elf/Makefile -+++ b/elf/Makefile -@@ -480,7 +480,6 @@ tests += \ - unload6 \ - unload7 \ - unload8 \ -- valgrind-test \ - # tests - tests-cxx = \ - tst-dlopen-nodelete-reloc \ -@@ -611,9 +610,6 @@ $(objpfx)tst-relro-libc.out: tst-relro-symbols.py $(..)/scripts/glibcelf.py \ - --required=__io_vtables \ - > $@ 2>&1; $(evaluate-test) - --ifeq ($(run-built-tests),yes) --tests-special += $(objpfx)tst-valgrind-smoke.out --endif - $(objpfx)tst-valgrind-smoke.out: tst-valgrind-smoke.sh $(objpfx)ld.so $(objpfx)valgrind-test - $(SHELL) $< $(objpfx)ld.so $(rtlddir)/$(rtld-installed-name) '$(test-wrapper-env)' \ - '$(run-program-env)' '$(rpath-link)' $(objpfx)valgrind-test > $@; $(evaluate-test) --- -2.41.0 - -- cgit v1.2.3-65-gdbad