Skip to content

Commit 04fe86f

Browse files
committed
[GR-38036] Disable transiently failing recursion error test
1 parent 5f6998b commit 04fe86f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

graalpython/com.oracle.graal.python.test/src/tests/unittest_tags/test_exceptions.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
*graalpython.lib-python.3.test.test_exceptions.ExceptionTests.test_3114
1717
*graalpython.lib-python.3.test.test_exceptions.ExceptionTests.test_MemoryError
1818
*graalpython.lib-python.3.test.test_exceptions.ExceptionTests.test_WindowsError
19-
*graalpython.lib-python.3.test.test_exceptions.ExceptionTests.test_badisinstance
2019
*graalpython.lib-python.3.test.test_exceptions.ExceptionTests.test_errno_ENOTDIR
2120
*graalpython.lib-python.3.test.test_exceptions.ExceptionTests.test_exception_target_in_nested_scope
2221
*graalpython.lib-python.3.test.test_exceptions.ExceptionTests.test_exception_with_doc

mx.graalpython/mx_graalpython.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,8 @@ def update_unittest_tags(args):
432432
('test_multiprocessing_spawn.txt', '*graalpython.lib-python.3.test.test_multiprocessing_spawn.WithThreadsTestProcess.test_error_on_stdio_flush_1'),
433433
('test_multiprocessing_spawn.txt', '*graalpython.lib-python.3.test.test_multiprocessing_spawn.WithThreadsTestProcess.test_error_on_stdio_flush_2'),
434434
('test_multiprocessing_spawn.txt', '*graalpython.lib-python.3.test.test_multiprocessing_spawn._TestImportStar.test_import'),
435+
# Disabled due to transient stack overflow that fails to get caught and crashes the VM
436+
('test_exceptions.txt', '*graalpython.lib-python.3.test.test_exceptions.ExceptionTests.test_badisinstance'),
435437
}
436438

437439
result_tags = linux_tags & darwin_tags - tag_exclusions

0 commit comments

Comments
 (0)