aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-10-17 23:42:32 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-10-17 23:42:32 +0000
commitf9b9d9c9452f988d8d582a6ddb58fd4822b4c29d (patch)
treeabca23c2a010b548515014b7583a8a584bfc16e7 /math
parent370539fb64c7b3b9a03e3769bf7cc29dc5de450c (diff)
downloadglibc-f9b9d9c9452f988d8d582a6ddb58fd4822b4c29d.zip
glibc-f9b9d9c9452f988d8d582a6ddb58fd4822b4c29d.tar.gz
glibc-f9b9d9c9452f988d8d582a6ddb58fd4822b4c29d.tar.bz2
Don't call feclearexcept in gamma function tests.
Diffstat (limited to 'math')
-rw-r--r--math/libm-test.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/math/libm-test.inc b/math/libm-test.inc
index 0422e8e..e828fc2 100644
--- a/math/libm-test.inc
+++ b/math/libm-test.inc
@@ -5015,7 +5015,6 @@ gamma_test (void)
if (errno == ENOSYS)
/* Function not implemented. */
return;
- feclearexcept (FE_ALL_EXCEPT);
START (gamma);
@@ -5531,7 +5530,6 @@ lgamma_test (void)
if (errno == ENOSYS)
/* Function not implemented. */
return;
- feclearexcept (FE_ALL_EXCEPT);
START (lgamma);
@@ -9346,7 +9344,6 @@ tgamma_test (void)
if (errno == ENOSYS)
/* Function not implemented. */
return;
- feclearexcept (FE_ALL_EXCEPT);
START (tgamma);