diff mbox

[v2,08/12] test: disable test for systems without FPU

Message ID 1409221890-2516-8-git-send-email-wbx@openadk.org
State Accepted
Commit 88041f133f06d81a9bf6c72fc6e41a604eddf4b8
Headers show

Commit Message

Waldemar Brodkorb Aug. 28, 2014, 10:31 a.m. UTC
This test fails for systems without fpu.
For example m68k build for non-mmu/non-fpu systems fail.

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
---
 test/math/Makefile.in | 3 +++
 1 file changed, 3 insertions(+)

Comments

Waldemar Brodkorb Aug. 28, 2014, 4:30 p.m. UTC | #1
Hi,

thanks for the comments and commits so far.
What about this one?

best regards
 Waldemar

Waldemar Brodkorb wrote,

> This test fails for systems without fpu.
> For example m68k build for non-mmu/non-fpu systems fail.
> 
> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
> ---
>  test/math/Makefile.in | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/test/math/Makefile.in b/test/math/Makefile.in
> index d241baa..147d579 100644
> --- a/test/math/Makefile.in
> +++ b/test/math/Makefile.in
> @@ -13,6 +13,9 @@ endif
>  ifeq ($(DO_C99_MATH),)
>  TESTS_DISABLED += test-float test-ifloat test-double test-idouble rint signgam ilogb
>  endif
> +ifeq ($(UCLIBC_HAS_FPU),)
> +TESTS_DISABLED += test-fpucw
> +endif
>  
>  DODIFF_rint     := 1
>  DODIFF_signgam  := 1
> -- 
> 1.8.5.2 (Apple Git-48)
>
Bernhard Reutner-Fischer Aug. 28, 2014, 4:57 p.m. UTC | #2
On 28 August 2014 18:30:04 CEST, Waldemar Brodkorb <wbx@openadk.org> wrote:
>Hi,
>
>thanks for the comments and commits so far.
>What about this one?

Overlooked that one, thanks for noticing.
This is OK, will install ASAP.
Thanks!
Bernhard Reutner-Fischer Aug. 29, 2014, 2:25 p.m. UTC | #3
On 28 August 2014 18:57, Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> wrote:
> On 28 August 2014 18:30:04 CEST, Waldemar Brodkorb <wbx@openadk.org> wrote:
>>Hi,
>>
>>thanks for the comments and commits so far.
>>What about this one?
>
> Overlooked that one, thanks for noticing.
> This is OK, will install ASAP.

Done.
diff mbox

Patch

diff --git a/test/math/Makefile.in b/test/math/Makefile.in
index d241baa..147d579 100644
--- a/test/math/Makefile.in
+++ b/test/math/Makefile.in
@@ -13,6 +13,9 @@  endif
 ifeq ($(DO_C99_MATH),)
 TESTS_DISABLED += test-float test-ifloat test-double test-idouble rint signgam ilogb
 endif
+ifeq ($(UCLIBC_HAS_FPU),)
+TESTS_DISABLED += test-fpucw
+endif
 
 DODIFF_rint     := 1
 DODIFF_signgam  := 1