Skip to content

Commit

Permalink
xfail a few stack overflows
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodmane committed Jan 28, 2024
1 parent eede218 commit f7d7f31
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/tests/python_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit f7d7f31

Please sign in to comment.