Skip to content

Commit 6522421

Browse files
committed
test_bigmem fix expectedFailures not to always fall
1 parent 992f5aa commit 6522421

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Lib/test/test_bigmem.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -790,11 +790,13 @@ def test_swapcase(self, size):
790790

791791
# TODO: RUSTPYTHON
792792
@unittest.expectedFailure
793+
@bigmemtest(size=_2G, memuse=2)
793794
def test_isspace(self, size):
794795
super().test_isspace(size)
795796

796797
# TODO: RUSTPYTHON
797798
@unittest.expectedFailure
799+
@bigmemtest(size=_2G, memuse=2)
798800
def test_istitle(self, size):
799801
super().test_istitle(size)
800802

@@ -825,11 +827,13 @@ def test_swapcase(self, size):
825827

826828
# TODO: RUSTPYTHON
827829
@unittest.expectedFailure
830+
@bigmemtest(size=_2G, memuse=2)
828831
def test_isspace(self, size):
829832
super().test_isspace(size)
830833

831834
# TODO: RUSTPYTHON
832835
@unittest.expectedFailure
836+
@bigmemtest(size=_2G, memuse=2)
833837
def test_istitle(self, size):
834838
super().test_istitle(size)
835839

0 commit comments

Comments
 (0)