diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-12-03 16:25:18 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-12-03 16:25:18 +0000 |
commit | 34e16df5a1a46e128edb9eb44a09ac5762957136 (patch) | |
tree | d8751230a2270d89531af1f7c12868dae50f534f /math/auto-libm-test-in | |
parent | d8e2dbe3e380729a1552d546da582b02202dde0a (diff) | |
download | glibc-34e16df5a1a46e128edb9eb44a09ac5762957136.tar.gz |
Fix erfc errno setting on underflow (bug 6786).
Diffstat (limited to 'math/auto-libm-test-in')
-rw-r--r-- | math/auto-libm-test-in | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/math/auto-libm-test-in b/math/auto-libm-test-in index 392cc57bf3..126a9eaec7 100644 --- a/math/auto-libm-test-in +++ b/math/auto-libm-test-in @@ -149,9 +149,18 @@ erfc 4.125 erfc 0x1.ffa002p+2 erfc 0x1.ffffc8p+2 erfc -0x1.fffffffffffff8p-2 -# Bug 6786: errno may not be set on underflow. -erfc 27.0 missing-errno +erfc 26.0 +erfc 27.0 +erfc 28.0 erfc 0x1.ffff56789abcdef0123456789a8p+2 +erfc 100 +erfc 106 +erfc 106.5 +erfc 106.625 +erfc 107 +erfc 108 +erfc 1000 +erfc max exp 0 exp -0 |