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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to