Skip to content

Commit 24d3210

Browse files
committed
[lldb] Skip the Apple Simulator tests with reproducers
1 parent e8a11c0 commit 24d3210

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

lldb/test/API/functionalities/gdb_remote_client/TestIOSSimulator.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
from lldbsuite.test.decorators import *
44
from gdbclientutils import *
55

6+
@skipIfReproducer
67
class TestIOSSimulator(GDBRemoteTestBase):
78
"""
89
Test that an ios simulator process is recognized as such.
@@ -25,7 +26,7 @@ def qProcessInfo(self):
2526
return "pid:a860;parent-pid:d2a0;real-uid:1f5;real-gid:14;effective-uid:1f5;effective-gid:14;cputype:1000007;cpusubtype:8;ptrsize:8;ostype:%s;vendor:apple;endian:little;"%self.process_ostype
2627
def vCont(self):
2728
return "vCont;"
28-
29+
2930
def platform_test(self, host, process, expected_triple):
3031
self.server.responder = self.MyResponder(host, process)
3132
if self.TraceOn():

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import unittest2
77

88

9+
@skipIfReproducer
910
class TestSimulatorPlatformLaunching(TestBase):
1011

1112
mydir = TestBase.compute_mydir(__file__)

lldb/test/API/tools/lldb-server/TestAppleSimulatorOSType.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
import json
1010

11+
@skipIfReproducer
1112
class TestAppleSimulatorOSType(gdbremote_testcase.GdbRemoteTestCaseBase):
1213

1314
mydir = TestBase.compute_mydir(__file__)

0 commit comments

Comments
 (0)