From 7a38f30f925db7d486460c18df41413f3c7ef74b Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 18 Nov 2023 06:42:56 +0100 Subject: [PATCH] nan, snan tests: Don't include these tests by default. * modules/nan-tests (Status): Mark the test as unportable. * modules/snan-tests (Status): Likewise. --- ChangeLog | 6 ++++++ modules/nan-tests | 3 +++ modules/snan-tests | 3 +++ 3 files changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index d2ac6eb7f4..713cee5183 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2023-11-18 Bruno Haible + + nan, snan tests: Don't include these tests by default. + * modules/nan-tests (Status): Mark the test as unportable. + * modules/snan-tests (Status): Likewise. + 2023-11-17 Bruno Haible realloc-gnu: Fix wrong configure test result with optimizing ibm-clang. diff --git a/modules/nan-tests b/modules/nan-tests index ec549b8919..9229a9467c 100644 --- a/modules/nan-tests +++ b/modules/nan-tests @@ -3,6 +3,9 @@ tests/test-nan-1.c tests/test-nan-2.c tests/macros.h +Status: +unportable-test + Depends-on: fenv-exceptions-tracking-c99 fpe-trapping diff --git a/modules/snan-tests b/modules/snan-tests index 6779f6c0bf..1c373ccac7 100644 --- a/modules/snan-tests +++ b/modules/snan-tests @@ -5,6 +5,9 @@ tests/test-snan-2.c tests/macros.h m4/math_h.m4 +Status: +unportable-test + Depends-on: fenv-exceptions-tracking-c99 fpe-trapping -- 2.39.5