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

Evan Cheng evan.cheng at apple.com
Thu Aug 13 13:48:43 PDT 2009


Author: evancheng
Date: Thu Aug 13 15:48:43 2009
New Revision: 78935

URL: http://llvm.org/viewvc/llvm-project?rev=78935&view=rev
Log:
Also disable 403.gcc for SMALL_PROBLEM_SIZE for now.

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=78935&r1=78934&r2=78935&view=diff

==============================================================================
--- test-suite/trunk/External/SPEC/CINT2006/Makefile (original)
+++ test-suite/trunk/External/SPEC/CINT2006/Makefile Thu Aug 13 15:48:43 2009
@@ -8,7 +8,6 @@
 PARALLEL_DIRS := \
         400.perlbench  \
         401.bzip2      \
-        403.gcc        \
         429.mcf        \
         445.gobmk      \
         456.hmmer      \
@@ -21,6 +20,7 @@
 ifndef SMALL_PROBLEM_SIZE
 # Temporary. 
 PARALLEL_DIRS +=  \
+        403.gcc        \
         473.astar
 endif
 





More information about the llvm-commits mailing list