[llvm-commits] [test-suite] r105127 - in /test-suite/trunk/MultiSource: Applications/SPASS/ Applications/d/ Applications/kimwitu++/ Applications/lemon/ Benchmarks/FreeBench/distray/ Benchmarks/McCat/01-qbsort/ Benchmarks/McCat/08-main/ Benchmarks/MiBench/automotive-basicmath/ Benchmarks/MiBench/automotive-susan/ Benchmarks/MiBench/network-patricia/ Benchmarks/MiBench/security-rijndael/ Benchmarks/MiBench/telecomm-FFT/ Benchmarks/MiBench/telecomm-gsm/ Benchmarks/Olden/voronoi/ Benchmarks/Prolangs-C++/employ/ Benchmarks/...

Daniel Dunbar daniel at zuster.org
Sat May 29 17:48:40 PDT 2010


Author: ddunbar
Date: Sat May 29 19:48:40 2010
New Revision: 105127

URL: http://llvm.org/viewvc/llvm-project?rev=105127&view=rev
Log:
Set HASH_PROGRAM_OUTPUT=1 for tests with large (>100k) expected output.

Modified:
    test-suite/trunk/MultiSource/Applications/SPASS/Makefile
    test-suite/trunk/MultiSource/Applications/d/Makefile
    test-suite/trunk/MultiSource/Applications/kimwitu++/Makefile
    test-suite/trunk/MultiSource/Applications/lemon/Makefile
    test-suite/trunk/MultiSource/Benchmarks/FreeBench/distray/Makefile
    test-suite/trunk/MultiSource/Benchmarks/McCat/01-qbsort/Makefile
    test-suite/trunk/MultiSource/Benchmarks/McCat/08-main/Makefile
    test-suite/trunk/MultiSource/Benchmarks/MiBench/automotive-basicmath/Makefile
    test-suite/trunk/MultiSource/Benchmarks/MiBench/automotive-susan/Makefile
    test-suite/trunk/MultiSource/Benchmarks/MiBench/network-patricia/Makefile
    test-suite/trunk/MultiSource/Benchmarks/MiBench/security-rijndael/Makefile
    test-suite/trunk/MultiSource/Benchmarks/MiBench/telecomm-FFT/Makefile
    test-suite/trunk/MultiSource/Benchmarks/MiBench/telecomm-gsm/Makefile
    test-suite/trunk/MultiSource/Benchmarks/Olden/voronoi/Makefile
    test-suite/trunk/MultiSource/Benchmarks/Prolangs-C++/employ/Makefile
    test-suite/trunk/MultiSource/Benchmarks/Prolangs-C/agrep/Makefile
    test-suite/trunk/MultiSource/Benchmarks/Prolangs-C/gnugo/Makefile
    test-suite/trunk/MultiSource/Benchmarks/Ptrdist/bc/Makefile
    test-suite/trunk/MultiSource/Benchmarks/Ptrdist/ft/Makefile
    test-suite/trunk/MultiSource/Benchmarks/Ptrdist/yacr2/Makefile
    test-suite/trunk/MultiSource/Benchmarks/VersaBench/beamformer/Makefile
    test-suite/trunk/MultiSource/Benchmarks/mafft/Makefile
    test-suite/trunk/MultiSource/Benchmarks/mediabench/adpcm/rawdaudio/Makefile

Modified: test-suite/trunk/MultiSource/Applications/SPASS/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Applications/SPASS/Makefile?rev=105127&r1=105126&r2=105127&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Applications/SPASS/Makefile (original)
+++ test-suite/trunk/MultiSource/Applications/SPASS/Makefile Sat May 29 19:48:40 2010
@@ -10,4 +10,5 @@
 RUN_OPTIONS="$(PROJ_SRC_DIR)/problem.dfg"
 endif
 
+HASH_PROGRAM_OUTPUT = 1
 include ../../Makefile.multisrc

Modified: test-suite/trunk/MultiSource/Applications/d/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Applications/d/Makefile?rev=105127&r1=105126&r2=105127&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Applications/d/Makefile (original)
+++ test-suite/trunk/MultiSource/Applications/d/Makefile Sat May 29 19:48:40 2010
@@ -3,4 +3,5 @@
 Source=make_dparser.c write_ctables.c gram.c lex.c lr.c arg.c parse.c scan.c symtab.c util.c version.c grammar.g.c
 CPPFLAGS =  -DD_BUILD_VERSION=5725
 RUN_OPTIONS=-v $(PROJ_SRC_DIR)/grammar.g
+HASH_PROGRAM_OUTPUT = 1
 include ../../Makefile.multisrc

