[llvm-commits] [test-suite] r152988 - /test-suite/trunk/Makefile.programs

Daniel Dunbar daniel at zuster.org
Sat Mar 17 09:37:59 PDT 2012


Author: ddunbar
Date: Sat Mar 17 11:37:59 2012
New Revision: 152988

URL: http://llvm.org/viewvc/llvm-project?rev=152988&view=rev
Log:
[test-suite] We don't need to run DiffOutput under RunToolSafely anymore.

Modified:
    test-suite/trunk/Makefile.programs

Modified: test-suite/trunk/Makefile.programs
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/Makefile.programs?rev=152988&r1=152987&r2=152988&view=diff
==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Sat Mar 17 11:37:59 2012
@@ -65,8 +65,7 @@
 # We run this under RunToolSafely because 'fpcmp' at one point would infinite
 # loop on some inputs, which blocks testing some historical revisions. We can
 # remove this once we build our own test tools.
-DIFFPROG := $(PROGDIR)/RunToolSafely.sh 60 \
-  $(PROGDIR)/DiffOutput.sh "\"$(FPCMP) $(TOLERANCEOPT)\""
+DIFFPROG := $(PROGDIR)/DiffOutput.sh "$(FPCMP) $(TOLERANCEOPT)"
 
 # RUNTIMELIMIT - The number of seconds we should wait before certain events
 # timeout.  This is overridable on the commandline or in tests makefiles.





More information about the llvm-commits mailing list