about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2015-10-06 15:57:31 +0000
committerJoseph Myers <joseph@codesourcery.com>2015-10-06 15:57:31 +0000
commitb3364d05892be0170e8f67689736bb9b7597bc94 (patch)
tree51a3c061207367185479d701dd9ea14ffdd4762f /ChangeLog
parent31d4459e42d239fb7d9d3f9532fcf580c6812fb3 (diff)
downloadglibc-b3364d05892be0170e8f67689736bb9b7597bc94.tar.gz
glibc-b3364d05892be0170e8f67689736bb9b7597bc94.tar.xz
glibc-b3364d05892be0170e8f67689736bb9b7597bc94.zip
Add more scalb test expectations for "inexact" exception.
This patch adds more libm-test.inc expectations for the "inexact"
exception for scalb, in all cases except those with a non-integer
second argument (where results are unspecified by POSIX, so the
function does not count as fully determined and the spurious "inexact"
exceptions raised by the existing implementations alongside "invalid"
are OK).

Tested for x86_64 and x86.

	* math/libm-test.inc (scalb_test_data): Add more expectations for
	the "inexact" exception.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ac4c1d4aba..2752bd2323 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2015-10-06  Joseph Myers  <joseph@codesourcery.com>
 
+	* math/libm-test.inc (scalb_test_data): Add more expectations for
+	the "inexact" exception.
+
 	[BZ #19077]
 	* sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Return
 	0.0L for argument 1.0L.