fdeazeve updated this revision to Diff 468551.
fdeazeve added a comment.
Fixed typos in commit message
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136178/new/
https://reviews.llvm.org/D136178
Files:
lldb/test/API/macosx/function-starts/TestFunctionStarts.py
Index: lldb/test/API/macosx/function-starts/TestFunctionStarts.py
===================================================================
--- lldb/test/API/macosx/function-starts/TestFunctionStarts.py
+++ 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.
Index: lldb/test/API/macosx/function-starts/TestFunctionStarts.py
===================================================================
--- lldb/test/API/macosx/function-starts/TestFunctionStarts.py
+++ 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.
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits