================
@@ -27,6 +27,7 @@ def test_default(self):
lines = output.splitlines()
self.assertIn(program, lines[0], "make sure program path is in first
argument")
+ @skipIfWindows
----------------
vogelsgesang wrote:why? Did this work previously and was now broken by cancellation support? https://github.com/llvm/llvm-project/pull/130169 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
