tests: require working signbit

* modules/ceilf-tests (Depends-on): Add signbit.
* modules/ceill-tests (Depends-on): Likewise.
* modules/floorf-tests (Depends-on): Likewise.
* modules/floorl-tests (Depends-on): Likewise.
* modules/round-tests (Depends-on): Likewise.
* modules/roundf-tests (Depends-on): Likewise.
* modules/roundl-tests (Depends-on): Likewise.
* modules/trunc-tests (Depends-on): Likewise.
* modules/truncf-tests (Depends-on): Likewise.
* modules/truncl-tests (Depends-on): Likewise.

Signed-off-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
Eric Blake
2010-11-05 11:04:15 -06:00
parent 2414bb80fe
commit 9d0240d8d4
10 changed files with 21 additions and 0 deletions
+12
View File
@@ -1,5 +1,17 @@
2010-11-05 Eric Blake <eblake@redhat.com>
tests: require working signbit
* modules/ceilf-tests (Depends-on): Add signbit.
* modules/ceill-tests (Depends-on): Likewise.
* modules/floorf-tests (Depends-on): Likewise.
* modules/floorl-tests (Depends-on): Likewise.
* modules/round-tests (Depends-on): Likewise.
* modules/roundf-tests (Depends-on): Likewise.
* modules/roundl-tests (Depends-on): Likewise.
* modules/trunc-tests (Depends-on): Likewise.
* modules/truncf-tests (Depends-on): Likewise.
* modules/truncl-tests (Depends-on): Likewise.
strtod: work around icc bug
* lib/strtod.c (minus_zero): Define to working value.
(strtod): Use it to avoid icc bug.
+1
View File
@@ -9,6 +9,7 @@ Depends-on:
fpucw
isnanl-nolibm
float
signbit
configure.ac:
+1
View File
@@ -9,6 +9,7 @@ tests/macros.h
Depends-on:
float
isnanf-nolibm
signbit
stdbool
stdint
+1
View File
@@ -9,6 +9,7 @@ Depends-on:
fpucw
isnanl-nolibm
float
signbit
configure.ac:
+1
View File
@@ -8,6 +8,7 @@ tests/macros.h
Depends-on:
isnand-nolibm
signbit
stdbool
stdint
verify
+1
View File
@@ -11,6 +11,7 @@ Depends-on:
ceilf
floorf
isnanf-nolibm
signbit
stdbool
stdint
verify
+1
View File
@@ -9,6 +9,7 @@ Depends-on:
fpucw
isnanl-nolibm
float
signbit
configure.ac:
+1
View File
@@ -9,6 +9,7 @@ tests/macros.h
Depends-on:
float
isnand-nolibm
signbit
stdbool
stdint
+1
View File
@@ -9,6 +9,7 @@ tests/macros.h
Depends-on:
float
isnanf-nolibm
signbit
stdbool
stdint
+1
View File
@@ -9,6 +9,7 @@ Depends-on:
fpucw
isnanl-nolibm
float
signbit
configure.ac: