From: Jarkko Hietaniemi Date: Mon, 26 Feb 2001 14:14:15 +0000 (+0000) Subject: Add more known sprintf failures. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=917b24923c0362e8f2d8d1f3f612150902a8f3eb;p=p5sagit%2Fp5-mst-13.2.git Add more known sprintf failures. p4raw-id: //depot/perl@8944 --- diff --git a/t/op/sprintf.t b/t/op/sprintf.t index 055b0e4..a2dd6a5 100755 --- a/t/op/sprintf.t +++ b/t/op/sprintf.t @@ -231,8 +231,8 @@ __END__ >%.0f< >0< >0< >%.0f< >2**38< >274877906944< >Should have exact int'l rep'n< >%.0f< >0.1< >0< ->%.0f< >0.6< >1< >Known to fail with sfio and nonstop-ux< ->%.0f< >-0.6< >-1< >Known to fail with sfio and nonstop-ux< +>%.0f< >0.6< >1< >Known to fail with sfio and (irix|nonstop-ux|powerux)< +>%.0f< >-0.6< >-1< >Known to fail with sfio and (irix|nonstop-ux|powerux)< >%.0f< >1< >1< >%#.0f< >1< >1.< >%g< >12345.6789< >12345.7<