You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
my $ar_ca_local__expected = [qw/A a B b C c/];
my $ar_ca_local__actual = sorted($ar_en_local, locale => $locale);
- ok(eq_array($ar_ca_local__expected, $ar_ca_local__actual), 'Locale CA test');
+ ok(eq_array($ar_ca_local__expected, $ar_ca_local__actual), 'Locale CA test')
+ or diag explain { actual => $ar_ca_local__actual, expected => $ar_ca_local__expected };
}
See http://matrix.cpantesters.org/?dist=Sort-Naturally-XS%200.7.9;os=linux;reports=1 for a list of fail reports --- it seems that all of the current linux fail reports are locale-related. Sorry, I don't have more information why it fails on some of my smokers.
The text was updated successfully, but these errors were encountered: