[Lldb-commits] [lldb] [lldb][test][win][x86_64] Fix XFAIL and XPASS on LLDB API tests (PR #100477)
Kendal Harland via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 26 13:30:05 PDT 2024
================
@@ -52,6 +52,7 @@ def test_negative_indexing(self):
self.build()
self.validate_negative_indexing()
+ @expectedFailureAll(oslist=["windows"], archs=["x86_64"])
----------------
kendalharland wrote:
Here's the full output with 3e06392 cherry-picked. https://pastebin.com/LQ9QReBr
https://github.com/llvm/llvm-project/pull/100477
More information about the lldb-commits
mailing list