[Lldb-commits] [lldb] [lldb][test][win][x86_64] Fix XFAIL and XPASS on LLDB API tests (PR #100477)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 26 01:51:31 PDT 2024
================
@@ -52,6 +52,7 @@ def test_negative_indexing(self):
self.build()
self.validate_negative_indexing()
+ @expectedFailureAll(oslist=["windows"], archs=["x86_64"])
----------------
DavidSpickett wrote:
I recently updated this for Windows on Arm https://github.com/llvm/llvm-project/commit/3e06392c7db0eacfca94a176d430d9988b3ffbd6, that's where that regex came from.
We need to know if it's a cosmetic difference or whether it's stopped at a completely different place. Running the test with `lldb-dotest` and the `-t` flag will hopefully show you what it was doing.
https://github.com/llvm/llvm-project/pull/100477
More information about the lldb-commits
mailing list