commit:     f4d075e7d6163f39351a269f1a97b12253f0c691
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 11 23:28:05 2024 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jan 11 23:28:05 2024 +0000
URL:        
https://gitweb.gentoo.org/proj/toolchain/glibc-patches.git/commit/?id=f4d075e7

Drop valgrind tests patch, do this in ebuild

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 ...sable-valgrind-based-tests-too-unreliable.patch | 38 ----------------------
 1 file changed, 38 deletions(-)

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?= <[email protected]>
-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 <[email protected]>
----
- 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
-

Reply via email to