[Lldb-commits] [lldb] [lldb][test][win][x86_64] XFAIL already failing API tests (PR #100477)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 24 15:15:46 PDT 2024


JDevlieghere 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"])
```

https://github.com/llvm/llvm-project/pull/100477


More information about the lldb-commits mailing list