You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2002/06/15 21:08:21 UTC

cvs commit: modperl-2.0/t/response/TestAPR perlio.pm

stas        2002/06/15 12:08:21

  Modified:    t/response/TestAPR perlio.pm
  Log:
  disable the failing tests with 5.8.0-RC2 while reworking APR PerlIO layer
  
  Revision  Changes    Path
  1.9       +1 -1      modperl-2.0/t/response/TestAPR/perlio.pm
  
  Index: perlio.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/response/TestAPR/perlio.pm,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- perlio.pm	31 May 2002 02:19:11 -0000	1.8
  +++ perlio.pm	15 Jun 2002 19:08:21 -0000	1.9
  @@ -27,7 +27,7 @@
   
       #$tests += $lfs_tests if USE_LARGE_FILES; #XXX
   
  -    plan $r, tests => $tests, have_perl 'iolayers';
  +    plan $r, tests => $tests, todo => [5,8], have_perl 'iolayers';
   
       my $vars = Apache::Test::config()->{vars};
       my $dir  = catfile $vars->{documentroot}, "perlio";
  
  
  

Re: cvs commit: modperl-2.0/t/response/TestAPR perlio.pm

Posted by Doug MacEachern <do...@covalent.net>.
todo is the not the same as disabling.  now anybody running RC1 (and there 
is not RC2 yet), gets the ugly "unexpectedly succeeded" messages.
disabling means not running the failing tests at all, can you please do 
that?

On 15 Jun 2002 stas@apache.org wrote:

> stas        2002/06/15 12:08:21
> 
>   Modified:    t/response/TestAPR perlio.pm
>   Log:
>   disable the failing tests with 5.8.0-RC2 while reworking APR PerlIO layer
>   
>   Revision  Changes    Path
>   1.9       +1 -1      modperl-2.0/t/response/TestAPR/perlio.pm
>   
>   Index: perlio.pm
>   ===================================================================
>   RCS file: /home/cvs/modperl-2.0/t/response/TestAPR/perlio.pm,v
>   retrieving revision 1.8
>   retrieving revision 1.9
>   diff -u -r1.8 -r1.9
>   --- perlio.pm	31 May 2002 02:19:11 -0000	1.8
>   +++ perlio.pm	15 Jun 2002 19:08:21 -0000	1.9
>   @@ -27,7 +27,7 @@
>    
>        #$tests += $lfs_tests if USE_LARGE_FILES; #XXX
>    
>   -    plan $r, tests => $tests, have_perl 'iolayers';
>   +    plan $r, tests => $tests, todo => [5,8], have_perl 'iolayers';
>    
>        my $vars = Apache::Test::config()->{vars};
>        my $dir  = catfile $vars->{documentroot}, "perlio";
>   
>   
>   
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org