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()


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to