forked from OSchip/llvm-project
[lldb] Skip the Apple Simulator tests with reproducers
This commit is contained in:
parent
e8a11c0558
commit
24d3210e62
|
@ -3,6 +3,7 @@ from lldbsuite.test.lldbtest import *
|
|||
from lldbsuite.test.decorators import *
|
||||
from gdbclientutils import *
|
||||
|
||||
@skipIfReproducer
|
||||
class TestIOSSimulator(GDBRemoteTestBase):
|
||||
"""
|
||||
Test that an ios simulator process is recognized as such.
|
||||
|
|
|
@ -6,6 +6,7 @@ import json
|
|||
import unittest2
|
||||
|
||||
|
||||
@skipIfReproducer
|
||||
class TestSimulatorPlatformLaunching(TestBase):
|
||||
|
||||
mydir = TestBase.compute_mydir(__file__)
|
||||
|
|
|
@ -8,6 +8,7 @@ from lldbsuite.test import lldbutil
|
|||
|
||||
import json
|
||||
|
||||
@skipIfReproducer
|
||||
class TestAppleSimulatorOSType(gdbremote_testcase.GdbRemoteTestCaseBase):
|
||||
|
||||
mydir = TestBase.compute_mydir(__file__)
|
||||
|
|
Loading…
Reference in New Issue