@@ -790,25 +790,16 @@ def test_swapcase(self, size):
790
790
791
791
# TODO: RUSTPYTHON
792
792
@unittest .expectedFailure
793
+ @bigmemtest (size = _2G , memuse = 2 )
793
794
def test_isspace (self , size ):
794
795
super ().test_isspace (size )
795
796
796
797
# TODO: RUSTPYTHON
797
798
@unittest .expectedFailure
799
+ @bigmemtest (size = _2G , memuse = 2 )
798
800
def test_istitle (self , size ):
799
801
super ().test_istitle (size )
800
802
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
-
812
803
class BytearrayTest (unittest .TestCase , BaseStrTest ):
813
804
814
805
def from_latin1 (self , s ):
@@ -836,11 +827,13 @@ def test_swapcase(self, size):
836
827
837
828
# TODO: RUSTPYTHON
838
829
@unittest .expectedFailure
830
+ @bigmemtest (size = _2G , memuse = 2 )
839
831
def test_isspace (self , size ):
840
832
super ().test_isspace (size )
841
833
842
834
# TODO: RUSTPYTHON
843
835
@unittest .expectedFailure
836
+ @bigmemtest (size = _2G , memuse = 2 )
844
837
def test_istitle (self , size ):
845
838
super ().test_istitle (size )
846
839
0 commit comments