[PATCH] D18185: [lit] Allow boolean expressions in REQUIRES and XFAIL and UNSUPPORTED

Greg Parker via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 24 22:21:46 PDT 2016


gparker42 added a comment.

I see 92 test lines using ',' in llvm and clang and swift tests. About half of those of those are XFAILs in llvm, but REQUIRES and UNSUPPORTED are also represented.

Identifiers with '-' are everywhere. (Target triples, for one.) ':' and '/' may in fact be unused; I may have found them previously in tests that had text like "UNSUPPORTED:" in places that weren't FileCheck commands. '=' is used in Swift's tests but we can change that.


http://reviews.llvm.org/D18185





More information about the llvm-commits mailing list