summaryrefslogtreecommitdiff
path: root/t/uni
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2014-11-12 12:53:50 -0700
committerKarl Williamson <khw@cpan.org>2014-11-24 15:11:52 -0700
commit1b413590aa73b1cc630b6712d7695fac54d03828 (patch)
treee12147c1784c1a7702f80e999c5f7f9105346458 /t/uni
parent227e818e7f550517639af67457b5de16e61ffc11 (diff)
downloadperl-1b413590aa73b1cc630b6712d7695fac54d03828.tar.gz
Improve EBCDIC skip msgs in t/uni
Add more explanation as to why they are skipped
Diffstat (limited to 't/uni')
-rw-r--r--t/uni/chr.t2
-rw-r--r--t/uni/greek.t2
-rw-r--r--t/uni/latin2.t2
-rw-r--r--t/uni/tr_7jis.t2
-rw-r--r--t/uni/tr_eucjp.t2
-rw-r--r--t/uni/tr_sjis.t2
-rw-r--r--t/uni/tr_utf8.t2
7 files changed, 7 insertions, 7 deletions
diff --git a/t/uni/chr.t b/t/uni/chr.t
index 321e828aa0..390cdb1cc0 100644
--- a/t/uni/chr.t
+++ b/t/uni/chr.t
@@ -4,7 +4,7 @@ BEGIN {
chdir 't' if -d 't';
require './test.pl';
skip_all_without_dynamic_extension('Encode');
- skip_all("EBCDIC") if $::IS_EBCDIC;
+ skip_all("no encoding pragma in EBCDIC") if $::IS_EBCDIC;
skip_all_without_perlio();
}
diff --git a/t/uni/greek.t b/t/uni/greek.t
index 9295e6fe8b..7d73ecb23e 100644
--- a/t/uni/greek.t
+++ b/t/uni/greek.t
@@ -4,7 +4,7 @@ BEGIN {
chdir 't' if -d 't';
require './test.pl';
skip_all_without_dynamic_extension('Encode');
- skip_all("EBCDIC") if $::IS_EBCDIC;
+ skip_all("no encoding pragma in EBCDIC") if $::IS_EBCDIC;
skip_all_without_perlio();
}
diff --git a/t/uni/latin2.t b/t/uni/latin2.t
index aacc1312ff..ba67e09b3f 100644
--- a/t/uni/latin2.t
+++ b/t/uni/latin2.t
@@ -4,7 +4,7 @@ BEGIN {
chdir 't' if -d 't';
require './test.pl';
skip_all_without_dynamic_extension('Encode');
- skip_all("EBCDIC") if $::IS_EBCDIC;
+ skip_all("no encoding pragma in EBCDIC") if $::IS_EBCDIC;
skip_all_without_perlio();
}
diff --git a/t/uni/tr_7jis.t b/t/uni/tr_7jis.t
index 9bedaaad7b..d1735f9938 100644
--- a/t/uni/tr_7jis.t
+++ b/t/uni/tr_7jis.t
@@ -8,7 +8,7 @@ BEGIN {
chdir 't' if -d 't';
require './test.pl';
skip_all_without_dynamic_extension('Encode');
- skip_all("EBCDIC") if $::IS_EBCDIC;
+ skip_all("no encoding pragma in EBCDIC") if $::IS_EBCDIC;
skip_all_without_perlio();
}
diff --git a/t/uni/tr_eucjp.t b/t/uni/tr_eucjp.t
index 99ae2fdab9..c5cccfa561 100644
--- a/t/uni/tr_eucjp.t
+++ b/t/uni/tr_eucjp.t
@@ -7,7 +7,7 @@ BEGIN {
chdir 't' if -d 't';
require './test.pl';
skip_all_without_dynamic_extension('Encode');
- skip_all("EBCDIC") if $::IS_EBCDIC;
+ skip_all("no encoding pragma in EBCDIC") if $::IS_EBCDIC;
skip_all_without_perlio();
}
diff --git a/t/uni/tr_sjis.t b/t/uni/tr_sjis.t
index 84a9ca5945..fec525d649 100644
--- a/t/uni/tr_sjis.t
+++ b/t/uni/tr_sjis.t
@@ -7,7 +7,7 @@ BEGIN {
chdir 't' if -d 't';
require './test.pl';
skip_all_without_dynamic_extension('Encode');
- skip_all("EBCDIC") if $::IS_EBCDIC;
+ skip_all("no encoding pragma in EBCDIC") if $::IS_EBCDIC;
skip_all_without_perlio();
}
diff --git a/t/uni/tr_utf8.t b/t/uni/tr_utf8.t
index ee96e8be1d..59782f1d5c 100644
--- a/t/uni/tr_utf8.t
+++ b/t/uni/tr_utf8.t
@@ -8,7 +8,7 @@ BEGIN {
chdir 't' if -d 't';
require './test.pl';
skip_all_without_dynamic_extension('Encode');
- skip_all("EBCDIC") if $::IS_EBCDIC;
+ skip_all("no encoding pragma in EBCDIC") if $::IS_EBCDIC;
skip_all_without_perlio();
}