forked from Rust-related/RustPython
test_bigmem fix expectedFailures not to always fall
This commit is contained in:
4
Lib/test/test_bigmem.py
vendored
4
Lib/test/test_bigmem.py
vendored
@@ -790,11 +790,13 @@ class BytesTest(unittest.TestCase, BaseStrTest):
|
||||
|
||||
# TODO: RUSTPYTHON
|
||||
@unittest.expectedFailure
|
||||
@bigmemtest(size=_2G, memuse=2)
|
||||
def test_isspace(self, size):
|
||||
super().test_isspace(size)
|
||||
|
||||
# TODO: RUSTPYTHON
|
||||
@unittest.expectedFailure
|
||||
@bigmemtest(size=_2G, memuse=2)
|
||||
def test_istitle(self, size):
|
||||
super().test_istitle(size)
|
||||
|
||||
@@ -825,11 +827,13 @@ class BytearrayTest(unittest.TestCase, BaseStrTest):
|
||||
|
||||
# TODO: RUSTPYTHON
|
||||
@unittest.expectedFailure
|
||||
@bigmemtest(size=_2G, memuse=2)
|
||||
def test_isspace(self, size):
|
||||
super().test_isspace(size)
|
||||
|
||||
# TODO: RUSTPYTHON
|
||||
@unittest.expectedFailure
|
||||
@bigmemtest(size=_2G, memuse=2)
|
||||
def test_istitle(self, size):
|
||||
super().test_istitle(size)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user