From: Rafael Garcia-Suarez Date: Thu, 11 Mar 2010 09:53:43 +0000 (+0100) Subject: Re-TODO one more Deparse test X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=719c50dc98237b0afc704520ff22b1b82bf9a101;p=p5sagit%2Fp5-mst-13.2.git Re-TODO one more Deparse test (was missing from 0fa4a26596a4646f9aae1dcd199a2f30933e6f01) --- diff --git a/dist/B-Deparse/t/deparse.t b/dist/B-Deparse/t/deparse.t index 26ceb2d..331766b 100644 --- a/dist/B-Deparse/t/deparse.t +++ b/dist/B-Deparse/t/deparse.t @@ -534,7 +534,8 @@ do { '???'; !1; #### -# TODO ? $Config::Config{useithreads} && "doesn't work with threads" +# TODO constant deparsing has been backed out for 5.12 +# XXXTODO ? $Config::Config{useithreads} && "doesn't work with threads" # 61 tests that shouldn't be constant folded # It might be fundamentally impossible to make this work on ithreads, in which # case the TODO should become a SKIP