Skip to content

Commit ce2485f

Browse files
committed
[lldb] Skip TestSymbolFileJSON on Windows
Disable the test as Windows (or at least the bot) doesn't have 'strip': 'strip' is not recognized as an internal or external command (cherry picked from commit 7c4e6c9)
1 parent c8b60dd commit ce2485f

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+
@skipIfWindows # No 'strip'
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)