Re: Smoke [5.9.3] 25248 FAIL(F) openbsd 3.7 (i386/1 cpu)
Dominic Dunlop [Wed, 3 Aug 2005 12:19:03 +0000 (14:19 +0200)]
Message-Id: <8D595B69-4489-4395-BFA4-07DF5859D556@mac.com>

p4raw-id: //depot/perl@25264

t/op/sprintf.t

index 592aed4..d35bf5c 100755 (executable)
@@ -310,7 +310,7 @@ __END__
 >%g<        >12345.6789<  >12345.7<
 >%+g<       >12345.6789<  >+12345.7<
 >%#g<       >12345.6789<  >12345.7<
->%.0g<      >-0.0<       >-0<             >No minus skip: MSWin32 VMS hpux:10.20<
+>%.0g<      >-0.0<       >-0<             >C99 standard mandates minus sign but C89 does not skip: MSWin32 VMS hpux:10.20 openbsd:3.7 netbsd:1.5 irix<
 >%.0g<      >12345.6789<  >1e+04<
 >%#.0g<     >12345.6789<  >1.e+04<
 >%.2g<      >12345.6789<  >1.2e+04<