|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Change 34099: Omit tests introduced by #34077 and #34084 which fail on Win32
Change 34099 by steveh@maldoror on 2008/07/03 15:02:08
tests introduced by #34077 and #34084 which fail on Win32 Affected files //#33 edit Differences //#33 (text) Index: perl/t/lib/warnings/9uninit perl/t/lib/warnings/9uninit#32~34088~ 2008-06-25 12:49:38.000000000 -0700 perl/t/lib/warnings/9uninit 2008-07-03 08:02:08.000000000 -0700 @@ -1419,7 +1419,7 @@ my $nofile = '/no/such/file'; my $nocmd = '/no/such/command'; my $v; -# `` not tested: Windows produces and error on STDERR +# `` not tested: Windows produces an error on STDERR # ditto qx() my $f = ""; $v = 1 + open($f, $nofile); @@ -1461,7 +1461,7 @@ $v = 1 + (-t $nofile); $v = 1 + (-u $nofile); $v = 1 + (-g $nofile); -$v = 1 + (-k $nofile); +# -k not tested: Produces no warning on Windows $v = 1 + (-T $nofile); $v = 1 + (-B $nofile); $v = 1 + (-M $nofile); @@ -1492,7 +1492,7 @@ my $fn = sub {}; $v = 1 + prototype $fn; my $nan = "NaN"; -$v = 1 + ($nan <=1); +# ($nan <=1) not tested: NaN not supported on Windows $v = 1 + ($fn ~~ 1); $v = 1 + (print STDIN $f); # print to STDIN returns undef $v = 1 + (printf STDIN "%s", $f); @@ -1531,7 +1531,6 @@ Use of uninitialized value in addition (+) at - line 47. Use of uninitialized value in addition (+) at - line 48. Use of uninitialized value in addition (+) at - line 49. -Use of uninitialized value in addition (+) at - line 50. Use of uninitialized value in addition (+) at - line 51. Use of uninitialized value in addition (+) at - line 52. Use of uninitialized value in addition (+) at - line 53. @@ -1548,7 +1547,6 @@ Use of uninitialized value in addition (+) at - line 76. Use of uninitialized value in addition (+) at - line 77. Use of uninitialized value in addition (+) at - line 79. -Use of uninitialized value in addition (+) at - line 81. Use of uninitialized value in addition (+) at - line 82. Use of uninitialized value in addition (+) at - line 83. Use of uninitialized value in addition (+) at - line 84. End of Patch. |
![]() |
| Viewing: Web Development Archives > Mailing Lists > Perl > Change 34099: Omit tests introduced by #34077 and #34084 which fail on Win32 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|