File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
graalpython/com.oracle.graal.python.test/src/tests/unittest_tags Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change 6
6
*graalpython.lib-python.3.test.test_int.IntStrDigitLimitsTests.test_power_of_two_bases_unlimited
7
7
*graalpython.lib-python.3.test.test_int.IntStrDigitLimitsTests.test_sign_not_counted
8
8
*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
10
9
*graalpython.lib-python.3.test.test_int.IntSubclassStrDigitLimitsTests.test_denial_of_service_prevented_str_to_int
11
10
*graalpython.lib-python.3.test.test_int.IntSubclassStrDigitLimitsTests.test_disabled_limit
12
11
*graalpython.lib-python.3.test.test_int.IntSubclassStrDigitLimitsTests.test_int_from_other_bases
Original file line number Diff line number Diff line change @@ -624,6 +624,7 @@ def update_unittest_tags(args):
624
624
('test_ssl.txt' , '*graalpython.lib-python.3.test.test_ssl.NetworkedTests.test_timeout_connect_ex' ),
625
625
# Transiently fails because it's dependent on timings
626
626
('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' ),
627
628
# The whole suite sometimes transiently crashes because of hanging thread at the end, not sure which test causes this
628
629
('test_docxmlrpc.txt' , '*graalpython.lib-python.3.test.test_docxmlrpc.DocXMLRPCHTTPGETServer.test_annotations' ),
629
630
('test_docxmlrpc.txt' , '*graalpython.lib-python.3.test.test_docxmlrpc.DocXMLRPCHTTPGETServer.test_autolink_dotted_methods' ),
You can’t perform that action at this time.
0 commit comments