summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-3.14.0.ebuild
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-10-11 08:59:20 +0100
committerSam James <sam@gentoo.org>2025-10-11 08:59:20 +0100
commitfd2f968a380fe822f93ed76d63416f83041e3a89 (patch)
treefa1bd8d13d3e4357642c6793f2b2a1720d6e27f8 /dev-lang/python/python-3.14.0.ebuild
parentf5d37c450823325ee43519dc710c21018f89f6ad (diff)
downloadgentoo-fd2f968a380fe822f93ed76d63416f83041e3a89.tar.gz
gentoo-fd2f968a380fe822f93ed76d63416f83041e3a89.tar.bz2
gentoo-fd2f968a380fe822f93ed76d63416f83041e3a89.zip
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 <sam@gentoo.org>
Diffstat (limited to 'dev-lang/python/python-3.14.0.ebuild')
-rw-r--r--dev-lang/python/python-3.14.0.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-lang/python/python-3.14.0.ebuild b/dev-lang/python/python-3.14.0.ebuild
index 1ce0497e573d..fecf2ad12efb 100644
--- a/dev-lang/python/python-3.14.0.ebuild
+++ b/dev-lang/python/python-3.14.0.ebuild
@@ -377,6 +377,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