File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
graalpython/lib-python/3/test Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -703,11 +703,13 @@ def test_baddecompresscopy(self):
703
703
self .assertRaises (ValueError , copy .copy , d )
704
704
self .assertRaises (ValueError , copy .deepcopy , d )
705
705
706
+ @support .impl_detail ("GR-27707: basicsize for native objects not yet supported" , graalvm = False )
706
707
def test_compresspickle (self ):
707
708
for proto in range (pickle .HIGHEST_PROTOCOL + 1 ):
708
709
with self .assertRaises ((TypeError , pickle .PicklingError )):
709
710
pickle .dumps (zlib .compressobj (zlib .Z_BEST_COMPRESSION ), proto )
710
711
712
+ @support .impl_detail ("GR-27707: basicsize for native objects not yet supported" , graalvm = False )
711
713
def test_decompresspickle (self ):
712
714
for proto in range (pickle .HIGHEST_PROTOCOL + 1 ):
713
715
with self .assertRaises ((TypeError , pickle .PicklingError )):
You can’t perform that action at this time.
0 commit comments