[Lldb-commits] [lldb] [lldb][test][win][x86_64] XFAIL already failing API tests (PR #100477)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 25 01:56:52 PDT 2024
================
@@ -18,7 +18,7 @@ def test_set_use_source_cache_false(self):
self.set_use_source_cache_and_test(False)
@skipIf(hostoslist=no_match(["windows"]))
- @skipIf(oslist=["windows"]) # Fails on windows 11
+ @expectedFailureAll(oslist=["windows"])
----------------
labath wrote:
Looking at the tested functionality (and the surrounding code), this should probably be `hostoslist=windows`
https://github.com/llvm/llvm-project/pull/100477
More information about the lldb-commits
mailing list