[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user