This revision was automatically updated to reflect the committed changes.
Closed by commit rG3c1d8e06d4a9: [lldb-tests] Add compiler version check in
TestFunctionStarts (authored by fdeazeve).
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