[cfe-commits] r56262 - /cfe/trunk/test/Makefile
Daniel Dunbar
daniel at zuster.org
Tue Sep 16 16:43:13 PDT 2008
Author: ddunbar
Date: Tue Sep 16 18:43:13 2008
New Revision: 56262
URL: http://llvm.org/viewvc/llvm-project?rev=56262&view=rev
Log:
Ignore XFAIL tests when checking for make failure in test/
Modified:
cfe/trunk/test/Makefile
Modified: cfe/trunk/test/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Makefile?rev=56262&r1=56261&r2=56262&view=diff
==============================================================================
--- cfe/trunk/test/Makefile (original)
+++ cfe/trunk/test/Makefile Tue Sep 16 18:43:13 2008
@@ -31,7 +31,7 @@
@ echo '--- Running clang tests ---'
@ $(MAKE) $(TESTS)
@ $(DONE)
- @ cat $(TESTS) | grep -v ' HAS NO RUN LINE! ****' | $(LLVM_SRC_ROOT)/test/Scripts/count 0 > /dev/null
+ @ cat $(TESTS) | grep -v 'XFAILED' | grep -v ' HAS NO RUN LINE! ****' | $(LLVM_SRC_ROOT)/test/Scripts/count 0 > /dev/null
report: $(TESTS)
@ cat $^
More information about the cfe-commits
mailing list