Exclude a couple of tests that the regalloc stuff doesn't handle yet
authorChris Lattner <sabre@nondot.org>
Mon, 1 Oct 2001 00:40:49 +0000 (00:40 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 1 Oct 2001 00:40:49 +0000 (00:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@686 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile

index 9f77a42a4f961a88cc3194dc285a64e2bb4d88e4..82576e2e34279136435aa7e09029f5f90b19bb6a 100644 (file)
@@ -4,7 +4,7 @@ LLCOPTS := -dsched y
 
 TESTS := $(wildcard *.ll)
 
-LLCTESTS := $(shell /bin/ls *.ll | grep -v testmemory | grep -v testswitch | grep -v sumarray )
+LLCTESTS := $(shell /bin/ls *.ll | grep -v testmemory | grep -v testswitch | grep -v sumarray | grep -v opttest | grep -v xx.ll )
 
 
 test all : testasmdis testopt testcodegen