From c7dee6aefd5b5f1d92d279ddd40b81217b496d50 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Fri, 11 Jun 2021 10:24:01 -0700 Subject: [PATCH] [lldb] Enable TestRuntimeTypes on Apple Silicon --- lldb/test/API/lang/objc/foundation/TestRuntimeTypes.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/lldb/test/API/lang/objc/foundation/TestRuntimeTypes.py b/lldb/test/API/lang/objc/foundation/TestRuntimeTypes.py index 9019650..0bd9fbe 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) -- 2.7.4