Modified: test-suite/trunk/MultiSource/Applications/kimwitu++/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Applications/kimwitu%2B%2B/Makefile?rev=105127&r1=105126&r2=105127&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Applications/kimwitu++/Makefile (original)
+++ test-suite/trunk/MultiSource/Applications/kimwitu++/Makefile Sat May 29 19:48:40 2010
@@ -4,6 +4,7 @@
 LDFLAGS = -lstdc++
 LIBS += -lstdc++
 RUN_OPTIONS = -f test  -o -v -s kcc $(PROJ_SRC_DIR)/inputs/f3.k $(PROJ_SRC_DIR)/inputs/f2.k $(PROJ_SRC_DIR)/inputs/f1.k
+HASH_PROGRAM_OUTPUT = 1
 include ../../Makefile.multisrc
 
 clean::

Modified: test-suite/trunk/MultiSource/Applications/lemon/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Applications/lemon/Makefile?rev=105127&r1=105126&r2=105127&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Applications/lemon/Makefile (original)
+++ test-suite/trunk/MultiSource/Applications/lemon/Makefile Sat May 29 19:48:40 2010
@@ -4,6 +4,7 @@
 
 PROG = lemon
 RUN_OPTIONS = $(PROJ_SRC_DIR)/parse.y $(PROJ_SRC_DIR)/example1.y $(PROJ_SRC_DIR)/example2.y $(PROJ_SRC_DIR)/example3.y $(PROJ_SRC_DIR)/example4.y $(PROJ_SRC_DIR)/example5.y $(PROJ_SRC_DIR)/lighttpd_configparser.y $(PROJ_SRC_DIR)/lighttpd_mod_ssi_exprparser.y $(PROJ_SRC_DIR)/wireshark_dtd_grammar.lemon $(PROJ_SRC_DIR)/wireshark_grammar.lemon $(PROJ_SRC_DIR)/wireshark_mate_grammar.lemon $(PROJ_SRC_DIR)/xapian_queryparser.lemony $(PROJ_SRC_DIR)/ecmascript.y
+HASH_PROGRAM_OUTPUT = 1
 
 include $(LEVEL)/Makefile.config
 

Modified: test-suite/trunk/MultiSource/Benchmarks/FreeBench/distray/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/FreeBench/distray/Makefile?rev=105127&r1=105126&r2=105127&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/FreeBench/distray/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/FreeBench/distray/Makefile Sat May 29 19:48:40 2010
@@ -8,5 +8,6 @@
 else
 RUN_OPTIONS = $(PROJ_SRC_DIR)/test.in
 endif
+HASH_PROGRAM_OUTPUT = 1
 include $(LEVEL)/MultiSource/Makefile.multisrc
 

Modified: test-suite/trunk/MultiSource/Benchmarks/McCat/01-qbsort/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/McCat/01-qbsort/Makefile?rev=105127&r1=105126&r2=105127&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/McCat/01-qbsort/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/McCat/01-qbsort/Makefile Sat May 29 19:48:40 2010
@@ -3,5 +3,6 @@
 LDFLAGS = -lm
 #RUN_OPTIONS += 
 STDIN_FILENAME = $(PROJ_SRC_DIR)/benchmark.in3
+HASH_PROGRAM_OUTPUT = 1
 include $(LEVEL)/MultiSource/Makefile.multisrc
 

Modified: test-suite/trunk/MultiSource/Benchmarks/McCat/08-main/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/McCat/08-main/Makefile?rev=105127&r1=105126&r2=105127&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/McCat/08-main/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/McCat/08-main/Makefile Sat May 29 19:48:40 2010
@@ -1,6 +1,7 @@
 LEVEL = ../../../..
 PROG = main
 LDFLAGS = -lm
+HASH_PROGRAM_OUTPUT = 1
 
 include $(LEVEL)/MultiSource/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=105127&r1=105126&r2=105127&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/MiBench/automotive-basicmath/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/MiBench/automotive-basicmath/Makefile Sat May 29 19:48:40 2010
@@ -3,4 +3,5 @@
 PROG     = automotive-basicmath
 LDFLAGS  = -lm
 FP_TOLERANCE :=  0.00000000001
+HASH_PROGRAM_OUTPUT = 1
 include $(LEVEL)/MultiSource/Makefile.multisrc

Modified: test-suite/trunk/MultiSource/Benchmarks/MiBench/automotive-susan/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/MiBench/automotive-susan/Makefile?rev=105127&r1=105126&r2=105127&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/MiBench/automotive-susan/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/MiBench/automotive-susan/Makefile Sat May 29 19:48:40 2010
@@ -3,4 +3,5 @@
 PROG     = automotive-susan
 LDFLAGS  = -lm
 RUN_OPTIONS = $(PROJ_SRC_DIR)/input_large.pgm Output/output_large.smoothing.pgm -s
