summaryrefslogtreecommitdiff
path: root/Porting/deparse-skips.txt
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2017-02-24 17:35:57 +0000
committerDavid Mitchell <davem@iabyn.com>2017-06-05 12:52:18 +0100
commitf19f3753c9ff41b99bd94699c215943a1b59d2ef (patch)
treeb94b997e1ce0d47c0fe39bc2da1d8ff4f625a9bb /Porting/deparse-skips.txt
parent7a4a81c99a2e1dd2397d2007137a2290ddcdfb73 (diff)
downloadperl-f19f3753c9ff41b99bd94699c215943a1b59d2ef.tar.gz
sort Porting/deparse-skips.txt
have core test first, then cpan/dist etc. Sort alphabetically within each category
Diffstat (limited to 'Porting/deparse-skips.txt')
-rw-r--r--Porting/deparse-skips.txt172
1 files changed, 86 insertions, 86 deletions
diff --git a/Porting/deparse-skips.txt b/Porting/deparse-skips.txt
index 0d386db5ab..6c59876cb8 100644
--- a/Porting/deparse-skips.txt
+++ b/Porting/deparse-skips.txt
@@ -31,29 +31,70 @@
__DEPARSE_FAILURES__
-../cpan/Scalar-List-Utils/t/proto.t
-../cpan/autodie/t/internal.t
-../cpan/AutoLoader/t/01AutoLoader.t
-../cpan/CGI/t/utf8.t
-../cpan/ExtUtils-MakeMaker/t/xs.t
-../cpan/File-Path/t/taint.t
-../cpan/Module-Build/t/manifypods_with_utf8.t
-../cpan/Socket/t/sockaddr.t
-../cpan/Term-ANSIColor/t/taint.t
-../cpan/Test-Simple/t/Builder/carp.t
-../cpan/Test-Simple/t/fail-more.t
-../cpan/Test-Simple/t/is_deeply_fail.t
-../cpan/Test-Simple/t/plan.t
-../cpan/Test-Simple/t/plan_bad.t
-../cpan/Test-Simple/t/subtest/line_numbers.t
-../cpan/Test-Simple/t/subtest/predicate.t
+base/lex.t # checks regexp stringification
+comp/final_line_num.t # tests syntax error after BEGIN block
+comp/fold.t # mutability of folded constants
+comp/parser.t # crazy #line directives ==> shell syntax errors
+mro/isarev.t
+mro/isarev_utf8.t
+op/attrhand.t # Custom attrs ignored; also AH provides none
+op/caller.t
+op/each.t # utf8ness of deparsed strings
+op/goto.t
+op/gv.t # glob copy constants
+op/index.t
+op/join.t # mutability of folded constants
+op/length.t # utf8ness of deparsed strings
+op/lexsub.t
+op/local.t
+op/not.t
+op/overload_integer.t
+op/override.t
+op/pack.t
+op/postfixderef.t
+op/range.t
+op/readline.t
+op/srand.t
+op/sub_lval.t
+op/sub.t
+op/switch.t
+op/symbolcache.t
+op/taint.t
+op/vec.t
+op/warn.t
+op/write.t
+porting/globvar.t
+re/overload.t # [perl #123385] %^H output
+re/pat_advanced.t # [perl #123417]
+re/pat_rt_report.t # malformed utf8 constant; also /\c@/ -> /\c\@/
+re/pat.t # [perl #90590]
+re/regexp_unicode_prop.t
+re/regex_sets.t
+re/reg_fold.t # [perl #123385] %^H output
+re/rxcode.t # checks regexp stringification
+re/subst.t
+run/switchd-78586.t # -I on #! line is not deparsed
+run/switchI.t # -I on #! line is not deparsed
+uni/attrs.t
+uni/bless.t
+uni/gv.t
+uni/labels.t
+uni/lex_utf8.t
+uni/method.t
+uni/package.t
+uni/parser.t
+uni/readline.t
+uni/select.t
+uni/stash.t
+uni/tie.t
+uni/universal.t
../cpan/autodie/t/autodie.t
../cpan/autodie/t/blog_hints.t
../cpan/autodie/t/caller.t
../cpan/autodie/t/chmod.t
../cpan/autodie/t/chown.t
-../cpan/autodie/t/context.t
../cpan/autodie/t/context_lexical.t
+../cpan/autodie/t/context.t
../cpan/autodie/t/crickey.t
../cpan/autodie/t/dbmopen.t
../cpan/autodie/t/eval_error.t
@@ -61,12 +102,13 @@ __DEPARSE_FAILURES__
../cpan/autodie/t/exceptions.t
../cpan/autodie/t/exec.t
../cpan/autodie/t/filehandles.t
-../cpan/autodie/t/hints.t
../cpan/autodie/t/hints_insist.t
../cpan/autodie/t/hints_pod_examples.t
../cpan/autodie/t/hints_provider_does.t
../cpan/autodie/t/hints_provider_easy_does_it.t
../cpan/autodie/t/hints_provider_isa.t
+../cpan/autodie/t/hints.t
+../cpan/autodie/t/internal.t
../cpan/autodie/t/kill.t
../cpan/autodie/t/lethal.t
../cpan/autodie/t/open.t
@@ -79,21 +121,26 @@ __DEPARSE_FAILURES__
../cpan/autodie/t/utf8_open.t
../cpan/autodie/t/utime.t
../cpan/autodie/t/version_tag.t
+../cpan/AutoLoader/t/01AutoLoader.t
+../cpan/CGI/t/utf8.t
+../cpan/ExtUtils-MakeMaker/t/xs.t
+../cpan/File-Path/t/taint.t
+../cpan/Module-Build/t/manifypods_with_utf8.t
../cpan/podlators/t/basic.t
+../cpan/Scalar-List-Utils/t/proto.t
+../cpan/Socket/t/sockaddr.t
+../cpan/Term-ANSIColor/t/taint.t
+../cpan/Test-Simple/t/Builder/carp.t
+../cpan/Test-Simple/t/fail-more.t
+../cpan/Test-Simple/t/is_deeply_fail.t
+../cpan/Test-Simple/t/plan_bad.t
+../cpan/Test-Simple/t/plan.t
+../cpan/Test-Simple/t/subtest/line_numbers.t
+../cpan/Test-Simple/t/subtest/predicate.t
../dist/Attribute-Handlers/t/constants.t
../dist/Attribute-Handlers/t/data_convert.t
../dist/Attribute-Handlers/t/linerep.t
../dist/Attribute-Handlers/t/multi.t
-../dist/Carp/t/Carp.t
-../dist/Data-Dumper/t/dumper.t
-../dist/Exporter/t/Exporter.t
-../dist/Filter-Simple/t/data.t
-../dist/IO/t/io_sel.t
-../dist/Math-BigInt/t/const_mbf.t
-../dist/Math-BigInt/t/constant.t
-../dist/PathTools/t/cwd.t
-../dist/Storable/t/blessed.t
-../dist/Storable/t/croak.t
../dist/bignum/t/big_e_pi.t
../dist/bignum/t/bigexp.t
../dist/bignum/t/bigint.t
@@ -110,7 +157,17 @@ __DEPARSE_FAILURES__
../dist/bignum/t/scope_f.t
../dist/bignum/t/scope_i.t
../dist/bignum/t/scope_r.t
+../dist/Carp/t/Carp.t
../dist/constant/t/constant.t
+../dist/Data-Dumper/t/dumper.t
+../dist/Exporter/t/Exporter.t
+../dist/Filter-Simple/t/data.t
+../dist/IO/t/io_sel.t
+../dist/Math-BigInt/t/constant.t
+../dist/Math-BigInt/t/const_mbf.t
+../dist/PathTools/t/cwd.t
+../dist/Storable/t/blessed.t
+../dist/Storable/t/croak.t
../ext/B/t/b.t
../ext/B/t/optree_constants.t
../ext/B/t/optree_samples.t
@@ -124,66 +181,9 @@ __DEPARSE_FAILURES__
../ext/XS-APItest/t/cleanup.t
../ext/XS-APItest/t/fetch_pad_names.t
../ext/XS-APItest/t/svpeek.t
-../lib/English.t
../lib/charnames.t
+../lib/English.t
../lib/overload.t
-base/lex.t # checks regexp stringification
-comp/final_line_num.t # tests syntax error after BEGIN block
-comp/fold.t # mutability of folded constants
-comp/parser.t # crazy #line directives ==> shell syntax errors
-mro/isarev.t
-mro/isarev_utf8.t
-op/attrhand.t # Custom attrs ignored; also AH provides none
-op/caller.t
-op/each.t # utf8ness of deparsed strings
-op/goto.t
-op/gv.t # glob copy constants
-op/index.t
-op/join.t # mutability of folded constants
-op/length.t # utf8ness of deparsed strings
-op/lexsub.t
-op/local.t
-op/not.t
-op/overload_integer.t
-op/override.t
-op/pack.t
-op/postfixderef.t
-op/range.t
-op/readline.t
-op/srand.t
-op/sub.t
-op/sub_lval.t
-op/switch.t
-op/symbolcache.t
-op/taint.t
-op/vec.t
-op/warn.t
-op/write.t
-porting/globvar.t
-re/overload.t # [perl #123385] %^H output
-re/pat.t # [perl #90590]
-re/pat_advanced.t # [perl #123417]
-re/pat_rt_report.t # malformed utf8 constant; also /\c@/ -> /\c\@/
-re/reg_fold.t # [perl #123385] %^H output
-re/regex_sets.t
-re/regexp_unicode_prop.t
-re/rxcode.t # checks regexp stringification
-re/subst.t
-run/switchI.t # -I on #! line is not deparsed
-run/switchd-78586.t # -I on #! line is not deparsed
-uni/attrs.t
-uni/bless.t
-uni/gv.t
-uni/labels.t
-uni/lex_utf8.t
-uni/method.t
-uni/package.t
-uni/parser.t
-uni/readline.t
-uni/select.t
-uni/stash.t
-uni/tie.t
-uni/universal.t
__DEPARSE_SKIPS__