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

(From OE-Core rev: 09adf3945b681bbc9eaa89cdad8fbb17191fd7d3)

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>
(cherry picked from commit 7504490ba5e6ce0317dd12bdb961542062f05830)
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
This commit is contained in:
Kris Gavvala
2026-07-09 08:09:30 -07:00
committed by Paul Barker
parent cd6939b8ba
commit f55e6c80f1

View File

@@ -256,6 +256,11 @@ do_install:append:class-nativesdk () {
create_wrapper ${D}${bindir}/python${PYTHON_MAJMIN} TERMINFO_DIRS='${sysconfdir}/terminfo:/etc/terminfo:/usr/share/terminfo:/usr/share/misc/terminfo:/lib/terminfo' PYTHONNOUSERSITE='1'
}
# 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 \