From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D75C7158451 for ; Thu, 11 Jan 2024 23:28:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBAD1E2A27; Thu, 11 Jan 2024 23:28:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CF771E2A27 for ; Thu, 11 Jan 2024 23:28:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E68A5343164 for ; Thu, 11 Jan 2024 23:28:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8765995D for ; Thu, 11 Jan 2024 23:28:32 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1705015685.f4d075e7d6163f39351a269f1a97b12253f0c691.dilfridge@gentoo> Subject: [gentoo-commits] proj/toolchain/glibc-patches:master commit in: 9999/ X-VCS-Repository: proj/toolchain/glibc-patches X-VCS-Files: 9999/0009-Gentoo-Disable-valgrind-based-tests-too-unreliable.patch X-VCS-Directories: 9999/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: f4d075e7d6163f39351a269f1a97b12253f0c691 X-VCS-Branch: master Date: Thu, 11 Jan 2024 23:28:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b5e5f9d6-a3e4-4eb4-9a50-712f505d09e3 X-Archives-Hash: 1ee7bacee5b84f756d004b23a7e95558 commit: f4d075e7d6163f39351a269f1a97b12253f0c691 Author: Andreas K. Hüttel gentoo org> AuthorDate: Thu Jan 11 23:28:05 2024 +0000 Commit: Andreas K. Hüttel gentoo 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 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?= -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 -