[Lldb-commits] [lldb] c7dee6a - [lldb] Enable TestRuntimeTypes on Apple Silicon

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 11 10:24:49 PDT 2021


Author: Jonas Devlieghere
Date: 2021-06-11T10:24:41-07:00
New Revision: c7dee6aefd5b5f1d92d279ddd40b81217b496d50

URL: https://github.com/llvm/llvm-project/commit/c7dee6aefd5b5f1d92d279ddd40b81217b496d50
DIFF: https://github.com/llvm/llvm-project/commit/c7dee6aefd5b5f1d92d279ddd40b81217b496d50.diff

LOG: [lldb] Enable TestRuntimeTypes on Apple Silicon

Added: 
    

Modified: 
    lldb/test/API/lang/objc/foundation/TestRuntimeTypes.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/lang/objc/foundation/TestRuntimeTypes.py b/lldb/test/API/lang/objc/foundation/TestRuntimeTypes.py
index 901965005e1af..0bd9fbe50a386 100644
--- a/lldb/test/API/lang/objc/foundation/TestRuntimeTypes.py
+++ b/lldb/test/API/lang/objc/foundation/TestRuntimeTypes.py
@@ -21,9 +21,6 @@ class RuntimeTypesTestCase(TestBase):
     @skipIfReproducer # FIXME: Unexpected packet during (active) replay
     def test_break(self):
         """Test setting objc breakpoints using '_regexp-break' and 'breakpoint set'."""
-        if self.getArchitecture() != 'x86_64':
-            self.skipTest("This only applies to the v2 runtime")
-
         self.build()
         exe = self.getBuildArtifact("a.out")
         self.runCmd("file " + exe, CURRENT_EXECUTABLE_SET)


        


More information about the lldb-commits mailing list