From 7b6f8492867941f510a32897b0e94ebce394cdd7 Mon Sep 17 00:00:00 2001 From: Raymond Lu Date: Thu, 20 Aug 2009 14:40:43 -0500 Subject: [svn-r17397] Added a comment to explain what "dst" and "ans" are when errors happen. Tested the change for v1.8 on jam - simple change. --- test/dt_arith.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/dt_arith.c b/test/dt_arith.c index 6c59555..abe56e8 100644 --- a/test/dt_arith.c +++ b/test/dt_arith.c @@ -2524,6 +2524,7 @@ test_conv_int_1(const char *name, hid_t src, hid_t dst) if (++fails_all_tests>=max_fails) { HDputs(" maximum failures reached, aborting test..."); + HDputs(" (dst is library's conversion output. ans is compiler's conversion output.)"); goto done; } } @@ -3359,6 +3360,7 @@ test_conv_flt_1 (const char *name, int run_test, hid_t src, hid_t dst) HDputs(" maximum failures reached, aborting test..."); else if(run_test==TEST_DENORM || run_test==TEST_SPECIAL) HDputs(" maximum warnings reached, aborting test..."); + HDputs(" (dst is library's conversion output. ans is compiler's conversion output.)"); goto done; } @@ -4488,6 +4490,7 @@ test_conv_int_fp(const char *name, int run_test, hid_t src, hid_t dst) HDputs(" maximum failures reached, aborting test..."); else if(run_test==TEST_DENORM || run_test==TEST_SPECIAL) HDputs(" maximum warnings reached, aborting test..."); + HDputs(" (dst is library's conversion output. ans is compiler's conversion output.)"); goto done; } -- cgit v0.12