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)


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

Reply via email to