summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-04-28 10:16:08 -0600
committerDavid Mitchell <davem@iabyn.com>2018-05-01 09:09:33 +0100
commita6bc52d6f49f1a3477d77477fff906f8b7a72350 (patch)
tree04d985e724249fdb0ba2a270e3d2a50e2ff14b31 /lib
parente3e8c0d65ca7b9ba2165dec478a6bb59586a8281 (diff)
downloadperl-a6bc52d6f49f1a3477d77477fff906f8b7a72350.tar.gz
lib/locale.t: Mark a test problematic
We now have found a system that fails this test. Tests that are listed as problematic automatically get marked as TODO when they fail with specified platforms. The next commit will specify the platform that this is fails on.
Diffstat (limited to 'lib')
-rw-r--r--lib/locale.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/locale.t b/lib/locale.t
index 85843acae7..638e21cff0 100644
--- a/lib/locale.t
+++ b/lib/locale.t
@@ -2237,6 +2237,7 @@ foreach my $Locale (@Locale) {
report_result($Locale, ++$locales_test_number, $ok15);
$test_names{$locales_test_number} = 'Verify that a number with a UTF-8 radix has a UTF-8 stringification';
+ $problematical_tests{$locales_test_number} = 1;
report_result($Locale, ++$locales_test_number, $ok16);
$test_names{$locales_test_number} = 'Verify that a sprintf of a number with a UTF-8 radix yields UTF-8';