[PATCH] D29374: [libFuzzer] cmd prompt doesn't expand wildcard.

Marcos Pividori via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 1 11:25:37 PST 2017


mpividori added a comment.

Hi,
Which option should I use to disable a test on Windows?

- `XFAIL: windows` doesn't work.
- `UNSUPPORTED: windows` doesn't work.
- `REQUIRES: not-windows` is not implemented (this disables the tests on all systems, because no one matches not-windows).


https://reviews.llvm.org/D29374





More information about the llvm-commits mailing list