From: Daniel Dunbar Date: Tue, 16 Sep 2008 23:43:13 +0000 (+0000) Subject: Ignore XFAIL tests when checking for make failure in test/ X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=799c6f6fafbfbe02ad4323508d2511b1efd9fd7a;p=clang Ignore XFAIL tests when checking for make failure in test/ git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56262 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Makefile b/test/Makefile index 5d0825b2b6..d8e34b1096 100644 --- a/test/Makefile +++ b/test/Makefile @@ -31,7 +31,7 @@ all:: @ 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 $^