Skip to content

Commit

Permalink
[t]: skip failling test for jit runcore in t/op/string.t, RT#45503 fo…
Browse files Browse the repository at this point in the history
…r details

git-svn-id: https://svn.parrot.org/parrot/trunk@21351 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
nunorc committed Sep 18, 2007
1 parent 2e8d6c8 commit 8184704
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions t/op/string.t
Expand Up @@ -1163,6 +1163,10 @@ pasm_output_is( <<'CODE', chr(122), 'chr of 122 is z in ASCII' );
end
CODE

SKIP: {

skip("RT#45503: broken test in jit runcore",1) if (defined $ENV{TEST_PROG_ARGS}) and ($ENV{TEST_PROG_ARGS} =~ /-j/);

pasm_output_is( <<'CODE', <<'OUTPUT', 'if_s_ic' );
set S0, "I've told you once, I've told you twice..."
if S0, OK1
Expand Down Expand Up @@ -1232,6 +1236,8 @@ ok 9
ok 10
OUTPUT

}

pasm_output_is( <<'CODE', <<'OUTPUT', 'repeat_s_s|sc_i|ic' );
set S0, "x"
Expand Down

0 comments on commit 8184704

Please sign in to comment.