1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
* math/libm-test.inc (nextafter_test): New test, but disabled due
	to gcc bug.
This commit is contained in:
Ulrich Drepper
2003-02-15 07:55:59 +00:00
parent a439bb2fa3
commit 757de559da
5 changed files with 112 additions and 1 deletions

View File

@ -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. */