From: Karl Williamson Date: Thu, 23 Apr 2020 15:36:15 +0000 (-0600) Subject: Revert "Debugging GH #17671." X-Git-Tag: v5.33.1~222 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/83aa75213860c4aa879853b1bac9e58a116214ab Revert "Debugging GH #17671." This reverts commit f12bbb761071acfd5663d673ad891ffbb2ffdbd9. That commit temporarily turned off a test that was causing intermittent failures in an experimental feature. We agreed to leave it off for 5.32. Since then, there have been some fixes, which possibly have fixed it. I'm now re-enabling that test in 5.33 so as to see if the bug crops up again or not. --- diff --git a/lib/charnames.t b/lib/charnames.t index 01e1fd7..2e7f253 100644 --- a/lib/charnames.t +++ b/lib/charnames.t @@ -157,10 +157,6 @@ sub test_vianame ($$$) { $wildcard_count++; - # XXX temporary to see if the failure we are occasionally seeing is - # confined to this code point. GH #17671 - next if $i == 0; - # Because wildcard name matching is so real-time intensive, do it less # frequently than the others if ($wildcard_count >= 10) {