summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2017-01-17 15:36:31 +1100
committerTony Cook <tony@develop-help.com>2017-01-17 15:36:31 +1100
commit30be69c851a7fa7e29d85c9b6e070273df82f3e7 (patch)
treea5aaf2ff0f87ef018c021db92c8777e722cedba6
parent72c80c749a61d30202cfa902a18be1b6f3ff6905 (diff)
downloadperl-30be69c851a7fa7e29d85c9b6e070273df82f3e7.tar.gz
(perl #129149) fix the test so skip has a SKIP: to work with
Thanks to bulk88 for pointing this out.
-rw-r--r--t/op/pack.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/op/pack.t b/t/op/pack.t
index 47d1216a2f..919e4c55c6 100644
--- a/t/op/pack.t
+++ b/t/op/pack.t
@@ -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