forked from OSchip/llvm-project
[LLDB] Mark test_launch_simple as a no-debug-info test
No need to run this test with the multiple variants.
This commit is contained in:
parent
cce1b0e891
commit
dbf44b8330
|
@ -155,6 +155,7 @@ class TargetAPITestCase(TestBase):
|
|||
@skipIfWindows # stdio manipulation unsupported on Windows
|
||||
@skipIfRemote # stdio manipulation unsupported on remote iOS devices<rdar://problem/54581135>
|
||||
@skipIf(oslist=["linux"], archs=["arm", "aarch64"])
|
||||
@no_debug_info_test
|
||||
def test_launch_simple(self):
|
||||
d = {'EXE': 'b.out'}
|
||||
self.build(dictionary=d)
|
||||
|
|
Loading…
Reference in New Issue