summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcompare_dg_tests.pl4
-rw-r--r--testsuite/expected-1-2.txt4
2 files changed, 4 insertions, 4 deletions
diff --git a/compare_dg_tests.pl b/compare_dg_tests.pl
index 851c8d8..9522c7b 100755
--- a/compare_dg_tests.pl
+++ b/compare_dg_tests.pl
@@ -487,8 +487,8 @@ sub print_compare_results_summary($$)
printf " +------------------------------------------+---------+---------+\n";
printf "\n";
- printf " REF PASS ratio: %.2f\n", $ref_ratio;
- printf " RES PASS ratio: %.2f\n", $res_ratio;
+ printf " REF PASS ratio: %f\n", $ref_ratio;
+ printf " RES PASS ratio: %f\n", $res_ratio;
if ($ref_ratio < $ratio_thresh)
{
printf " ***** ERROR: REF PASS ratio is abnormally low *****\n";
diff --git a/testsuite/expected-1-2.txt b/testsuite/expected-1-2.txt
index 7b49705..719f72d 100644
--- a/testsuite/expected-1-2.txt
+++ b/testsuite/expected-1-2.txt
@@ -14,8 +14,8 @@ o RUN STATUS: | REF | RES |
| Untested [UNTESTED] | 5 | 1 |
+------------------------------------------+---------+---------+
- REF PASS ratio: 0.29
- RES PASS ratio: 0.48
+ REF PASS ratio: 0.289474
+ RES PASS ratio: 0.476190
***** ERROR: REF PASS ratio is abnormally low *****
***** ERROR: RES PASS ratio is abnormally low *****
***** ERROR: No REF execution test PASSed. Check execution engine configuration. *****