From f7d7f3142f42c759115d70e8b27dab3acfe9f269 Mon Sep 17 00:00:00 2001 From: Hood Chatham Date: Sat, 27 Jan 2024 17:56:05 -0800 Subject: [PATCH] xfail a few stack overflows --- src/tests/python_tests.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/tests/python_tests.yaml b/src/tests/python_tests.yaml index 1c725bd668a..c3ebbf14358 100644 --- a/src/tests/python_tests.yaml +++ b/src/tests/python_tests.yaml @@ -157,7 +157,8 @@ - testThreading - test_c_locale_coercion - test_calendar -- test_call +- test_call: + xfail: stack overflow - test_capi.test_abstract - test_capi.test_bytearray - test_capi.test_bytes @@ -670,7 +671,8 @@ - test_platform: skip: - test_architecture_via_symlink # fork -- test_plistlib +- test_plistlib: + xfail: stack overflow - test_poll: xfail: subprocess - test_popen: