From 7a9a341953857ade599817eb83625dcd34684a22 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Fri, 19 Jun 2020 20:21:45 -0700 Subject: [PATCH] [lldb/Test] Temporarily skip watch simulator in TestSimulatorPlatform.py The simulator doesn't launch on green-dragon-10. rdar://problem/64552748 --- lldb/test/API/macosx/simulator/TestSimulatorPlatform.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/test/API/macosx/simulator/TestSimulatorPlatform.py b/lldb/test/API/macosx/simulator/TestSimulatorPlatform.py index e9b26a4..dce37aa 100644 --- a/lldb/test/API/macosx/simulator/TestSimulatorPlatform.py +++ b/lldb/test/API/macosx/simulator/TestSimulatorPlatform.py @@ -39,6 +39,7 @@ class TestSimulatorPlatformLaunching(TestBase): @skipUnlessDarwin @skipIfDarwinEmbedded @apple_simulator_test('watch') + @skipIfDarwin # rdar://problem/64552748 def test_watchos(self): """Test running a 32-bit watchOS simulator binary""" self.run_with(arch='i386', -- 2.7.4