[lldb] Skip TestSymbolFileJSON on Windows
authorJonas Devlieghere <jonas@devlieghere.com>
Thu, 9 Mar 2023 19:32:17 +0000 (11:32 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 9 Mar 2023 19:33:14 +0000 (11:33 -0800)
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

index 31814ba..9c17f07 100644 (file)
@@ -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."""