OSDN Git Service

[lldb/Test] Temporarily skip watch simulator in TestSimulatorPlatform.py
authorJonas Devlieghere <jonas@devlieghere.com>
Sat, 20 Jun 2020 03:21:45 +0000 (20:21 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Sat, 20 Jun 2020 05:41:29 +0000 (22:41 -0700)
The simulator doesn't launch on green-dragon-10.

rdar://problem/64552748

lldb/test/API/macosx/simulator/TestSimulatorPlatform.py

index e9b26a4..dce37aa 100644 (file)
@@ -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',