From fd2f968a380fe822f93ed76d63416f83041e3a89 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 11 Oct 2025 08:59:20 +0100 Subject: dev-lang/python: skip test_pyrepl test for PGO I guess depending on the way Clang's profiling works, it may not save the equivalent of .gcov files cleanly on exit (or regularly flush them to disk) if killed. Closes: https://bugs.gentoo.org/964023 Signed-off-by: Sam James --- dev-lang/python/python-0.3.15.9999.ebuild | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dev-lang/python/python-0.3.15.9999.ebuild') diff --git a/dev-lang/python/python-0.3.15.9999.ebuild b/dev-lang/python/python-0.3.15.9999.ebuild index 126aefe73c6b..bcd5eadcb57f 100644 --- a/dev-lang/python/python-0.3.15.9999.ebuild +++ b/dev-lang/python/python-0.3.15.9999.ebuild @@ -346,6 +346,10 @@ src_configure() { # Hangs (actually runs indefinitely executing itself w/ many cpython builds) # bug #900429 -x test_tools + + # Test terminates abruptly which corrupts written profile data + # bug #964023 + -x test_pyrepl ) if has_version "app-arch/rpm" ; then -- cgit v1.2.3