[Lldb-commits] [lldb] [lldb][test][win][x86_64] XFAIL already failing API tests (PR #100477)
Kendal Harland via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 24 15:47:26 PDT 2024
kendalharland wrote:
> > Rather than a regex for the triple, can you use a combination of `oslist` and `archs`? `expectedFailureAll` is supposed to combine the conditions, so the regex should be equivalent to:
> > ```
> > @expectedFailureAll(oslist=["windows"], archs=["x86_64"])
> > ```
>
> Yes. I will fix this in each of the PRs I recently mailed you.
>
> Will fix the dark formatter issue above too.
Done
https://github.com/llvm/llvm-project/pull/100477
More information about the lldb-commits
mailing list