From: Steve Peters Date: Wed, 26 Oct 2005 11:52:46 +0000 (+0000) Subject: Multiple versions of OpenBSD fail this test, not just 3.7. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=65ff66fc0a6ee149618151ba533f4aac04969309;p=p5sagit%2Fp5-mst-13.2.git Multiple versions of OpenBSD fail this test, not just 3.7. p4raw-id: //depot/perl@25855 --- diff --git a/t/op/sprintf.t b/t/op/sprintf.t index d35bf5c..0b9e94e 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< >C99 standard mandates minus sign but C89 does not skip: MSWin32 VMS hpux:10.20 openbsd:3.7 netbsd:1.5 irix< +>%.0g< >-0.0< >-0< >C99 standard mandates minus sign but C89 does not skip: MSWin32 VMS hpux:10.20 openbsd netbsd:1.5 irix< >%.0g< >12345.6789< >1e+04< >%#.0g< >12345.6789< >1.e+04< >%.2g< >12345.6789< >1.2e+04<