From 5bf96de5ef97cd0d6c04445feec6b25e07d4d938 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Mon, 6 May 2013 20:23:01 +0000 Subject: Consistently use TEST_f_f1 in gamma tests. --- math/libm-test.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'math') diff --git a/math/libm-test.inc b/math/libm-test.inc index 7afa46dba8..f289e99c8d 100644 --- a/math/libm-test.inc +++ b/math/libm-test.inc @@ -9103,11 +9103,11 @@ gamma_test (void) START (gamma); - TEST_f_f (gamma, plus_infty, plus_infty); - TEST_f_f (gamma, 0, plus_infty, DIVIDE_BY_ZERO_EXCEPTION); - TEST_f_f (gamma, -3, plus_infty, DIVIDE_BY_ZERO_EXCEPTION); - TEST_f_f (gamma, minus_infty, plus_infty); - TEST_f_f (gamma, qnan_value, qnan_value); + TEST_f_f1 (gamma, plus_infty, plus_infty, 1); + TEST_f_f1 (gamma, 0, plus_infty, 1, DIVIDE_BY_ZERO_EXCEPTION); + TEST_f_f1 (gamma, -3, plus_infty, IGNORE, DIVIDE_BY_ZERO_EXCEPTION); + TEST_f_f1 (gamma, minus_infty, plus_infty, IGNORE); + TEST_f_f1 (gamma, qnan_value, qnan_value, IGNORE); TEST_f_f1 (gamma, 1, 0, 1); TEST_f_f1 (gamma, 3, M_LN2l, 1); -- cgit v1.2.3