Author: Dave Lee Date: 2024-05-11T11:48:31-07:00 New Revision: baffaf000fd4667f33b3756d0d3b645b1d926b44
URL: https://github.com/llvm/llvm-project/commit/baffaf000fd4667f33b3756d0d3b645b1d926b44 DIFF: https://github.com/llvm/llvm-project/commit/baffaf000fd4667f33b3756d0d3b645b1d926b44.diff LOG: [lldb] Add required skipIfLLVMTargetMissing for X86 (NFC) Added: Modified: lldb/test/API/macosx/rosetta/TestRosetta.py lldb/test/API/macosx/universal64/TestUniversal64.py Removed: ################################################################################ diff --git a/lldb/test/API/macosx/rosetta/TestRosetta.py b/lldb/test/API/macosx/rosetta/TestRosetta.py index ce40de475ef16..a812f558a8fc9 100644 --- a/lldb/test/API/macosx/rosetta/TestRosetta.py +++ b/lldb/test/API/macosx/rosetta/TestRosetta.py @@ -40,6 +40,7 @@ class TestRosetta(TestBase): NO_DEBUG_INFO_TESTCASE = True @skipUnlessAppleSilicon + @skipIfLLVMTargetMissing("X86") @skipIfDarwinEmbedded def test_rosetta(self): """There can be many tests in a test case - describe this test here.""" diff --git a/lldb/test/API/macosx/universal64/TestUniversal64.py b/lldb/test/API/macosx/universal64/TestUniversal64.py index 98661443086ef..893ff14d81138 100644 --- a/lldb/test/API/macosx/universal64/TestUniversal64.py +++ b/lldb/test/API/macosx/universal64/TestUniversal64.py @@ -17,6 +17,7 @@ def do_test(self): # actually launch them here. # The Makefile manually invokes clang. + @skipIfLLVMTargetMissing("X86") @skipIfAsan @skipUnlessDarwin @skipIfDarwinEmbedded @@ -26,6 +27,7 @@ def test_universal64_executable(self): self.do_test() # The Makefile manually invokes clang. + @skipIfLLVMTargetMissing("X86") @skipIfAsan @skipUnlessDarwin @skipIfDarwinEmbedded _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits