mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Explain test_format_huge_item_number skip
This commit is contained in:
@@ -1341,7 +1341,7 @@ class UnicodeTest(string_tests.CommonTest,
|
||||
with self.assertRaises(ValueError):
|
||||
result = format(2.34, format_string)
|
||||
|
||||
@unittest.skip("TODO: RUSTPYTHON")
|
||||
@unittest.skip("TODO: RUSTPYTHON, IndexError: tuple index out of range")
|
||||
def test_format_huge_item_number(self):
|
||||
format_string = "{{{}:.6f}}".format(sys.maxsize + 1)
|
||||
with self.assertRaises(ValueError):
|
||||
|
||||
Reference in New Issue
Block a user