From: Kris Gavvala Date: Fri, 26 Jun 2026 18:48:32 +0000 (-0700) Subject: python3: skiptest tracemalloc_track_race X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7504490ba5e6ce0317dd12bdb961542062f05830;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3: skiptest tracemalloc_track_race 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 Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3_3.14.6.bb b/meta/recipes-devtools/python/python3_3.14.6.bb index 291bde70f6..6dfd22fc0f 100644 --- a/meta/recipes-devtools/python/python3_3.14.6.bb +++ b/meta/recipes-devtools/python/python3_3.14.6.bb @@ -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 \