From 83aa75213860c4aa879853b1bac9e58a116214ab Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Thu, 23 Apr 2020 09:36:15 -0600 Subject: [PATCH] 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. --- lib/charnames.t | 4 ---- 1 file changed, 4 deletions(-) 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) { -- 1.8.3.1