[Lldb-commits] [lldb] 7a9a341 - [lldb/Test] Temporarily skip watch simulator in TestSimulatorPlatform.py
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 19 22:41:38 PDT 2020
Author: Jonas Devlieghere
Date: 2020-06-19T22:41:29-07:00
New Revision: 7a9a341953857ade599817eb83625dcd34684a22
URL: https://github.com/llvm/llvm-project/commit/7a9a341953857ade599817eb83625dcd34684a22
DIFF: https://github.com/llvm/llvm-project/commit/7a9a341953857ade599817eb83625dcd34684a22.diff
LOG: [lldb/Test] Temporarily skip watch simulator in TestSimulatorPlatform.py
The simulator doesn't launch on green-dragon-10.
rdar://problem/64552748
Added:
Modified:
lldb/test/API/macosx/simulator/TestSimulatorPlatform.py
Removed:
################################################################################
diff --git a/lldb/test/API/macosx/simulator/TestSimulatorPlatform.py b/lldb/test/API/macosx/simulator/TestSimulatorPlatform.py
index e9b26a4ee7d3..dce37aa6d706 100644
--- a/lldb/test/API/macosx/simulator/TestSimulatorPlatform.py
+++ b/lldb/test/API/macosx/simulator/TestSimulatorPlatform.py
@@ -39,6 +39,7 @@ def test_tvos(self):
@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',
More information about the lldb-commits
mailing list