+HASH_PROGRAM_OUTPUT = 1
 include $(LEVEL)/MultiSource/Makefile.multisrc

Modified: test-suite/trunk/MultiSource/Benchmarks/MiBench/network-patricia/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/MiBench/network-patricia/Makefile?rev=105127&r1=105126&r2=105127&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/MiBench/network-patricia/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/MiBench/network-patricia/Makefile Sat May 29 19:48:40 2010
@@ -3,4 +3,5 @@
 PROG     = network-patricia
 LDFLAGS  = -lm
 RUN_OPTIONS = $(PROJ_SRC_DIR)/large.udp
+HASH_PROGRAM_OUTPUT = 1
 include $(LEVEL)/MultiSource/Makefile.multisrc

Modified: test-suite/trunk/MultiSource/Benchmarks/MiBench/security-rijndael/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/MiBench/security-rijndael/Makefile?rev=105127&r1=105126&r2=105127&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/MiBench/security-rijndael/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/MiBench/security-rijndael/Makefile Sat May 29 19:48:40 2010
@@ -4,5 +4,6 @@
 LDFLAGS  = -lm
 #RUN_OPTIONS = input_large.asc output_large.enc e 1234567890abcdeffedcba09876543211234567890abcdeffedcba0987654321
 RUN_OPTIONS = $(PROJ_SRC_DIR)/output_large.enc Output/output_large.dec d 1234567890abcdeffedcba09876543211234567890abcdeffedcba0987654321
+HASH_PROGRAM_OUTPUT = 1
 
 include $(LEVEL)/MultiSource/Makefile.multisrc

Modified: test-suite/trunk/MultiSource/Benchmarks/MiBench/telecomm-FFT/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/MiBench/telecomm-FFT/Makefile?rev=105127&r1=105126&r2=105127&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/MiBench/telecomm-FFT/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/MiBench/telecomm-FFT/Makefile Sat May 29 19:48:40 2010
@@ -4,5 +4,6 @@
 LDFLAGS  = -lm
 RUN_OPTIONS = 8 32768 -i
 FP_ABSTOLERANCE :=  0.00001
+HASH_PROGRAM_OUTPUT = 1
 
 include $(LEVEL)/MultiSource/Makefile.multisrc

Modified: test-suite/trunk/MultiSource/Benchmarks/MiBench/telecomm-gsm/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/MiBench/telecomm-gsm/Makefile?rev=105127&r1=105126&r2=105127&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/MiBench/telecomm-gsm/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/MiBench/telecomm-gsm/Makefile Sat May 29 19:48:40 2010
@@ -4,4 +4,5 @@
 CPPFLAGS = -DSTUPID_COMPILER -DNeedFunctionPrototypes=1 -DSASR
 LDFLAGS  = -lm
 RUN_OPTIONS = -fps -c $(PROJ_SRC_DIR)/large.au
+HASH_PROGRAM_OUTPUT = 1
 include $(LEVEL)/MultiSource/Makefile.multisrc

Modified: test-suite/trunk/MultiSource/Benchmarks/Olden/voronoi/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/Olden/voronoi/Makefile?rev=105127&r1=105126&r2=105127&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/Olden/voronoi/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/Olden/voronoi/Makefile Sat May 29 19:48:40 2010
@@ -7,11 +7,13 @@
 FP_TOLERANCE = 0.0001
 ifdef LARGE_PROBLEM_SIZE
 RUN_OPTIONS = 1000000 20 32 7
+HASH_PROGRAM_OUTPUT = 1
 else
 ifdef SMALL_PROBLEM_SIZE
 RUN_OPTIONS = 10000 20 32 7
 else
 RUN_OPTIONS = 100000 20 32 7
+HASH_PROGRAM_OUTPUT = 1
 endif
 endif
 

Modified: test-suite/trunk/MultiSource/Benchmarks/Prolangs-C++/employ/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/Prolangs-C%2B%2B/employ/Makefile?rev=105127&r1=105126&r2=105127&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/Prolangs-C++/employ/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/Prolangs-C++/employ/Makefile Sat May 29 19:48:40 2010
@@ -4,5 +4,6 @@
 LDFLAGS  = -lstdc++
 RUN_OPTIONS = 400
 STDIN_FILENAME = $(PROJ_SRC_DIR)/input.txt
+HASH_PROGRAM_OUTPUT = 1
 include $(LEVEL)/MultiSource/Makefile.multisrc
 

Modified: test-suite/trunk/MultiSource/Benchmarks/Prolangs-C/agrep/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/Prolangs-C/agrep/Makefile?rev=105127&r1=105126&r2=105127&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/Prolangs-C/agrep/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/Prolangs-C/agrep/Makefile Sat May 29 19:48:40 2010
@@ -2,5 +2,6 @@
 
 PROG = agrep
 RUN_OPTIONS = -2 int $(PROJ_SRC_DIR)/InstructionCombining.cpp.txt
+HASH_PROGRAM_OUTPUT = 1
 include $(LEVEL)/MultiSource/Makefile.multisrc
 

Modified: test-suite/trunk/MultiSource/Benchmarks/Prolangs-C/gnugo/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/Prolangs-C/gnugo/Makefile?rev=105127&r1=105126&r2=105127&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/Prolangs-C/gnugo/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/Prolangs-C/gnugo/Makefile Sat May 29 19:48:40 2010
@@ -1,6 +1,7 @@
 LEVEL = ../../../..
 
 PROG = gnugo
+HASH_PROGRAM_OUTPUT = 1
 include $(LEVEL)/MultiSource/Makefile.multisrc
 
 # This runs through a completely randomly-generated input

Modified: test-suite/trunk/MultiSource/Benchmarks/Ptrdist/bc/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/Ptrdist/bc/Makefile?rev=105127&r1=105126&r2=105127&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/Ptrdist/bc/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/Ptrdist/bc/Makefile Sat May 29 19:48:40 2010
@@ -5,6 +5,7 @@
 PROG = bc
 OBJS = scan.o util.o main.o number.o storage.o load.o execute.o bc.o global.o
 STDIN_FILENAME = $(PROJ_SRC_DIR)/primes.b
+HASH_PROGRAM_OUTPUT = 1
 
 include $(LEVEL)/MultiSource/Makefile.multisrc
 

Modified: test-suite/trunk/MultiSource/Benchmarks/Ptrdist/ft/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/Ptrdist/ft/Makefile?rev=105127&r1=105126&r2=105127&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/Ptrdist/ft/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/Ptrdist/ft/Makefile Sat May 29 19:48:40 2010
@@ -5,5 +5,6 @@
 else
 RUN_OPTIONS +=  1500 100000
 endif
+HASH_PROGRAM_OUTPUT = 1
 include $(LEVEL)/MultiSource/Makefile.multisrc
 

Modified: test-suite/trunk/MultiSource/Benchmarks/Ptrdist/yacr2/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/Ptrdist/yacr2/Makefile?rev=105127&r1=105126&r2=105127&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/Ptrdist/yacr2/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/Ptrdist/yacr2/Makefile Sat May 29 19:48:40 2010
@@ -2,6 +2,7 @@
 PROG = yacr2
 CPPFLAGS = -DTODD
 RUN_OPTIONS += $(PROJ_SRC_DIR)/input2.in
+HASH_PROGRAM_OUTPUT = 1
 
 include $(LEVEL)/MultiSource/Makefile.multisrc
 

Modified: test-suite/trunk/MultiSource/Benchmarks/VersaBench/beamformer/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/VersaBench/beamformer/Makefile?rev=105127&r1=105126&r2=105127&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/VersaBench/beamformer/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/VersaBench/beamformer/Makefile Sat May 29 19:48:40 2010
@@ -5,11 +5,13 @@
 FP_TOLERANCE = 0.000001
 ifdef LARGE_PROBLEM_SIZE
 RUN_OPTIONS = -i 400
+HASH_PROGRAM_OUTPUT = 1
 else 
 ifdef SMALL_PROBLEM_SIZE
 RUN_OPTIONS = -i 25
 else
 RUN_OPTIONS = -i 140
+HASH_PROGRAM_OUTPUT = 1
 endif
 endif
 include $(LEVEL)/MultiSource/Makefile.multisrc

Modified: test-suite/trunk/MultiSource/Benchmarks/mafft/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/mafft/Makefile?rev=105127&r1=105126&r2=105127&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/mafft/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/mafft/Makefile Sat May 29 19:48:40 2010
@@ -11,6 +11,7 @@
 STDIN_FILENAME = pyruvate_decarboxylase.fasta
 LDFLAGS = -lm
 FP_TOLERANCE = 0.00001
+HASH_PROGRAM_OUTPUT = 1
 include $(LEVEL)/MultiSource/Makefile.multisrc
 
 clean::

Modified: test-suite/trunk/MultiSource/Benchmarks/mediabench/adpcm/rawdaudio/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/mediabench/adpcm/rawdaudio/Makefile?rev=105127&r1=105126&r2=105127&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/mediabench/adpcm/rawdaudio/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/mediabench/adpcm/rawdaudio/Makefile Sat May 29 19:48:40 2010
@@ -1,6 +1,7 @@
 LEVEL = ../../../../..
 STDIN_FILENAME = $(SourceDir)/../data/clinton.adpcm 
 PROG = rawdaudio
+HASH_PROGRAM_OUTPUT = 1
 
 Source = rawdaudio.c adpcm.c
 





More information about the llvm-commits mailing list