[Lldb-commits] [lldb] dbf44b8 - [LLDB] Mark test_launch_simple as a no-debug-info test

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 6 23:18:44 PDT 2020


Author: Jonas Devlieghere
Date: 2020-08-06T23:18:37-07:00
New Revision: dbf44b833067cfe59056d07130e7afcb8fc149c7

URL: https://github.com/llvm/llvm-project/commit/dbf44b833067cfe59056d07130e7afcb8fc149c7
DIFF: https://github.com/llvm/llvm-project/commit/dbf44b833067cfe59056d07130e7afcb8fc149c7.diff

LOG: [LLDB] Mark test_launch_simple as a no-debug-info test

No need to run this test with the multiple variants.

Added: 
    

Modified: 
    lldb/test/API/python_api/target/TestTargetAPI.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/python_api/target/TestTargetAPI.py b/lldb/test/API/python_api/target/TestTargetAPI.py
index 68c56ae4096b..b97ae8175c05 100644
--- a/lldb/test/API/python_api/target/TestTargetAPI.py
+++ b/lldb/test/API/python_api/target/TestTargetAPI.py
@@ -155,6 +155,7 @@ def test_read_memory(self):
     @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)


        


More information about the lldb-commits mailing list