[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:
Jonas Devlieghere 2020-08-06 23:18:18 -07:00
parent cce1b0e891
commit dbf44b8330
1 changed files with 1 additions and 0 deletions

View File

@ -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)