Author: gparker
Date: Thu Jan 19 20:12:22 2017
New Revision: 292568
URL: http://llvm.org/viewvc/llvm-project?rev=292568&view=rev
Log:
[test] Remove an unwanted match for `UNSUPPORTED:`.
Modified:
cfe/trunk/test/Driver/embed-bitcode.c
Modified: cfe/trunk/test/Driver/embed-bitcode.c
URL:
http
Author: gparker
Date: Tue Jan 24 02:47:25 2017
New Revision: 292897
URL: http://llvm.org/viewvc/llvm-project?rev=292897&view=rev
Log:
[test] Replace `REQUIRES-ANY: a, b, c` with `REQUIRES: a || b || c`.
Requires the new `lit` boolean expressions in LLVM r292896.
Modified:
cfe/trunk/test/Driv
Author: gparker
Date: Tue Jan 24 02:57:17 2017
New Revision: 292898
URL: http://llvm.org/viewvc/llvm-project?rev=292898&view=rev
Log:
Revert "[test] Replace `REQUIRES-ANY: a, b, c` with `REQUIRES: a || b || c`."
The underlying `lit` change needs to be better-coordinated with libc++.
Modified:
Author: gparker
Date: Sat Apr 2 00:29:00 2016
New Revision: 265218
URL: http://llvm.org/viewvc/llvm-project?rev=265218&view=rev
Log:
[test] Don't use "UNSUPPORTED" in FileCheck prefixes
lit uses "UNSUPPORTED:" for its own purposes and may be
confused if that text appears elsewhere in the test f
gparker42 created this revision.
gparker42 added a reviewer: rjmccall.
gparker42 added a subscriber: cfe-commits.
lit uses "UNSUPPORTED" for its own purposes and may be confused if that text
appears elsewhere in the test file.
http://reviews.llvm.org/D18182
Files:
test/Driver/arc.c
test/Dr