Skip to content

Commit

Permalink
(perl #129149) fix the test so skip has a SKIP: to work with
Browse files Browse the repository at this point in the history
Thanks to bulk88 for pointing this out.
  • Loading branch information
tonycoz committed Jan 17, 2017
1 parent 72c80c7 commit 30be69c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/op/pack.t
Original file line number Diff line number Diff line change
Expand Up @@ -2048,6 +2048,7 @@ ok(1, "argument underflow did not crash");
"check pack H zero fills (utf8 source)");
}

SKIP:
{
# [perl #129149] the code below would write one past the end of the output
# buffer, only detected by ASAN, not by valgrind
Expand Down

0 comments on commit 30be69c

Please sign in to comment.