This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
bump version to v5.25.1: now open for business
[perl5.git] / Porting / deparse-skips.txt
CommitLineData
2722144b
MH
1# List of test files to ignore/skip for deparse tests.
2#
3# This is used by t/TEST.
4#
5# Those under DEPARSE_FAILURES are ones that we need to fix or
6# we expect to fail. These tests will still be run and checked to
7# see if they fail as expected.
8#
9# Those under DEPARSE_SKIPS we don't want to even attempt running
10# because they might do bad things to our system (memory exhaustion,
11# etc), so they will be completely skipped from the test run.
12#
13# Paths are relative from t/
14#
15# Paths that end with '/' are directories to skip entirely
16#
17# Format:
18# __DEPARSE_FAILURES__
19# ../path/to/test1
20# ../path/to/test2
21# ../dir/to/skip/
22#
23# __DEPARSE_SKIPS__
24# ../path/to/test3
25# ../path/to/test4
26#
27# # This is a comment
28# ../path/to/test5 # More comments at end of line
29#
30# # Blank lines okay
31
32__DEPARSE_FAILURES__
33
2722144b
MH
34../cpan/Scalar-List-Utils/t/proto.t
35../cpan/Term-ANSIColor/t/taint/basic.t
36../cpan/autodie/t/internal.t
2722144b
MH
37../cpan/AutoLoader/t/01AutoLoader.t
38../cpan/CGI/t/utf8.t
2722144b 39../cpan/Encode/t/enc_data.t
2722144b 40../cpan/Encode/t/encoding.t
2722144b 41../cpan/Encode/t/jperl.t
d393d7e5
CBW
42../cpan/ExtUtils-Install/t/Installapi2.t
43../cpan/ExtUtils-Install/t/Packlist.t
2722144b 44../cpan/ExtUtils-MakeMaker/t/xs.t
854a00d8 45../cpan/ExtUtils-Manifest/t/Manifest.t
2722144b
MH
46../cpan/File-Path/t/taint.t
47../cpan/File-Temp/t/object.t
2722144b
MH
48../cpan/IO-Compress/t/050interop-gzip.t
49../cpan/IO-Compress/t/cz-08encoding.t
2722144b 50../cpan/Module-Build/t/manifypods_with_utf8.t
2722144b
MH
51../cpan/Socket/t/sockaddr.t
52../cpan/Term-ANSIColor/t/taint.t
2722144b
MH
53../cpan/Test-Simple/t/Builder/carp.t
54../cpan/Test-Simple/t/fail-more.t
55../cpan/Test-Simple/t/is_deeply_fail.t
2722144b
MH
56../cpan/Test-Simple/t/plan.t
57../cpan/Test-Simple/t/plan_bad.t
2722144b
MH
58../cpan/Test-Simple/t/subtest/line_numbers.t
59../cpan/Test-Simple/t/subtest/predicate.t
2722144b
MH
60../cpan/autodie/t/00-load.t
61../cpan/autodie/t/autodie.t
62../cpan/autodie/t/blog_hints.t
63../cpan/autodie/t/caller.t
64../cpan/autodie/t/chmod.t
65../cpan/autodie/t/chown.t
66../cpan/autodie/t/context.t
67../cpan/autodie/t/context_lexical.t
68../cpan/autodie/t/crickey.t
69../cpan/autodie/t/dbmopen.t
70../cpan/autodie/t/eval_error.t
71../cpan/autodie/t/exception_class.t
72../cpan/autodie/t/exceptions.t
73../cpan/autodie/t/exec.t
74../cpan/autodie/t/filehandles.t
2722144b
MH
75../cpan/autodie/t/hints.t
76../cpan/autodie/t/hints_insist.t
77../cpan/autodie/t/hints_pod_examples.t
78../cpan/autodie/t/hints_provider_does.t
79../cpan/autodie/t/hints_provider_easy_does_it.t
80../cpan/autodie/t/hints_provider_isa.t
81../cpan/autodie/t/kill.t
82../cpan/autodie/t/lethal.t
83../cpan/autodie/t/open.t
84../cpan/autodie/t/recv.t
85../cpan/autodie/t/repeat.t
86../cpan/autodie/t/scope_leak.t
87../cpan/autodie/t/sysopen.t
88../cpan/autodie/t/user-context.t
89../cpan/autodie/t/usersub.t
90../cpan/autodie/t/utf8_open.t
91../cpan/autodie/t/utime.t
92../cpan/autodie/t/version_tag.t
2722144b 93../cpan/podlators/t/basic.t
2722144b
MH
94../dist/Attribute-Handlers/t/constants.t
95../dist/Attribute-Handlers/t/data_convert.t
96../dist/Attribute-Handlers/t/linerep.t
97../dist/Attribute-Handlers/t/multi.t
98../dist/Carp/t/Carp.t
2722144b 99../dist/Data-Dumper/t/dumper.t
2722144b 100../dist/Exporter/t/Exporter.t
2722144b
MH
101../dist/Filter-Simple/t/data.t
102../dist/I18N-LangTags/t/50_super.t
103../dist/IO/t/io_file_export.t
104../dist/IO/t/io_multihomed.t
105../dist/IO/t/io_sel.t
2722144b 106../dist/IO/t/io_udp.t
2722144b
MH
107../dist/Locale-Maketext/t/01_about_verbose.t
108../dist/Locale-Maketext/t/10_make.t
109../dist/Locale-Maketext/t/20_get.t
2722144b
MH
110../dist/Locale-Maketext/t/40_super.t
111../dist/Locale-Maketext/t/50_super.t
112../dist/Locale-Maketext/t/60_super.t
113../dist/Locale-Maketext/t/70_fail_auto.t
2722144b
MH
114../dist/Locale-Maketext/t/91_backslash.t
115../dist/Math-BigInt/t/const_mbf.t
116../dist/Math-BigInt/t/constant.t
117../dist/PathTools/t/cwd.t
118../dist/Storable/t/blessed.t
119../dist/Storable/t/croak.t
2722144b
MH
120../dist/Term-ReadLine/t/ReadLine.t
121../dist/Thread-Queue/t/08_nothreads.t
2722144b
MH
122../dist/Tie-File/t/42_offset.t
123../dist/bignum/t/big_e_pi.t
124../dist/bignum/t/bigexp.t
125../dist/bignum/t/bigint.t
126../dist/bignum/t/bignum.t
127../dist/bignum/t/bigrat.t
128../dist/bignum/t/bii_e_pi.t
129../dist/bignum/t/bir_e_pi.t
130../dist/bignum/t/in_effect.t
131../dist/bignum/t/option_a.t
132../dist/bignum/t/option_l.t
133../dist/bignum/t/option_p.t
134../dist/bignum/t/overrides.t
135../dist/bignum/t/ratopt_a.t
136../dist/bignum/t/scope_f.t
137../dist/bignum/t/scope_i.t
138../dist/bignum/t/scope_r.t
139../dist/constant/t/constant.t
140../dist/threads/t/err.t
141../dist/threads/t/exit.t
142../dist/threads/t/kill2.t
143../dist/threads/t/libc.t
144../dist/threads/t/thread.t
145../ext/B/t/b.t
146../ext/B/t/optree_constants.t
147../ext/B/t/optree_samples.t
2722144b
MH
148../ext/B/t/xref.t
149../ext/Devel-Peek/t/Peek.t
150../ext/File-Glob/t/basic.t
151../ext/File-Glob/t/taint.t
2722144b
MH
152../ext/Hash-Util/t/Util.t
153../ext/IPC-Open3/t/IPC-Open2.t
154../ext/IPC-Open3/t/IPC-Open3.t
155../ext/Opcode/t/Opcode.t
2722144b
MH
156../ext/PerlIO-via/t/via.t
157../ext/XS-APItest/t/autoload.t
2722144b
MH
158../ext/XS-APItest/t/blockhooks.t
159../ext/XS-APItest/t/call_checker.t
2722144b 160../ext/XS-APItest/t/cleanup.t
2722144b 161../ext/XS-APItest/t/fetch_pad_names.t
2722144b
MH
162../ext/XS-APItest/t/overload.t
163../ext/XS-APItest/t/svpeek.t
2722144b 164../ext/XS-APItest/t/xsub_h.t
2722144b
MH
165../lib/DB.t
166../lib/DBM_Filter/t/01error.t
167../lib/DBM_Filter/t/02core.t
168../lib/DBM_Filter/t/compress.t
169../lib/DBM_Filter/t/encode.t
170../lib/DBM_Filter/t/int32.t
171../lib/DBM_Filter/t/null.t
172../lib/DBM_Filter/t/utf8.t
173../lib/English.t
174../lib/File/Basename.t
2722144b 175../lib/charnames.t
2722144b
MH
176../lib/less.t
177../lib/overload.t
b987188d
FC
178base/lex.t # checks regexp stringification
179comp/final_line_num.t # tests syntax error after BEGIN block
180comp/fold.t # mutability of folded constants
fc97bab8 181comp/parser.t # crazy #line directives ==> shell syntax errors
2722144b
MH
182mro/isarev.t
183mro/isarev_utf8.t
58cc8a90 184op/attrhand.t # Custom attrs ignored; also AH provides none
80bfc4e0 185op/attrs.t # [perl #70205] my attrs
2722144b 186op/caller.t
9a52f052 187op/each.t # utf8ness of deparsed strings
80bfc4e0 188op/getpid.t # [perl #70205] my attrs
2722144b 189op/goto.t
03b8ad7c 190op/gv.t # glob copy constants
2722144b 191op/index.t
33b2e2bc
FC
192op/join.t # mutability of folded constants
193op/length.t # utf8ness of deparsed strings
2722144b
MH
194op/lexsub.t
195op/local.t
2722144b 196op/not.t
2722144b
MH
197op/overload_integer.t
198op/override.t
199op/pack.t
2722144b 200op/postfixderef.t
2722144b
MH
201op/range.t
202op/readline.t
2722144b 203op/signatures.t
2722144b 204op/split.t
2722144b 205op/srand.t
2722144b
MH
206op/sub.t
207op/sub_lval.t
2722144b
MH
208op/switch.t
209op/symbolcache.t
210op/taint.t
2722144b 211op/vec.t
2722144b
MH
212op/warn.t
213op/write.t
2722144b 214porting/globvar.t
80683cb9 215re/overload.t # [perl #123385] %^H output
c2a07c6e 216re/pat.t # [perl #90590]
26e000b3 217re/pat_advanced.t # [perl #123417]
44185149 218re/pat_rt_report.t # malformed utf8 constant; also /\c@/ -> /\c\@/
80683cb9 219re/reg_fold.t # [perl #123385] %^H output
2722144b
MH
220re/regex_sets.t
221re/regexp_unicode_prop.t
ff4e650e 222re/rxcode.t # checks regexp stringification
2722144b 223re/subst.t
e2a3d7d3 224run/switchI.t # -I on #! line is not deparsed
64577aab 225run/switchd-78586.t # -I on #! line is not deparsed
2722144b
MH
226uni/attrs.t
227uni/bless.t
2722144b
MH
228uni/greek.t
229uni/gv.t
230uni/labels.t
231uni/latin2.t
232uni/lex_utf8.t
233uni/method.t
2722144b
MH
234uni/package.t
235uni/parser.t
236uni/readline.t
237uni/select.t
2722144b
MH
238uni/stash.t
239uni/tie.t
2722144b 240uni/universal.t
2722144b
MH
241
242__DEPARSE_SKIPS__
243
244op/smartkve.t # Gobbles up all memory...
245comp/redef.t # Redefinition happens at compile time
246lib/Switch/t/ # B::Deparse doesn't support source filtering
247../lib/locale.t # Memory...