File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff 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."""
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments