[llvm-commits] [test-suite] r113308 - in /test-suite/trunk/External/SPEC/CINT2000: 164.gzip/164.gzip.reference_output.small 164.gzip/Makefile 256.bzip2/256.bzip2.reference_output.small 256.bzip2/Makefile
Jakob Stoklund Olesen
stoklund at 2pi.dk
Tue Sep 7 16:28:26 PDT 2010
Author: stoklund
Date: Tue Sep 7 18:28:26 2010
New Revision: 113308
URL: http://llvm.org/viewvc/llvm-project?rev=113308&view=rev
Log:
The RUN_TYPE make variable is not available until after including Makefile.spec2000.
Modified:
test-suite/trunk/External/SPEC/CINT2000/164.gzip/164.gzip.reference_output.small
test-suite/trunk/External/SPEC/CINT2000/164.gzip/Makefile
test-suite/trunk/External/SPEC/CINT2000/256.bzip2/256.bzip2.reference_output.small
test-suite/trunk/External/SPEC/CINT2000/256.bzip2/Makefile
Modified: test-suite/trunk/External/SPEC/CINT2000/164.gzip/164.gzip.reference_output.small
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CINT2000/164.gzip/164.gzip.reference_output.small?rev=113308&r1=113307&r2=113308&view=diff
==============================================================================
--- test-suite/trunk/External/SPEC/CINT2000/164.gzip/164.gzip.reference_output.small (original)
+++ test-suite/trunk/External/SPEC/CINT2000/164.gzip/164.gzip.reference_output.small Tue Sep 7 18:28:26 2010
@@ -0,0 +1,32 @@
+spec_init
+Loading Input Data
+Duplicating 1038922 bytes
+Duplicating 19308 bytes
+Input data 2097152 bytes in length
+Compressing Input Data, level 1
+Compressed data 2078079 bytes in length
+Uncompressing Data
+Uncompressed data 2097152 bytes in length
+Uncompressed data compared correctly
+Compressing Input Data, level 3
+Compressed data 2077889 bytes in length
+Uncompressing Data
+Uncompressed data 2097152 bytes in length
+Uncompressed data compared correctly
+Compressing Input Data, level 5
+Compressed data 2076940 bytes in length
+Uncompressing Data
+Uncompressed data 2097152 bytes in length
+Uncompressed data compared correctly
+Compressing Input Data, level 7
+Compressed data 2076922 bytes in length
+Uncompressing Data
+Uncompressed data 2097152 bytes in length
+Uncompressed data compared correctly
+Compressing Input Data, level 9
+Compressed data 2076922 bytes in length
+Uncompressing Data
+Uncompressed data 2097152 bytes in length
+Uncompressed data compared correctly
+Tested 2MB buffer: OK!
+exit 0
Modified: test-suite/trunk/External/SPEC/CINT2000/164.gzip/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CINT2000/164.gzip/Makefile?rev=113308&r1=113307&r2=113308&view=diff
==============================================================================
--- test-suite/trunk/External/SPEC/CINT2000/164.gzip/Makefile (original)
+++ test-suite/trunk/External/SPEC/CINT2000/164.gzip/Makefile Tue Sep 7 18:28:26 2010
@@ -1,8 +1,8 @@
LEVEL = ../../../..
RUN_OPTIONS = `cat $(REF_IN_DIR)control`
+include ../../Makefile.spec2000
ifeq ($(RUN_TYPE),test)
STDOUT_FILENAME := input.compressed.out
else
STDOUT_FILENAME := input.combined.out
endif
-include ../../Makefile.spec2000
Modified: test-suite/trunk/External/SPEC/CINT2000/256.bzip2/256.bzip2.reference_output.small
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CINT2000/256.bzip2/256.bzip2.reference_output.small?rev=113308&r1=113307&r2=113308&view=diff
==============================================================================
--- test-suite/trunk/External/SPEC/CINT2000/256.bzip2/256.bzip2.reference_output.small (original)
+++ test-suite/trunk/External/SPEC/CINT2000/256.bzip2/256.bzip2.reference_output.small Tue Sep 7 18:28:26 2010
@@ -0,0 +1,15 @@
+spec_init
+Loading Input Data
+Input data 2097152 bytes in length
+Compressing Input Data, level 7
+Compressed data 2107853 bytes in length
+Uncompressing Data
+Uncompressed data 2097152 bytes in length
+Uncompressed data compared correctly
+Compressing Input Data, level 9
+Compressed data 2106855 bytes in length
+Uncompressing Data
+Uncompressed data 2097152 bytes in length
+Uncompressed data compared correctly
+Tested 2MB buffer: OK!
+exit 0
Modified: test-suite/trunk/External/SPEC/CINT2000/256.bzip2/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CINT2000/256.bzip2/Makefile?rev=113308&r1=113307&r2=113308&view=diff
==============================================================================
--- test-suite/trunk/External/SPEC/CINT2000/256.bzip2/Makefile (original)
+++ test-suite/trunk/External/SPEC/CINT2000/256.bzip2/Makefile Tue Sep 7 18:28:26 2010
@@ -1,10 +1,8 @@
LEVEL = ../../../..
-
RUN_OPTIONS = `cat $(REF_IN_DIR)control`
+include ../../Makefile.spec2000
ifeq ($(RUN_TYPE),test)
STDOUT_FILENAME := input.random.out
else
STDOUT_FILENAME := input.compressed.out
endif
-
-include ../../Makefile.spec2000
More information about the llvm-commits
mailing list