summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2012-12-17 20:06:47 +1100
committerTony Cook <tony@develop-help.com>2012-12-17 20:06:47 +1100
commitd4ead2eb2e301c11d2d2e40b0c3fac9190fd5379 (patch)
tree0301ee2fcf457a5f963bdd76072a79db72da110b
parentc004423157a75cf7cb0aa890d9fbe27de84dfb9a (diff)
downloadperl-d4ead2eb2e301c11d2d2e40b0c3fac9190fd5379.tar.gz
skip the \N{...} unloaded charnames croak test when PERL_UNICODE set
This has been causing failures for a while.
-rw-r--r--t/lib/croak/toke1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/lib/croak/toke b/t/lib/croak/toke
index 329e12ce66..8e4b0338a3 100644
--- a/t/lib/croak/toke
+++ b/t/lib/croak/toke
@@ -73,6 +73,7 @@ Constant(q) unknown at - line 3, within pattern
Execution of - aborted due to compilation errors.
########
# NAME \N{...} when charnames fails to load but without an error
+# SKIP ? exists $ENV{PERL_UNICODE} ? "Unreliable under some PERL_UNICODE settings" : 0
BEGIN { ++$_ for @INC{"charnames.pm","_charnames.pm"} }
"\N{a}"
EXPECT