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 <[email protected]> Signed-off-by: Mathieu Dubois-Briand <[email protected]> Signed-off-by: Richard Purdie <[email protected]> (cherry picked from commit 7504490ba5e6ce0317dd12bdb961542062f05830) --- meta/recipes-devtools/python/python3_3.14.5.bb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/meta/recipes-devtools/python/python3_3.14.5.bb b/meta/recipes-devtools/python/python3_3.14.5.bb index ed413dc1fe..fd407c9603 100644 --- a/meta/recipes-devtools/python/python3_3.14.5.bb +++ b/meta/recipes-devtools/python/python3_3.14.5.bb @@ -253,6 +253,13 @@ do_install:append:class-nativesdk () { } SKIPPED_TESTS = "--ignore test.test_os.test_os.TimerfdTests.test_timerfd_TFD_TIMER_ABSTIME" + +# Fails with segfault +# Bugzilla YP 16182 (test_tracemalloc_track_race) +SKIPPED_TESTS += " \ + --ignore test.test_tracemalloc.TestCAPI.test_tracemalloc_track_race \ +" + SKIPPED_TESTS:append:class-target:libc-musl = " \ -x test__locale \ -x test_c_locale_coercion \ -- 2.49.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#240069): https://lists.openembedded.org/g/openembedded-core/message/240069 Mute This Topic: https://lists.openembedded.org/mt/120089924/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
