diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-11-16 12:48:35 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-11-16 12:48:35 +0000 |
commit | ce66581742e7ae1d6ce59e5d2d4859b2ae41218c (patch) | |
tree | 7b3c30606dfa3a6cfe0000f49ed6d82fc17d7d41 /math/gen-libm-test.pl | |
parent | ee1466a953527d550bd0a7eed3ac46ba187ed65f (diff) | |
download | glibc-ce66581742e7ae1d6ce59e5d2d4859b2ae41218c.tar glibc-ce66581742e7ae1d6ce59e5d2d4859b2ae41218c.tar.gz glibc-ce66581742e7ae1d6ce59e5d2d4859b2ae41218c.tar.bz2 glibc-ce66581742e7ae1d6ce59e5d2d4859b2ae41218c.zip |
Test signs of NaNs in libm-test.inc where appropriate.
Diffstat (limited to 'math/gen-libm-test.pl')
-rwxr-xr-x | math/gen-libm-test.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gen-libm-test.pl b/math/gen-libm-test.pl index 98112ed05d..bd701d7d84 100755 --- a/math/gen-libm-test.pl +++ b/math/gen-libm-test.pl @@ -218,7 +218,7 @@ sub parse_args { # consistency check if ($current_arg == $#args) { die ("wrong number of arguments") - unless ($args[$current_arg] =~ /EXCEPTION|ERRNO|IGNORE_ZERO_INF_SIGN|NO_TEST_INLINE/); + unless ($args[$current_arg] =~ /EXCEPTION|ERRNO|IGNORE_ZERO_INF_SIGN|TEST_NAN_SIGN|NO_TEST_INLINE/); } elsif ($current_arg < $#args) { die ("wrong number of arguments"); } elsif ($current_arg > ($#args+1)) { |