[llvm-commits] [test-suite] r103101 - /test-suite/trunk/External/SPEC/CINT2006/Makefile

Jakob Stoklund Olesen stoklund at 2pi.dk
Wed May 5 11:20:30 PDT 2010


Author: stoklund
Date: Wed May  5 13:20:30 2010
New Revision: 103101

URL: http://llvm.org/viewvc/llvm-project?rev=103101&view=rev
Log:
Disable 458.sjeng for SMALL_PROBLEM_SIZE. It is using too much memory.

Modified:
    test-suite/trunk/External/SPEC/CINT2006/Makefile

Modified: test-suite/trunk/External/SPEC/CINT2006/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CINT2006/Makefile?rev=103101&r1=103100&r2=103101&view=diff
==============================================================================
--- test-suite/trunk/External/SPEC/CINT2006/Makefile (original)
+++ test-suite/trunk/External/SPEC/CINT2006/Makefile Wed May  5 13:20:30 2010
@@ -11,7 +11,6 @@
         429.mcf        \
         445.gobmk      \
         456.hmmer      \
-        458.sjeng      \
         462.libquantum \
         464.h264ref    \
         471.omnetpp    \
@@ -21,6 +20,7 @@
 # Temporary. 
 PARALLEL_DIRS +=  \
         403.gcc        \
+        458.sjeng      \
         473.astar
 endif
 





More information about the llvm-commits mailing list