This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
This one goes up to 11
[perl5.git] / Porting / deparse-skips.txt
... / ...
CommitLineData
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
34../cpan/Scalar-List-Utils/t/proto.t
35../cpan/Term-ANSIColor/t/taint/basic.t
36../cpan/autodie/t/internal.t
37../cpan/AutoLoader/t/01AutoLoader.t
38../cpan/CGI/t/utf8.t
39../cpan/ExtUtils-MakeMaker/t/xs.t
40../cpan/File-Path/t/taint.t
41../cpan/Module-Build/t/manifypods_with_utf8.t
42../cpan/Socket/t/sockaddr.t
43../cpan/Term-ANSIColor/t/taint.t
44../cpan/Test-Simple/t/Builder/carp.t
45../cpan/Test-Simple/t/fail-more.t
46../cpan/Test-Simple/t/is_deeply_fail.t
47../cpan/Test-Simple/t/plan.t
48../cpan/Test-Simple/t/plan_bad.t
49../cpan/Test-Simple/t/subtest/line_numbers.t
50../cpan/Test-Simple/t/subtest/predicate.t
51../cpan/autodie/t/00-load.t
52../cpan/autodie/t/autodie.t
53../cpan/autodie/t/blog_hints.t
54../cpan/autodie/t/caller.t
55../cpan/autodie/t/chmod.t
56../cpan/autodie/t/chown.t
57../cpan/autodie/t/context.t
58../cpan/autodie/t/context_lexical.t
59../cpan/autodie/t/crickey.t
60../cpan/autodie/t/dbmopen.t
61../cpan/autodie/t/eval_error.t
62../cpan/autodie/t/exception_class.t
63../cpan/autodie/t/exceptions.t
64../cpan/autodie/t/exec.t
65../cpan/autodie/t/filehandles.t
66../cpan/autodie/t/hints.t
67../cpan/autodie/t/hints_insist.t
68../cpan/autodie/t/hints_pod_examples.t
69../cpan/autodie/t/hints_provider_does.t
70../cpan/autodie/t/hints_provider_easy_does_it.t
71../cpan/autodie/t/hints_provider_isa.t
72../cpan/autodie/t/kill.t
73../cpan/autodie/t/lethal.t
74../cpan/autodie/t/open.t
75../cpan/autodie/t/recv.t
76../cpan/autodie/t/repeat.t
77../cpan/autodie/t/scope_leak.t
78../cpan/autodie/t/sysopen.t
79../cpan/autodie/t/user-context.t
80../cpan/autodie/t/usersub.t
81../cpan/autodie/t/utf8_open.t
82../cpan/autodie/t/utime.t
83../cpan/autodie/t/version_tag.t
84../cpan/podlators/t/basic.t
85../dist/Attribute-Handlers/t/constants.t
86../dist/Attribute-Handlers/t/data_convert.t
87../dist/Attribute-Handlers/t/linerep.t
88../dist/Attribute-Handlers/t/multi.t
89../dist/Carp/t/Carp.t
90../dist/Data-Dumper/t/dumper.t
91../dist/Exporter/t/Exporter.t
92../dist/Filter-Simple/t/data.t
93../dist/IO/t/io_file_export.t
94../dist/IO/t/io_multihomed.t
95../dist/IO/t/io_sel.t
96../dist/IO/t/io_udp.t
97../dist/Locale-Maketext/t/01_about_verbose.t
98../dist/Locale-Maketext/t/10_make.t
99../dist/Locale-Maketext/t/20_get.t
100../dist/Locale-Maketext/t/40_super.t
101../dist/Locale-Maketext/t/50_super.t
102../dist/Locale-Maketext/t/60_super.t
103../dist/Locale-Maketext/t/70_fail_auto.t
104../dist/Locale-Maketext/t/91_backslash.t
105../dist/Math-BigInt/t/const_mbf.t
106../dist/Math-BigInt/t/constant.t
107../dist/PathTools/t/cwd.t
108../dist/Storable/t/blessed.t
109../dist/Storable/t/croak.t
110../dist/Thread-Queue/t/08_nothreads.t
111../dist/bignum/t/big_e_pi.t
112../dist/bignum/t/bigexp.t
113../dist/bignum/t/bigint.t
114../dist/bignum/t/bignum.t
115../dist/bignum/t/bigrat.t
116../dist/bignum/t/bii_e_pi.t
117../dist/bignum/t/bir_e_pi.t
118../dist/bignum/t/in_effect.t
119../dist/bignum/t/option_a.t
120../dist/bignum/t/option_l.t
121../dist/bignum/t/option_p.t
122../dist/bignum/t/overrides.t
123../dist/bignum/t/ratopt_a.t
124../dist/bignum/t/scope_f.t
125../dist/bignum/t/scope_i.t
126../dist/bignum/t/scope_r.t
127../dist/constant/t/constant.t
128../dist/threads/t/err.t
129../dist/threads/t/exit.t
130../dist/threads/t/kill2.t
131../dist/threads/t/libc.t
132../dist/threads/t/thread.t
133../ext/B/t/b.t
134../ext/B/t/optree_constants.t
135../ext/B/t/optree_samples.t
136../ext/B/t/xref.t
137../ext/Devel-Peek/t/Peek.t
138../ext/File-Glob/t/taint.t
139../ext/Hash-Util/t/Util.t
140../ext/IPC-Open3/t/IPC-Open2.t
141../ext/IPC-Open3/t/IPC-Open3.t
142../ext/XS-APItest/t/autoload.t
143../ext/XS-APItest/t/blockhooks.t
144../ext/XS-APItest/t/call_checker.t
145../ext/XS-APItest/t/cleanup.t
146../ext/XS-APItest/t/fetch_pad_names.t
147../ext/XS-APItest/t/svpeek.t
148../lib/DB.t
149../lib/English.t
150../lib/File/Basename.t
151../lib/charnames.t
152../lib/overload.t
153base/lex.t # checks regexp stringification
154comp/final_line_num.t # tests syntax error after BEGIN block
155comp/fold.t # mutability of folded constants
156comp/parser.t # crazy #line directives ==> shell syntax errors
157mro/isarev.t
158mro/isarev_utf8.t
159op/attrhand.t # Custom attrs ignored; also AH provides none
160op/attrs.t # [perl #70205] my attrs
161op/caller.t
162op/each.t # utf8ness of deparsed strings
163op/getpid.t # [perl #70205] my attrs
164op/goto.t
165op/gv.t # glob copy constants
166op/index.t
167op/join.t # mutability of folded constants
168op/length.t # utf8ness of deparsed strings
169op/lexsub.t
170op/local.t
171op/not.t
172op/overload_integer.t
173op/override.t
174op/pack.t
175op/postfixderef.t
176op/range.t
177op/readline.t
178op/srand.t
179op/sub.t
180op/sub_lval.t
181op/switch.t
182op/symbolcache.t
183op/taint.t
184op/vec.t
185op/warn.t
186op/write.t
187porting/globvar.t
188re/overload.t # [perl #123385] %^H output
189re/pat.t # [perl #90590]
190re/pat_advanced.t # [perl #123417]
191re/pat_rt_report.t # malformed utf8 constant; also /\c@/ -> /\c\@/
192re/reg_fold.t # [perl #123385] %^H output
193re/regex_sets.t
194re/regexp_unicode_prop.t
195re/rxcode.t # checks regexp stringification
196re/subst.t
197run/switchI.t # -I on #! line is not deparsed
198run/switchd-78586.t # -I on #! line is not deparsed
199uni/attrs.t
200uni/bless.t
201uni/gv.t
202uni/labels.t
203uni/lex_utf8.t
204uni/method.t
205uni/package.t
206uni/parser.t
207uni/readline.t
208uni/select.t
209uni/stash.t
210uni/tie.t
211uni/universal.t
212
213__DEPARSE_SKIPS__
214
215op/smartkve.t # Gobbles up all memory...
216comp/redef.t # Redefinition happens at compile time
217../lib/locale.t # Memory...