File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ def setup_class(cls):
2121 cls .has_byte = at_least_17
2222 cls .has_optional = at_least_17
2323
24- @mark .xfail
24+ @mark .xfail ( run = not IS_CLANG_REPL , reason = "Crashes on clang-repl" )
2525 def test01_instance_data_read_access (self ):
2626 """Read access to instance public data and verify values"""
2727
@@ -378,7 +378,6 @@ def test03_array_passing(self):
378378
379379 c .__destruct__ ()
380380
381- @mark .xfail
382381 def test04_class_read_access (self ):
383382 """Test read access to class public data and verify values"""
384383
@@ -442,7 +441,6 @@ def test04_class_read_access(self):
442441
443442 c .__destruct__ ()
444443
445- @mark .xfail
446444 def test05_class_data_write_access (self ):
447445 """Test write access to class public data and verify values"""
448446
You can’t perform that action at this time.
0 commit comments