[llvm-commits] [test-suite] r105214 - in /test-suite/trunk: External/SPEC/CINT95/126.gcc/ External/SPEC/CINT95/147.vortex/ MultiSource/Applications/SPASS/ MultiSource/Benchmarks/MiBench/automotive-basicmath/ MultiSource/Benchmarks/MiBench/telecomm-CRC32/ MultiSource/Benchmarks/Olden/health/ MultiSource/Benchmarks/PAQ8p/ MultiSource/Benchmarks/Trimaran/netbench-crc/ SingleSource/Benchmarks/Misc-C++/Large/ SingleSource/Regression/C/ SingleSource/UnitTests/ SingleSource/UnitTests/ObjC/ SingleSource/UnitTests/SignlessTypes...

Daniel Dunbar daniel at zuster.org
Mon May 31 01:17:27 PDT 2010


Author: ddunbar
Date: Mon May 31 03:17:27 2010
New Revision: 105214

URL: http://llvm.org/viewvc/llvm-project?rev=105214&view=rev
Log:
XFAIL a bunch of tests with USE_REFERENCE_OUTPUT/x86.
 - TEST=simple USE_REFERENCE_OUTPUT=1 now passes {i386,x86_64} x {-O0,-O3} x {,SMALL_PROBLEM_SIZE=1} with llvm-gcc.

Modified:
    test-suite/trunk/External/SPEC/CINT95/126.gcc/Makefile
    test-suite/trunk/External/SPEC/CINT95/147.vortex/Makefile
    test-suite/trunk/MultiSource/Applications/SPASS/Makefile
    test-suite/trunk/MultiSource/Benchmarks/MiBench/automotive-basicmath/Makefile
    test-suite/trunk/MultiSource/Benchmarks/MiBench/telecomm-CRC32/Makefile
    test-suite/trunk/MultiSource/Benchmarks/Olden/health/Makefile
    test-suite/trunk/MultiSource/Benchmarks/PAQ8p/Makefile
    test-suite/trunk/MultiSource/Benchmarks/Trimaran/netbench-crc/Makefile
    test-suite/trunk/SingleSource/Benchmarks/Misc-C++/Large/Makefile
    test-suite/trunk/SingleSource/Regression/C/Makefile
    test-suite/trunk/SingleSource/UnitTests/Makefile
    test-suite/trunk/SingleSource/UnitTests/ObjC/Makefile
    test-suite/trunk/SingleSource/UnitTests/SignlessTypes/Large/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=105214&r1=105213&r2=105214&view=diff
==============================================================================
--- test-suite/trunk/External/SPEC/CINT95/126.gcc/Makefile (original)
+++ test-suite/trunk/External/SPEC/CINT95/126.gcc/Makefile Mon May 31 03:17:27 2010
@@ -2,6 +2,12 @@
 
 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

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=105214&r1=105213&r2=105214&view=diff
==============================================================================
--- test-suite/trunk/External/SPEC/CINT95/147.vortex/Makefile (original)
+++ test-suite/trunk/External/SPEC/CINT95/147.vortex/Makefile Mon May 31 03:17:27 2010
@@ -6,6 +6,12 @@
 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/MultiSource/Applications/SPASS/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Applications/SPASS/Makefile?rev=105214&r1=105213&r2=105214&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Applications/SPASS/Makefile (original)
+++ test-suite/trunk/MultiSource/Applications/SPASS/Makefile Mon May 31 03:17:27 2010
@@ -11,4 +11,11 @@
 endif
 
 HASH_PROGRAM_OUTPUT = 1
+
+ifeq ($(ARCH),x86)
+ifdef USE_REFERENCE_OUTPUT
+EXEC_XFAILS = SPASS
+endif
+endif
+
 include ../../Makefile.multisrc

Modified: test-suite/trunk/MultiSource/Benchmarks/MiBench/automotive-basicmath/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/MiBench/automotive-basicmath/Makefile?rev=105214&r1=105213&r2=105214&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/MiBench/automotive-basicmath/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/MiBench/automotive-basicmath/Makefile Mon May 31 03:17:27 2010
@@ -4,4 +4,11 @@
 LDFLAGS  = -lm
 FP_TOLERANCE :=  0.00000000001
 HASH_PROGRAM_OUTPUT = 1
+
+ifeq ($(ARCH),x86)
+ifdef USE_REFERENCE_OUTPUT
+EXEC_XFAILS = automative-basicmath
+endif
+endif
+
 include $(LEVEL)/MultiSource/Makefile.multisrc

Modified: test-suite/trunk/MultiSource/Benchmarks/MiBench/telecomm-CRC32/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/MiBench/telecomm-CRC32/Makefile?rev=105214&r1=105213&r2=105214&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/MiBench/telecomm-CRC32/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/MiBench/telecomm-CRC32/Makefile Mon May 31 03:17:27 2010
@@ -4,4 +4,10 @@
 LDFLAGS  = -lm
 RUN_OPTIONS = $(PROJ_SRC_DIR)/large.pcm
 
+ifeq ($(ARCH),x86)
+ifdef USE_REFERENCE_OUTPUT
+EXEC_XFAILS = telecomm-CRC32
+endif
+endif
+
 include $(LEVEL)/MultiSource/Makefile.multisrc

Modified: test-suite/trunk/MultiSource/Benchmarks/Olden/health/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/Olden/health/Makefile?rev=105214&r1=105213&r2=105214&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/Olden/health/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/Olden/health/Makefile Mon May 31 03:17:27 2010
@@ -15,5 +15,11 @@
 RUN_OPTIONS = 9 20 1
 endif
 endif
