tests: require working signbit
authorEric Blake <eblake@redhat.com>
Fri, 5 Nov 2010 17:04:15 +0000 (11:04 -0600)
committerEric Blake <eblake@redhat.com>
Fri, 5 Nov 2010 17:04:15 +0000 (11:04 -0600)
* 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>
ChangeLog
modules/ceill-tests
modules/floorf-tests
modules/floorl-tests
modules/round-tests
modules/roundf-tests
modules/roundl-tests
modules/trunc-tests
modules/truncf-tests
modules/truncl-tests

index 1711e5b..cce182c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 09ae4f3..65ddb72 100644 (file)
@@ -9,6 +9,7 @@ Depends-on:
 fpucw
 isnanl-nolibm
 float
+signbit
 
 configure.ac:
 
index 3e9c045..8d9fb64 100644 (file)
@@ -9,6 +9,7 @@ tests/macros.h
 Depends-on:
 float
 isnanf-nolibm
+signbit
 stdbool
 stdint
 
index 5273fb5..e76adbc 100644 (file)
@@ -9,6 +9,7 @@ Depends-on:
 fpucw
 isnanl-nolibm
 float
+signbit
 
 configure.ac:
 
index 9e154c8..cf3d960 100644 (file)
@@ -8,6 +8,7 @@ tests/macros.h
 
 Depends-on:
 isnand-nolibm
+signbit
 stdbool
 stdint
 verify
index 7ee4178..2153ca1 100644 (file)
@@ -11,6 +11,7 @@ Depends-on:
 ceilf
 floorf
 isnanf-nolibm
+signbit
 stdbool
 stdint
 verify
index f9bd467..2561b3d 100644 (file)
@@ -9,6 +9,7 @@ Depends-on:
 fpucw
 isnanl-nolibm
 float
+signbit
 
 configure.ac:
 
index 6c254e0..30b9a6c 100644 (file)
@@ -9,6 +9,7 @@ tests/macros.h
 Depends-on:
 float
 isnand-nolibm
+signbit
 stdbool
 stdint
 
index 27b93f2..e2961a1 100644 (file)
@@ -9,6 +9,7 @@ tests/macros.h
 Depends-on:
 float
 isnanf-nolibm
+signbit
 stdbool
 stdint
 
index 01bcf73..47276e2 100644 (file)
@@ -9,6 +9,7 @@ Depends-on:
 fpucw
 isnanl-nolibm
 float
+signbit
 
 configure.ac: