We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b99630 commit 47a5f10Copy full SHA for 47a5f10
lib/locale.t
@@ -134,11 +134,7 @@ our $debug = $ENV{PERL_DEBUG_FULL_TEST} // 0;
134
135
# Certain tests have been shown to be problematical for a few locales. Don't
136
# fail them unless at least this percentage of the tested locales fail.
137
-# EBCDIC os390 has more locales fail than normal, because it has locales that
138
-# move various critical characters like '['.
139
-my $acceptable_failure_percentage = ($os =~ / ^ ( os390 ) $ /x)
140
- ? 10
141
- : 5;
+my $acceptable_failure_percentage = 5;
142
143
# The list of test numbers of the problematic tests.
144
my %problematical_tests;
0 commit comments