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";
  
  
  


Reply via email to