-include $(LEVEL)/MultiSource/Makefile.multisrc
 
+ifeq ($(ARCH),x86)
+ifdef USE_REFERENCE_OUTPUT
+EXEC_XFAILS = health
+endif
+endif
+
+include $(LEVEL)/MultiSource/Makefile.multisrc

Modified: test-suite/trunk/MultiSource/Benchmarks/PAQ8p/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/PAQ8p/Makefile?rev=105214&r1=105213&r2=105214&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/PAQ8p/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/PAQ8p/Makefile Mon May 31 03:17:27 2010
@@ -8,4 +8,11 @@
 else
 RUN_OPTIONS = -4 file1.in
 endif
+
+ifeq ($(ARCH),x86)
+ifdef USE_REFERENCE_OUTPUT
+EXEC_XFAILS = PAQ8p
+endif
+endif
+
 include $(LEVEL)/MultiSource/Makefile.multisrc

Modified: test-suite/trunk/MultiSource/Benchmarks/Trimaran/netbench-crc/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/Trimaran/netbench-crc/Makefile?rev=105214&r1=105213&r2=105214&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/Trimaran/netbench-crc/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/Trimaran/netbench-crc/Makefile Mon May 31 03:17:27 2010
@@ -10,5 +10,11 @@
 RUN_OPTIONS = 12000
 endif
 endif
-include $(LEVEL)/MultiSource/Makefile.multisrc
 
+ifeq ($(ARCH),x86)
+ifdef USE_REFERENCE_OUTPUT
+EXEC_XFAILS = netbench-crc
+endif
+endif
+
+include $(LEVEL)/MultiSource/Makefile.multisrc

Modified: test-suite/trunk/SingleSource/Benchmarks/Misc-C++/Large/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/Benchmarks/Misc-C%2B%2B/Large/Makefile?rev=105214&r1=105213&r2=105214&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/Benchmarks/Misc-C++/Large/Makefile (original)
+++ test-suite/trunk/SingleSource/Benchmarks/Misc-C++/Large/Makefile Mon May 31 03:17:27 2010
@@ -4,4 +4,10 @@
 FP_ABSTOLERANCE := 0.01
 HASH_PROGRAM_OUTPUT := 1
 
+ifeq ($(ARCH),x86)
+ifdef USE_REFERENCE_OUTPUT
+EXEC_XFAILS = sphereflake
+endif
+endif
+
 include $(LEVEL)/SingleSource/Makefile.singlesrc

Modified: test-suite/trunk/SingleSource/Regression/C/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/Regression/C/Makefile?rev=105214&r1=105213&r2=105214&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/Regression/C/Makefile (original)
+++ test-suite/trunk/SingleSource/Regression/C/Makefile Mon May 31 03:17:27 2010
@@ -1,3 +1,10 @@
 LEVEL = ../../..
+
+ifeq ($(ARCH),x86)
+ifdef USE_REFERENCE_OUTPUT
+EXEC_XFAILS = casts globalrefs
+endif
+endif
+
 include $(LEVEL)/SingleSource/Makefile.singlesrc
 

Modified: test-suite/trunk/SingleSource/UnitTests/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Makefile?rev=105214&r1=105213&r2=105214&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Makefile (original)
+++ test-suite/trunk/SingleSource/UnitTests/Makefile Mon May 31 03:17:27 2010
@@ -33,4 +33,11 @@
 endif
 
 PROGRAM_REQUIRED_TO_EXIT_OK := 1
+
+ifeq ($(ARCH),x86)
+ifdef USE_REFERENCE_OUTPUT
+EXEC_XFAILS = 2002-05-19-DivTest
+endif
+endif
+
 include $(LEVEL)/SingleSource/Makefile.singlesrc

Modified: test-suite/trunk/SingleSource/UnitTests/ObjC/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/ObjC/Makefile?rev=105214&r1=105213&r2=105214&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/ObjC/Makefile (original)
+++ test-suite/trunk/SingleSource/UnitTests/ObjC/Makefile Mon May 31 03:17:27 2010
@@ -7,4 +7,11 @@
 
 LDFLAGS += -lobjc -framework Foundation
 PROGRAM_REQUIRED_TO_EXIT_OK := 1
+
+ifeq ($(ARCH),x86)
+ifdef USE_REFERENCE_OUTPUT
+EXEC_XFAILS = exceptions print-class-info
+endif
+endif
+
 include $(LEVEL)/SingleSource/Makefile.singlesrc

Modified: test-suite/trunk/SingleSource/UnitTests/SignlessTypes/Large/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/SignlessTypes/Large/Makefile?rev=105214&r1=105213&r2=105214&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/SignlessTypes/Large/Makefile (original)
+++ test-suite/trunk/SingleSource/UnitTests/SignlessTypes/Large/Makefile Mon May 31 03:17:27 2010
@@ -2,4 +2,11 @@
 RUN_OPTIONS := 31415926
 LDFLAGS += -lstdc++
 HASH_PROGRAM_OUTPUT = 1
+
+ifeq ($(ARCH),x86)
+ifdef USE_REFERENCE_OUTPUT
+EXEC_XFAILS = cast
+endif
+endif
+
 include $(LEVEL)/SingleSource/Makefile.singlesrc





More information about the llvm-commits mailing list