[llvm-commits] [test-suite] r40888 - /test-suite/trunk/SingleSource/Benchmarks/Misc-C++/Makefile

Reid Spencer rspencer at reidspencer.com
Mon Aug 6 22:19:00 PDT 2007


Author: reid
Date: Tue Aug  7 00:19:00 2007
New Revision: 40888

URL: http://llvm.org/viewvc/llvm-project?rev=40888&view=rev
Log:
stepanov test is extremely sensitive to interference workload and, especially in
the jit, will produce values of 0.00 or 0.01 from one run to the next.
Consequently a tolerance level is needed for this test to pass reliably.

Modified:
    test-suite/trunk/SingleSource/Benchmarks/Misc-C++/Makefile

Modified: test-suite/trunk/SingleSource/Benchmarks/Misc-C++/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/Benchmarks/Misc-C%2B%2B/Makefile?rev=40888&r1=40887&r2=40888&view=diff

==============================================================================
--- test-suite/trunk/SingleSource/Benchmarks/Misc-C++/Makefile (original)
+++ test-suite/trunk/SingleSource/Benchmarks/Misc-C++/Makefile Tue Aug  7 00:19:00 2007
@@ -1,5 +1,6 @@
 LEVEL = ../../..
 LDFLAGS += -lm -lstdc++
 LIBS = -lstdc++
+FP_ABSTOLERANCE := 0.01
 
 include $(LEVEL)/SingleSource/Makefile.singlesrc





More information about the llvm-commits mailing list