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]> --- meta/recipes-devtools/python/python3_3.14.6.bb | 6 ++++++ 1 file changed, 6 insertions(+) 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 \ -- 2.49.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#239658): https://lists.openembedded.org/g/openembedded-core/message/239658 Mute This Topic: https://lists.openembedded.org/mt/119994332/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
