Skip to content

Commit cb39c35

Browse files
committed
Exclude one more test_denial_of_service_prevented_int_to_str
1 parent 1b33276 commit cb39c35

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
*graalpython.lib-python.3.test.test_int.IntStrDigitLimitsTests.test_power_of_two_bases_unlimited
77
*graalpython.lib-python.3.test.test_int.IntStrDigitLimitsTests.test_sign_not_counted
88
*graalpython.lib-python.3.test.test_int.IntStrDigitLimitsTests.test_underscores_ignored
9-
*graalpython.lib-python.3.test.test_int.IntSubclassStrDigitLimitsTests.test_denial_of_service_prevented_int_to_str
109
*graalpython.lib-python.3.test.test_int.IntSubclassStrDigitLimitsTests.test_denial_of_service_prevented_str_to_int
1110
*graalpython.lib-python.3.test.test_int.IntSubclassStrDigitLimitsTests.test_disabled_limit
1211
*graalpython.lib-python.3.test.test_int.IntSubclassStrDigitLimitsTests.test_int_from_other_bases

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,7 @@ def update_unittest_tags(args):
624624
('test_ssl.txt', '*graalpython.lib-python.3.test.test_ssl.NetworkedTests.test_timeout_connect_ex'),
625625
# Transiently fails because it's dependent on timings
626626
('test_int.txt', '*graalpython.lib-python.3.test.test_int.IntStrDigitLimitsTests.test_denial_of_service_prevented_int_to_str'),
627+
('test_int.txt', '*graalpython.lib-python.3.test.test_int.IntSubclassStrDigitLimitsTests.test_denial_of_service_prevented_int_to_str'),
627628
# The whole suite sometimes transiently crashes because of hanging thread at the end, not sure which test causes this
628629
('test_docxmlrpc.txt', '*graalpython.lib-python.3.test.test_docxmlrpc.DocXMLRPCHTTPGETServer.test_annotations'),
629630
('test_docxmlrpc.txt', '*graalpython.lib-python.3.test.test_docxmlrpc.DocXMLRPCHTTPGETServer.test_autolink_dotted_methods'),

0 commit comments

Comments
 (0)