Skip to content

Commit

Permalink
i27_1 and i59_2 pass now
Browse files Browse the repository at this point in the history
  • Loading branch information
Reini Urban committed May 2, 2012
1 parent 3bfbd53 commit f4d0abe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions t/issue27.t
Expand Up @@ -16,8 +16,8 @@ $opt .= ",-fno-fold" if $] >= 5.013009;
$opt = "-Wb=".substr($opt,1) if $opt;

TODO: {
local $TODO = 'require LWP::UserAgent still fails'
if $] < 5.013 or $] > 5.015002; # cygwin-5.10.1,5.10.1d-nt,5.13.10*,...
#local $TODO = 'require LWP::UserAgent still fails'
# if $] < 5.013 or $] > 5.015002; # cygwin-5.10.1,5.10.1d-nt,5.13.10*,...
# Attempt to reload Config.pm aborted.
# Global symbol "%Config" requires explicit package name at 5.8.9/Time/Local.pm line 36
# 5.15: Undefined subroutine &utf8::SWASHNEW called at /usr/local/lib/perl5/5.15.3/constant.pm line 36
Expand Down
8 changes: 4 additions & 4 deletions t/issue59.t
Expand Up @@ -36,11 +36,11 @@ plctestok(1, $name, $script, $cmt);

SKIP: {
skip "eats memory on 5.6", 2 if $] <= 5.008001;
skip "fails 5.14 threaded", 2
if $] > 5.014 and $] < 5.015 and $Config{'useithreads'} and ! -d ".git";
$cmt = "TODO 5.14thr" if $] > 5.014 and $] < 5.015 and $Config{'useithreads'};
#skip "fails 5.14 threaded", 2
# if $] > 5.014 and $] < 5.015 and $Config{'useithreads'} and ! -d ".git";
#$cmt = "TODO 5.14thr" if $] > 5.014 and $] < 5.015 and $Config{'useithreads'};
$cmt = "TODO 5.6.2" if $] < 5.007;
$cmt = "TODO 5.15" if $] > 5.015;
#$cmt = "TODO 5.15" if $] > 5.015;
ctestok(2, "C", $name, $script, "C $name $cmt");
ctestok(3, "CC", $name, $script, "TODO CC $name $cmt");
}

0 comments on commit f4d0abe

Please sign in to comment.