This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
PATCH: [perl #121292] wrong perlunicode BOM claims
[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
MH
39../cpan/ExtUtils-MakeMaker/t/xs.t
40../cpan/File-Path/t/taint.t
2722144b 41../cpan/Module-Build/t/manifypods_with_utf8.t
2722144b
MH
42../cpan/Socket/t/sockaddr.t
43../cpan/Term-ANSIColor/t/taint.t
2722144b
MH
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
2722144b
MH
47../cpan/Test-Simple/t/plan.t
48../cpan/Test-Simple/t/plan_bad.t
2722144b
MH
49../cpan/Test-Simple/t/subtest/line_numbers.t
50../cpan/Test-Simple/t/subtest/predicate.t
2722144b
MH
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
2722144b
MH
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
2722144b 84../cpan/podlators/t/basic.t
2722144b
MH
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
2722144b 90../dist/Data-Dumper/t/dumper.t
2722144b 91../dist/Exporter/t/Exporter.t
2722144b 92../dist/Filter-Simple/t/data.t
2722144b
MH
93../dist/IO/t/io_file_export.t
94../dist/IO/t/io_multihomed.t
95../dist/IO/t/io_sel.t
2722144b 96../dist/IO/t/io_udp.t
2722144b
MH
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
2722144b
MH
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
2722144b
MH
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
2722144b 110../dist/Thread-Queue/t/08_nothreads.t
2722144b
MH
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
2722144b
MH
136../ext/B/t/xref.t
137../ext/Devel-Peek/t/Peek.t
2722144b 138../ext/File-Glob/t/taint.t
2722144b
MH
139../ext/Hash-Util/t/Util.t
140../ext/IPC-Open3/t/IPC-Open2.t
141../ext/IPC-Open3/t/IPC-Open3.t
2722144b 142../ext/XS-APItest/t/autoload.t
2722144b
MH
143../ext/XS-APItest/t/blockhooks.t
144../ext/XS-APItest/t/call_checker.t
2722144b 145../ext/XS-APItest/t/cleanup.t
2722144b 146../ext/XS-APItest/t/fetch_pad_names.t
2722144b 147../ext/XS-APItest/t/svpeek.t
2722144b 148../lib/DB.t
2722144b
MH
149../lib/English.t
150../lib/File/Basename.t
2722144b 151../lib/charnames.t
2722144b 152../lib/overload.t
b987188d
FC
153base/lex.t # checks regexp stringification
154comp/final_line_num.t # tests syntax error after BEGIN block
155comp/fold.t # mutability of folded constants
fc97bab8 156comp/parser.t # crazy #line directives ==> shell syntax errors
2722144b
MH
157mro/isarev.t
158mro/isarev_utf8.t
58cc8a90 159op/attrhand.t # Custom attrs ignored; also AH provides none
80bfc4e0 160op/attrs.t # [perl #70205] my attrs
2722144b 161op/caller.t
9a52f052 162op/each.t # utf8ness of deparsed strings
80bfc4e0 163op/getpid.t # [perl #70205] my attrs
2722144b 164op/goto.t
03b8ad7c 165op/gv.t # glob copy constants
2722144b 166op/index.t
33b2e2bc
FC
167op/join.t # mutability of folded constants
168op/length.t # utf8ness of deparsed strings
2722144b
MH
169op/lexsub.t
170op/local.t
2722144b 171op/not.t
2722144b
MH
172op/overload_integer.t
173op/override.t
174op/pack.t
2722144b 175op/postfixderef.t
2722144b
MH
176op/range.t
177op/readline.t
2722144b 178op/srand.t
2722144b
MH
179op/sub.t
180op/sub_lval.t
2722144b
MH
181op/switch.t
182op/symbolcache.t
183op/taint.t
2722144b 184op/vec.t
2722144b
MH
185op/warn.t
186op/write.t
2722144b 187porting/globvar.t
80683cb9 188re/overload.t # [perl #123385] %^H output
c2a07c6e 189re/pat.t # [perl #90590]
26e000b3 190re/pat_advanced.t # [perl #123417]
44185149 191re/pat_rt_report.t # malformed utf8 constant; also /\c@/ -> /\c\@/
80683cb9 192re/reg_fold.t # [perl #123385] %^H output
2722144b
MH
193re/regex_sets.t
194re/regexp_unicode_prop.t
ff4e650e 195re/rxcode.t # checks regexp stringification
2722144b 196re/subst.t
e2a3d7d3 197run/switchI.t # -I on #! line is not deparsed
64577aab 198run/switchd-78586.t # -I on #! line is not deparsed
2722144b
MH
199uni/attrs.t
200uni/bless.t
2722144b
MH
201uni/gv.t
202uni/labels.t
2722144b
MH
203uni/lex_utf8.t
204uni/method.t
2722144b
MH
205uni/package.t
206uni/parser.t
207uni/readline.t
208uni/select.t
2722144b
MH
209uni/stash.t
210uni/tie.t
2722144b 211uni/universal.t
2722144b
MH
212
213__DEPARSE_SKIPS__
214
215op/smartkve.t # Gobbles up all memory...
216comp/redef.t # Redefinition happens at compile time
2722144b 217../lib/locale.t # Memory...