summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-04-23 09:36:15 -0600
committerKarl Williamson <khw@cpan.org>2020-07-30 15:12:09 -0600
commit83aa75213860c4aa879853b1bac9e58a116214ab (patch)
tree86adf17d27e6493da7810f18fccaee6154070bc8 /lib
parent251b1789b13d34059c4ccf766aca1fd218ab0112 (diff)
downloadperl-83aa75213860c4aa879853b1bac9e58a116214ab.tar.gz
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.
Diffstat (limited to 'lib')
-rw-r--r--lib/charnames.t4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/charnames.t b/lib/charnames.t
index 01e1fd7d92..2e7f2535f5 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) {