]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
python3: skiptest tracemalloc_track_race
authorKris Gavvala <kris.gavvala@windriver.com>
Fri, 26 Jun 2026 18:48:32 +0000 (11:48 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 30 Jun 2026 07:10:14 +0000 (08:10 +0100)
In python3 ptests, tracemalloc_track_race fails with a segfault.
To avoid ptest failures for now, skip the test.

Fixes [YOCTO #16182]
Upstream Issue: https://github.com/python/cpython/issues/143143

Signed-off-by: Kris Gavvala <kris.gavvala@windriver.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3_3.14.6.bb

index 291bde70f66b9a09f831daddbfb47be48dc05370..6dfd22fc0fb6c8c1deefb6e4e0497b685a596e88 100644 (file)
@@ -309,6 +309,12 @@ SKIPPED_TESTS += " \
     --ignore test_sysconfigdata_json \
 "
 
+# Fails with segfault
+# Bugzilla YP 16182 (test_tracemalloc_track_race)
+SKIPPED_TESTS += " \
+    --ignore test.test_tracemalloc.TestCAPI.test_tracemalloc_track_race \
+"
+
 SKIPPED_TESTS:append:libc-musl = " \
     -x test__locale \
     -x test_c_locale_coercion \