[test-suite] r303538 - SPEC2006 447.dealII: tolerance level must also be applied to log output.

Kristof Beyls via llvm-commits llvm-commits at lists.llvm.org
Mon May 22 02:13:19 PDT 2017


Author: kbeyls
Date: Mon May 22 04:13:18 2017
New Revision: 303538

URL: http://llvm.org/viewvc/llvm-project?rev=303538&view=rev
Log:
SPEC2006 447.dealII: tolerance level must also be applied to log output.

Modified:
    test-suite/trunk/External/SPEC/CFP2006/447.dealII/CMakeLists.txt

Modified: test-suite/trunk/External/SPEC/CFP2006/447.dealII/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CFP2006/447.dealII/CMakeLists.txt?rev=303538&r1=303537&r2=303538&view=diff
==============================================================================
--- test-suite/trunk/External/SPEC/CFP2006/447.dealII/CMakeLists.txt (original)
+++ test-suite/trunk/External/SPEC/CFP2006/447.dealII/CMakeLists.txt Mon May 22 04:13:18 2017
@@ -24,6 +24,7 @@ macro(test_input run_type size)
     WORKDIR ${CMAKE_CURRENT_BINARY_DIR}
   )
   llvm_test_verify(RUN_TYPE ${run_type} ${FPCMP}
+    -a 1e-5 -r 1e-5
     ${BENCHMARK_DIR}/data/${run_type}/output/log
     ${CMAKE_CURRENT_BINARY_DIR}/log
   )




More information about the llvm-commits mailing list