[llvm-commits] [test-suite] r105238 - /test-suite/trunk/External/SPEC/CINT95/126.gcc/Makefile

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


Author: ddunbar
Date: Mon May 31 13:49:34 2010
New Revision: 105238

URL: http://llvm.org/viewvc/llvm-project?rev=105238&view=rev
Log:
Don't XFAIL 126.gcc/x86 with reference outputs, it works.

Modified:
    test-suite/trunk/External/SPEC/CINT95/126.gcc/Makefile

Modified: test-suite/trunk/External/SPEC/CINT95/126.gcc/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CINT95/126.gcc/Makefile?rev=105238&r1=105237&r2=105238&view=diff
==============================================================================
--- test-suite/trunk/External/SPEC/CINT95/126.gcc/Makefile (original)
+++ test-suite/trunk/External/SPEC/CINT95/126.gcc/Makefile Mon May 31 13:49:34 2010
@@ -2,12 +2,6 @@
 
 HASH_PROGRAM_OUTPUT = 1
 
-ifeq ($(ARCH),x86)
-ifdef USE_REFERENCE_OUTPUT
-EXEC_XFAILS = 126.gcc
-endif
-endif
-
 include ../../Makefile.spec95
 
 CPPFLAGS += -DSPEC -idirafter $(SPEC95_ROOT)/CINT95/126.gcc/src/src.alt





More information about the llvm-commits mailing list