@@ -790,25 +790,16 @@ 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
801- # TODO: RUSTPYTHON
802- @unittest .expectedFailure
803- def test_lstrip (self , size ):
804- super ().test_lstrip (size )
805-
806- # TODO: RUSTPYTHON
807- @unittest .expectedFailure
808- def test_rstrip (self , size ):
809- super ().test_rstrip (size )
810-
811-
812803class BytearrayTest (unittest .TestCase , BaseStrTest ):
813804
814805 def from_latin1 (self , s ):
@@ -836,11 +827,13 @@ def test_swapcase(self, size):
836827
837828 # TODO: RUSTPYTHON
838829 @unittest .expectedFailure
830+ @bigmemtest (size = _2G , memuse = 2 )
839831 def test_isspace (self , size ):
840832 super ().test_isspace (size )
841833
842834 # TODO: RUSTPYTHON
843835 @unittest .expectedFailure
836+ @bigmemtest (size = _2G , memuse = 2 )
844837 def test_istitle (self , size ):
845838 super ().test_istitle (size )
846839
0 commit comments