We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deffae5 commit baffaf0Copy full SHA for baffaf0
lldb/test/API/macosx/rosetta/TestRosetta.py
@@ -40,6 +40,7 @@ class TestRosetta(TestBase):
40
NO_DEBUG_INFO_TESTCASE = True
41
42
@skipUnlessAppleSilicon
43
+ @skipIfLLVMTargetMissing("X86")
44
@skipIfDarwinEmbedded
45
def test_rosetta(self):
46
"""There can be many tests in a test case - describe this test here."""
lldb/test/API/macosx/universal64/TestUniversal64.py
@@ -17,6 +17,7 @@ def do_test(self):
17
# actually launch them here.
18
19
# The Makefile manually invokes clang.
20
21
@skipIfAsan
22
@skipUnlessDarwin
23
@@ -26,6 +27,7 @@ def test_universal64_executable(self):
26
27
self.do_test()
28
29
30
31
32
33
0 commit comments