Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libc/stdio comment why vax is left out of all the fun



details:   https://anonhg.NetBSD.org/src/rev/44caed4665a3
branches:  trunk
changeset: 759189:44caed4665a3
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Dec 01 07:12:03 2010 +0000

description:
comment why vax is left out of all the fun

diffstat:

 tests/lib/libc/stdio/t_format.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r d603e16fd63a -r 44caed4665a3 tests/lib/libc/stdio/t_format.c
--- a/tests/lib/libc/stdio/t_format.c   Wed Dec 01 07:03:21 2010 +0000
+++ b/tests/lib/libc/stdio/t_format.c   Wed Dec 01 07:12:03 2010 +0000
@@ -46,6 +46,7 @@
        ATF_CHECK(sprintf(str, "%010f", 0.0) == 10);
        ATF_REQUIRE_STREQ(str, "000.000000");
 
+       /* ieeefp */
 #ifndef __vax__
        /* PR/44113: printf(3) should ignore zero padding for nan/inf */
        ATF_CHECK(sprintf(str, "%010f", NAN) == 10);



Home | Main Index | Thread Index | Old Index