From 880b2128ef4b884612a59836583a5d3d4108fb43 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Wed, 3 Aug 2022 13:39:31 -0700 Subject: [PATCH] [lldb] Mark TestRosetta as skipIfDarwinEmbedded This test only makes sense on the host. --- lldb/test/API/macosx/rosetta/TestRosetta.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/test/API/macosx/rosetta/TestRosetta.py b/lldb/test/API/macosx/rosetta/TestRosetta.py index 628d265..8836db9 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() -- 2.7.4