diff options
| author | Jonas Devlieghere <jonas@devlieghere.com> | 2020-08-06 23:18:18 -0700 |
|---|---|---|
| committer | Jonas Devlieghere <jonas@devlieghere.com> | 2020-08-06 23:18:37 -0700 |
| commit | dbf44b833067cfe59056d07130e7afcb8fc149c7 (patch) | |
| tree | 4dc9017b588e9906ad786b9aad6fd282ef72bb59 /lldb/test/API/python_api | |
| parent | cce1b0e8919e9b0036f5debe60865575520df1c7 (diff) | |
| download | llvm-dbf44b833067cfe59056d07130e7afcb8fc149c7.zip llvm-dbf44b833067cfe59056d07130e7afcb8fc149c7.tar.gz llvm-dbf44b833067cfe59056d07130e7afcb8fc149c7.tar.bz2 | |
[LLDB] Mark test_launch_simple as a no-debug-info test
No need to run this test with the multiple variants.
Diffstat (limited to 'lldb/test/API/python_api')
| -rw-r--r-- | lldb/test/API/python_api/target/TestTargetAPI.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/API/python_api/target/TestTargetAPI.py b/lldb/test/API/python_api/target/TestTargetAPI.py index 68c56ae..b97ae81 100644 --- a/lldb/test/API/python_api/target/TestTargetAPI.py +++ b/lldb/test/API/python_api/target/TestTargetAPI.py @@ -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) |
