Index: test/functionalities/return-value/TestReturnValue.py =================================================================== --- test/functionalities/return-value/TestReturnValue.py +++ test/functionalities/return-value/TestReturnValue.py @@ -16,6 +16,7 @@ @expectedFailurei386 @python_api_test @dsym_test + @expectedFailureAll(compiler="clang", archs=["x86_64"]) def test_with_dsym_python(self): """Test getting return values from stepping out with dsyms.""" self.buildDsym() @@ -24,7 +25,7 @@ @expectedFailurei386 @python_api_test @dwarf_test - @expectedFailureAll(oslist=["linux"], compiler="clang", archs=["x86_64"]) + @expectedFailureAll(oslist=["linux", "macosx"], compiler="clang", archs=["x86_64"]) def test_with_dwarf_python(self): """Test getting return values from stepping out.""" self.buildDwarf()