Skip to content

Commit

Permalink
don't globally skip a test that fails one place.
Browse files Browse the repository at this point in the history
if this still fails on windows, todo it there.
  • Loading branch information
coke committed Apr 30, 2012
1 parent e9a69b2 commit 1b524d7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions t/dynoplibs/debug.t
Expand Up @@ -90,9 +90,7 @@ CODE
/ok/
OUTPUT

SKIP: {
skip("This test is failing for no apparent reason on windows", 1);
pir_stdin_output_like( <<'INPUT', <<'CODE', qr/[(]pdb[)] (print I0\n)?1/, "debug_break" );
pir_stdin_output_like( <<'INPUT', <<'CODE', qr/[(]pdb[)] (print I0\n)?1/, "debug_break" );
print I0
quit
INPUT
Expand All @@ -103,7 +101,6 @@ INPUT
debug_break
.end
CODE
}

pir_error_output_like( <<'CODE', <<'OUTPUT', "debug backtrace - Null PMC access" );
.sub main :main
Expand Down

0 comments on commit 1b524d7

Please sign in to comment.