diff --git a/lldb/test/API/macosx/function-starts/TestFunctionStarts.py b/lldb/test/API/macosx/function-starts/TestFunctionStarts.py --- a/lldb/test/API/macosx/function-starts/TestFunctionStarts.py +++ b/lldb/test/API/macosx/function-starts/TestFunctionStarts.py @@ -17,6 +17,7 @@ @skipIfRemote @skipUnlessDarwin + @skipIf(compiler="clang", compiler_version=['<', '13.0']) def test_function_starts_binary(self): """Test that we make synthetic symbols when we have the binary.""" self.build(dictionary={'CODESIGN': ''}) # Binary is getting stripped later. @@ -24,6 +25,7 @@ @skipIfRemote @skipUnlessDarwin + @skipIf(compiler="clang", compiler_version=['<', '13.0']) def test_function_starts_no_binary(self): """Test that we make synthetic symbols when we don't have the binary""" self.build(dictionary={'CODESIGN': ''}) # Binary is getting stripped later.