diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-15 07:55:59 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-15 07:55:59 +0000 |
commit | 757de559da017957b8d8fdb243ebde70c000cfeb (patch) | |
tree | 353ec81ad67f13f095cf4cd946a02073cd6a3126 /math | |
parent | a439bb2fa34284eed666b8e3733d46c72dadc62f (diff) | |
download | glibc-757de559da017957b8d8fdb243ebde70c000cfeb.tar glibc-757de559da017957b8d8fdb243ebde70c000cfeb.tar.gz glibc-757de559da017957b8d8fdb243ebde70c000cfeb.tar.bz2 glibc-757de559da017957b8d8fdb243ebde70c000cfeb.zip |
Update.
* math/libm-test.inc (nextafter_test): New test, but disabled due
to gcc bug.
Diffstat (limited to 'math')
-rw-r--r-- | math/libm-test.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/math/libm-test.inc b/math/libm-test.inc index 727913c361..e10b58e6ec 100644 --- a/math/libm-test.inc +++ b/math/libm-test.inc @@ -3430,6 +3430,11 @@ nextafter_test (void) TEST_ff_f (nextafter, 1.1L, nan_value, nan_value); TEST_ff_f (nextafter, nan_value, nan_value, nan_value); +#ifdef TEST_LDOUBLE + // XXX Enable once gcc is fixed. + //TEST_ff_f (nextafter, 0x0.00000040000000000000p-16385L, -0.1L, 0x0.0000003ffffffff00000p-16385L); +#endif + /* XXX We need the hexadecimal FP number representation here for further tests. */ |