Skip to content

Commit 3b9292f

Browse files
committed
[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. (cherry picked from commit 15653dc)
1 parent c17a1f3 commit 3b9292f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ def setUp(self):
1212
self.source = 'main.c'
1313

1414
@no_debug_info_test
15+
@skipUnlessDarwin
1516
def test_symbol_file_json_address(self):
1617
"""Test that 'target symbols add' can load the symbols from a JSON file using file addresses."""
1718

0 commit comments

Comments
 (0)