Skip to content

Commit baffaf0

Browse files
committed
[lldb] Add required skipIfLLVMTargetMissing for X86 (NFC)
1 parent deffae5 commit baffaf0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

lldb/test/API/macosx/rosetta/TestRosetta.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ class TestRosetta(TestBase):
4040
NO_DEBUG_INFO_TESTCASE = True
4141

4242
@skipUnlessAppleSilicon
43+
@skipIfLLVMTargetMissing("X86")
4344
@skipIfDarwinEmbedded
4445
def test_rosetta(self):
4546
"""There can be many tests in a test case - describe this test here."""

lldb/test/API/macosx/universal64/TestUniversal64.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ def do_test(self):
1717
# actually launch them here.
1818

1919
# The Makefile manually invokes clang.
20+
@skipIfLLVMTargetMissing("X86")
2021
@skipIfAsan
2122
@skipUnlessDarwin
2223
@skipIfDarwinEmbedded
@@ -26,6 +27,7 @@ def test_universal64_executable(self):
2627
self.do_test()
2728

2829
# The Makefile manually invokes clang.
30+
@skipIfLLVMTargetMissing("X86")
2931
@skipIfAsan
3032
@skipUnlessDarwin
3133
@skipIfDarwinEmbedded

0 commit comments

Comments
 (0)