[llvm-commits] [test-suite] r105237 - in /test-suite/trunk/External/SPEC/CINT95: 147.vortex/Makefile Makefile

Daniel Dunbar daniel at zuster.org
Mon May 31 11:49:31 PDT 2010


Author: ddunbar
Date: Mon May 31 13:49:30 2010
New Revision: 105237

URL: http://llvm.org/viewvc/llvm-project?rev=105237&view=rev
Log:
Enable 147.vortx on x86_64, I believe I mistakenly disabled this at some point
but it seems to work fine.

Modified:
    test-suite/trunk/External/SPEC/CINT95/147.vortex/Makefile
    test-suite/trunk/External/SPEC/CINT95/Makefile

Modified: test-suite/trunk/External/SPEC/CINT95/147.vortex/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CINT95/147.vortex/Makefile?rev=105237&r1=105236&r2=105237&view=diff
==============================================================================
--- test-suite/trunk/External/SPEC/CINT95/147.vortex/Makefile (original)
+++ test-suite/trunk/External/SPEC/CINT95/147.vortex/Makefile Mon May 31 13:49:30 2010
@@ -6,12 +6,6 @@
 LDFLAGS += -lm
 LIBS    += -lm
 
-ifeq ($(ARCH),x86)
-ifdef USE_REFERENCE_OUTPUT
-EXEC_XFAILS = 147.vortex
-endif
-endif
-
 include ../../Makefile.spec95
 
 ifeq ($(ARCH),Sparc)

Modified: test-suite/trunk/External/SPEC/CINT95/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CINT95/Makefile?rev=105237&r1=105236&r2=105237&view=diff
==============================================================================
--- test-suite/trunk/External/SPEC/CINT95/Makefile (original)
+++ test-suite/trunk/External/SPEC/CINT95/Makefile Mon May 31 13:49:30 2010
@@ -14,9 +14,7 @@
 
 ifeq ($(ARCH),x86_64)
 PARALLEL_DIRS := $(filter-out 126.gcc, $(PARALLEL_DIRS))
-PARALLEL_DIRS := $(filter-out 147.vortex, $(PARALLEL_DIRS))
 endif
 
 # Include the standard makefiles
 include ${LEVEL}/External/Makefile.external
-





More information about the llvm-commits mailing list