Skip to content

Commit 47a5f10

Browse files
committed
lib/locale.t: No longer need higher failure % on os390
The locales on os390 now have failure rates comparable to other systems.
1 parent 1b99630 commit 47a5f10

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

lib/locale.t

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,7 @@ our $debug = $ENV{PERL_DEBUG_FULL_TEST} // 0;
134134

135135
# Certain tests have been shown to be problematical for a few locales. Don't
136136
# 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;
137+
my $acceptable_failure_percentage = 5;
142138

143139
# The list of test numbers of the problematic tests.
144140
my %problematical_tests;

0 commit comments

Comments
 (0)