[Lldb-commits] [lldb] 15653dc - [lldb] Temporarily disable TestSymbolFileJSON on non Darwin platforms

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 8 21:32:51 PST 2023


Author: Jonas Devlieghere
Date: 2023-03-08T21:32:45-08:00
New Revision: 15653dcb62dff58ec5f653d0a2884b1299f971d6

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

LOG: [lldb] Temporarily disable TestSymbolFileJSON on non Darwin platforms

The new test is triggering a crash in LLDB on the Windows and Linux
bots. Temporarily disable the test while I investigate.

Added: 
    

Modified: 
    lldb/test/API/macosx/symbols/TestSymbolFileJSON.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/macosx/symbols/TestSymbolFileJSON.py b/lldb/test/API/macosx/symbols/TestSymbolFileJSON.py
index 31814ba5c85e2..2e6d05ac6306e 100644
--- a/lldb/test/API/macosx/symbols/TestSymbolFileJSON.py
+++ b/lldb/test/API/macosx/symbols/TestSymbolFileJSON.py
@@ -12,6 +12,7 @@ def setUp(self):
         self.source = 'main.c'
 
     @no_debug_info_test
+    @skipUnlessDarwin
     def test_symbol_file_json_address(self):
         """Test that 'target symbols add' can load the symbols from a JSON file using file addresses."""
 


        


More information about the lldb-commits mailing list