From 7c4e6c97fb689f8db8ea361fe615fe39eb332610 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Thu, 9 Mar 2023 11:32:17 -0800 Subject: [PATCH] [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 --- lldb/test/API/macosx/symbols/TestSymbolFileJSON.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/test/API/macosx/symbols/TestSymbolFileJSON.py b/lldb/test/API/macosx/symbols/TestSymbolFileJSON.py index 31814ba..9c17f07 100644 --- a/lldb/test/API/macosx/symbols/TestSymbolFileJSON.py +++ b/lldb/test/API/macosx/symbols/TestSymbolFileJSON.py @@ -12,6 +12,7 @@ class TargetSymbolsFileJSON(TestBase): self.source = 'main.c' @no_debug_info_test + @skipIfWindows # No 'strip' def test_symbol_file_json_address(self): """Test that 'target symbols add' can load the symbols from a JSON file using file addresses.""" -- 2.7.4