From: Dominic Dunlop Date: Wed, 3 Aug 2005 12:19:03 +0000 (+0200) Subject: Re: Smoke [5.9.3] 25248 FAIL(F) openbsd 3.7 (i386/1 cpu) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d1c6f4168dbc2b6cbaafd5532dcfb70575e844b9;p=p5sagit%2Fp5-mst-13.2.git Re: Smoke [5.9.3] 25248 FAIL(F) openbsd 3.7 (i386/1 cpu) Message-Id: <8D595B69-4489-4395-BFA4-07DF5859D556@mac.com> p4raw-id: //depot/perl@25264 --- diff --git a/t/op/sprintf.t b/t/op/sprintf.t index 592aed4..d35bf5c 100755 --- a/t/op/sprintf.t +++ b/t/op/sprintf.t @@ -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<