From: Chris Lattner Date: Mon, 1 Oct 2001 00:40:49 +0000 (+0000) Subject: Exclude a couple of tests that the regalloc stuff doesn't handle yet X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f0d2676ee51eb8c3bb2bbf857ba156b3a58976a0;p=oota-llvm.git Exclude a couple of tests that the regalloc stuff doesn't handle yet git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@686 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Makefile b/test/Makefile index 9f77a42a4f9..82576e2e342 100644 --- a/test/Makefile +++ b/test/Makefile @@ -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