[Lldb-commits] [lldb] 6507bc5 - [lldb/Test] Temporarily disable TestSimulatorPlatform.py

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 23 22:41:11 PDT 2020


Author: Jonas Devlieghere
Date: 2020-06-23T22:41:01-07:00
New Revision: 6507bc56216ba4441790bc581a5b76d9c2ad9774

URL: https://github.com/llvm/llvm-project/commit/6507bc56216ba4441790bc581a5b76d9c2ad9774
DIFF: https://github.com/llvm/llvm-project/commit/6507bc56216ba4441790bc581a5b76d9c2ad9774.diff

LOG: [lldb/Test] Temporarily disable TestSimulatorPlatform.py

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 dce37aa6d706..4cc7ea6b8656 100644
--- a/lldb/test/API/macosx/simulator/TestSimulatorPlatform.py
+++ b/lldb/test/API/macosx/simulator/TestSimulatorPlatform.py
@@ -6,6 +6,7 @@
 import unittest2
 
 
+ at skipIfDarwin # rdar://problem/64552748
 class TestSimulatorPlatformLaunching(TestBase):
 
     mydir = TestBase.compute_mydir(__file__)
@@ -39,7 +40,6 @@ 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