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):
40
40
NO_DEBUG_INFO_TESTCASE = True
41
41
42
42
@skipUnlessAppleSilicon
43
+ @skipIfLLVMTargetMissing ("X86" )
43
44
@skipIfDarwinEmbedded
44
45
def test_rosetta (self ):
45
46
"""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):
17
17
# actually launch them here.
18
18
19
19
# The Makefile manually invokes clang.
20
+ @skipIfLLVMTargetMissing ("X86" )
20
21
@skipIfAsan
21
22
@skipUnlessDarwin
22
23
@skipIfDarwinEmbedded
@@ -26,6 +27,7 @@ def test_universal64_executable(self):
26
27
self .do_test ()
27
28
28
29
# The Makefile manually invokes clang.
30
+ @skipIfLLVMTargetMissing ("X86" )
29
31
@skipIfAsan
30
32
@skipUnlessDarwin
31
33
@skipIfDarwinEmbedded
You can’t perform that action at this time.
0 commit comments