summaryrefslogtreecommitdiff
path: root/Porting/deparse-skips.txt
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2022-04-13 14:56:10 +0100
committerDavid Mitchell <davem@iabyn.com>2022-04-16 18:28:19 +0100
commitdf149086dad9dc6360487d020a6732784bae43e5 (patch)
tree3bd5e51ab026899c65eabcb240fb45142cf87da8 /Porting/deparse-skips.txt
parent06d03a5dab926c7004a0bd61a79a8304f9946404 (diff)
downloadperl-df149086dad9dc6360487d020a6732784bae43e5.tar.gz
update Porting/deparse-skips.txt
ext/B/t/optree_for.t is a new test script which gets upset when for (...) {} gets deparsed as for (...) { (); } which produces a subtly different optree. So mark it as known failing for now. t/op/not.t was a skip, but seems to have been succeeding for while, so remove it from the skips file.
Diffstat (limited to 'Porting/deparse-skips.txt')
-rw-r--r--Porting/deparse-skips.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/Porting/deparse-skips.txt b/Porting/deparse-skips.txt
index 0acfb06b7b..37573d7e3d 100644
--- a/Porting/deparse-skips.txt
+++ b/Porting/deparse-skips.txt
@@ -51,7 +51,6 @@ op/length.t # utf8ness of deparsed strings
op/lexsub.t
op/local.t
op/lvref.t
-op/not.t
op/overload_integer.t
op/override.t
op/pack.t
@@ -222,6 +221,9 @@ uni/variables.t
../dist/threads/t/blocks.t
../ext/B/t/b.t
../ext/B/t/optree_constants.t
+# for (...) {} currently gets deparsed as for (...) { (); }
+# which has a slightly different optree
+../ext/B/t/optree_for.t
../ext/B/t/optree_samples.t
../ext/Devel-Peek/t/Peek.t
../ext/IPC-Open3/t/IPC-Open2.t