[llvm-commits] [test-suite] r96522 - /test-suite/trunk/External/SPEC/CINT95/Makefile

Jakob Stoklund Olesen stoklund at 2pi.dk
Wed Feb 17 14:23:27 PST 2010


Author: stoklund
Date: Wed Feb 17 16:23:27 2010
New Revision: 96522

URL: http://llvm.org/viewvc/llvm-project?rev=96522&view=rev
Log:
Disable the 126.gcc test for x86_64

This test is not 64-bit clean, and we already have similar gcc tests from
SPEC2000 and SPEC2006.

Modified:
    test-suite/trunk/External/SPEC/CINT95/Makefile

Modified: test-suite/trunk/External/SPEC/CINT95/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CINT95/Makefile?rev=96522&r1=96521&r2=96522&view=diff

==============================================================================
--- test-suite/trunk/External/SPEC/CINT95/Makefile (original)
+++ test-suite/trunk/External/SPEC/CINT95/Makefile Wed Feb 17 16:23:27 2010
@@ -10,6 +10,7 @@
   147.vortex
 
 ifeq ($(ARCH),x86_64)
+PARALLEL_DIRS := $(filter-out 126.gcc, $(PARALLEL_DIRS))
 PARALLEL_DIRS := $(filter-out 147.vortex, $(PARALLEL_DIRS))
 endif
 





More information about the llvm-commits mailing list