From: Jonas Devlieghere Date: Thu, 9 Mar 2023 19:32:17 +0000 (-0800) Subject: [lldb] Skip TestSymbolFileJSON on Windows X-Git-Tag: upstream/17.0.6~15335 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7c4e6c97fb689f8db8ea361fe615fe39eb332610;p=platform%2Fupstream%2Fllvm.git [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 --- 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."""