[Lldb-commits] [lldb] 880b212 - [lldb] Mark TestRosetta as skipIfDarwinEmbedded
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Wed Aug 3 14:32:42 PDT 2022
Author: Jonas Devlieghere
Date: 2022-08-03T14:24:37-07:00
New Revision: 880b2128ef4b884612a59836583a5d3d4108fb43
URL: https://github.com/llvm/llvm-project/commit/880b2128ef4b884612a59836583a5d3d4108fb43
DIFF: https://github.com/llvm/llvm-project/commit/880b2128ef4b884612a59836583a5d3d4108fb43.diff
LOG: [lldb] Mark TestRosetta as skipIfDarwinEmbedded
This test only makes sense on the host.
Added:
Modified:
lldb/test/API/macosx/rosetta/TestRosetta.py
Removed:
################################################################################
diff --git a/lldb/test/API/macosx/rosetta/TestRosetta.py b/lldb/test/API/macosx/rosetta/TestRosetta.py
index 628d265a65a87..8836db9db73dc 100644
--- a/lldb/test/API/macosx/rosetta/TestRosetta.py
+++ b/lldb/test/API/macosx/rosetta/TestRosetta.py
@@ -35,6 +35,7 @@ class TestRosetta(TestBase):
NO_DEBUG_INFO_TESTCASE = True
@skipUnlessAppleSilicon
+ @skipIfDarwinEmbedded
def test_rosetta(self):
"""There can be many tests in a test case - describe this test here."""
self.build()
More information about the lldb-commits
mailing list