This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
embed.fnc: Mark unlnk as Core only
[perl5.git] / Porting / deparse-skips.txt
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 base/lex.t                # checks regexp stringification
35 comp/final_line_num.t     # tests syntax error after BEGIN block
36 comp/fold.t               # mutability of folded constants
37 comp/parser.t             # crazy #line directives ==> shell syntax errors
38 mro/basic_01_c3_utf8.t
39 mro/basic_01_dfs_utf8.t
40 mro/complex_c3_utf8.t
41 mro/isarev.t
42 mro/isarev_utf8.t
43 op/attrhand.t             # Custom attrs ignored; also AH provides none
44 op/caller.t
45 op/each.t                 # utf8ness of deparsed strings
46 op/goto.t
47 op/gv.t                   # glob copy constants
48 op/hexfp.t
49 op/index.t
50 op/join.t                 # mutability of folded constants
51 op/length.t               # utf8ness of deparsed strings
52 op/lexsub.t
53 op/local.t
54 op/lvref.t
55 op/not.t
56 op/overload_integer.t
57 op/override.t
58 op/pack.t
59 op/postfixderef.t
60 op/range.t
61 op/readline.t
62 op/srand.t
63 op/sub_lval.t
64 op/sub.t
65 op/switch.t
66 op/symbolcache.t
67 op/taint.t
68 op/vec.t
69 op/warn.t
70 op/write.t
71 porting/globvar.t
72 re/overload.t             # [perl #123385] %^H output
73 re/pat_advanced.t         # [perl #123417]
74 re/pat_rt_report.t        # malformed utf8 constant; also /\c@/ -> /\c\@/
75 re/pat.t                  # [perl #90590]
76 re/regex_sets.t
77 re/reg_fold.t             # [perl #123385] %^H output
78 re/rxcode.t               # checks regexp stringification
79 re/subst.t
80 run/switchd-78586.t       # -I on #! line is not deparsed
81 run/switchI.t             # -I on #! line is not deparsed
82 uni/attrs.t
83 uni/bless.t
84 uni/gv.t
85 uni/labels.t
86 uni/lex_utf8.t
87 uni/method.t
88 uni/package.t
89 uni/parser.t
90 uni/readline.t
91 uni/select.t
92 uni/stash.t
93 uni/tie.t
94 uni/universal.t
95 uni/variables.t
96 ../cpan/Archive-Tar/t/03_file.t         # constant sub ref: FOO->()
97 ../cpan/autodie/t/autodie.t
98 ../cpan/autodie/t/basic_exceptions.t
99 ../cpan/autodie/t/binmode.t
100 ../cpan/autodie/t/blog_hints.t
101 ../cpan/autodie/t/caller.t
102 ../cpan/autodie/t/chmod.t
103 ../cpan/autodie/t/chown.t
104 ../cpan/autodie/t/context_lexical.t
105 ../cpan/autodie/t/context.t
106 ../cpan/autodie/t/crickey.t
107 ../cpan/autodie/t/dbmopen.t
108 ../cpan/autodie/t/eval_error.t
109 ../cpan/autodie/t/exception_class.t
110 ../cpan/autodie/t/exceptions.t
111 ../cpan/autodie/t/exec.t
112 ../cpan/autodie/t/filehandles.t
113 ../cpan/autodie/t/fileno.t
114 ../cpan/autodie/t/hints_insist.t
115 ../cpan/autodie/t/hints_pod_examples.t
116 ../cpan/autodie/t/hints_provider_does.t
117 ../cpan/autodie/t/hints_provider_easy_does_it.t
118 ../cpan/autodie/t/hints_provider_isa.t
119 ../cpan/autodie/t/hints.t
120 ../cpan/autodie/t/internal.t
121 ../cpan/autodie/t/kill.t
122 ../cpan/autodie/t/lethal.t
123 ../cpan/autodie/t/mkdir.t
124 ../cpan/autodie/t/open.t
125 ../cpan/autodie/t/read.t
126 ../cpan/autodie/t/recv.t
127 ../cpan/autodie/t/repeat.t
128 ../cpan/autodie/t/scope_leak.t
129 ../cpan/autodie/t/sysopen.t
130 ../cpan/autodie/t/truncate.t
131 ../cpan/autodie/t/unlink.t
132 ../cpan/autodie/t/user-context.t
133 ../cpan/autodie/t/usersub.t
134 ../cpan/autodie/t/utf8_open.t
135 ../cpan/autodie/t/utime.t
136 ../cpan/autodie/t/version_tag.t
137 ../cpan/AutoLoader/t/01AutoLoader.t
138 ../cpan/bignum/t/big_e_pi.t
139 ../cpan/bignum/t/bigexp.t
140 ../cpan/bignum/t/bigint.t
141 ../cpan/bignum/t/bignum.t
142 ../cpan/bignum/t/bigrat.t
143 ../cpan/bignum/t/bii_e_pi.t
144 ../cpan/bignum/t/biinfnan.t
145 ../cpan/bignum/t/bir_e_pi.t
146 ../cpan/bignum/t/bninfnan.t
147 ../cpan/bignum/t/brinfnan.t
148 ../cpan/bignum/t/in_effect.t
149 ../cpan/bignum/t/option_a.t
150 ../cpan/bignum/t/option_l.t
151 ../cpan/bignum/t/option_p.t
152 ../cpan/bignum/t/overrides.t
153 ../cpan/bignum/t/ratopt_a.t
154 ../cpan/bignum/t/scope_f.t
155 ../cpan/bignum/t/scope_i.t
156 ../cpan/bignum/t/scope_r.t
157 ../cpan/Math-BigInt/t/constant.t
158 ../cpan/Math-BigInt/t/const_mbf.t
159 ../cpan/Scalar-List-Utils/t/uniq.t
160 ../cpan/Term-Cap/test.pl
161 ../cpan/Test-Simple/t/Legacy/Builder/carp.t
162 ../cpan/Test-Simple/t/Legacy/fail-more.t
163 ../cpan/Test-Simple/t/Legacy/is_deeply_fail.t
164 ../cpan/Test-Simple/t/Legacy/no_plan.t         # hard-coded line numbers
165 ../cpan/Test-Simple/t/Legacy/plan_bad.t
166 ../cpan/Test-Simple/t/Legacy/plan.t
167 ../cpan/Test-Simple/t/Legacy/subtest/line_numbers.t
168 ../cpan/Test-Simple/t/Legacy/subtest/predicate.t
169 ../cpan/Test-Simple/t/regression/684-nested_todo_diag.t
170 ../cpan/Test-Simple/t/Test2/behavior/run_subtest_inherit.t
171 ../dist/Attribute-Handlers/t/constants.t
172 ../dist/Attribute-Handlers/t/data_convert.t
173 ../dist/Attribute-Handlers/t/linerep.t
174 ../dist/Attribute-Handlers/t/multi.t
175 ../dist/Carp/t/Carp.t
176 ../dist/constant/t/constant.t
177 ../dist/Data-Dumper/t/dumper.t
178 ../dist/Data-Dumper/t/trailing_comma.t
179 ../dist/Exporter/t/Exporter.t
180 ../dist/Filter-Simple/t/data.t
181 ../dist/Storable/t/croak.t
182 ../dist/threads/t/blocks.t
183 ../ext/B/t/b.t
184 ../ext/B/t/optree_constants.t
185 ../ext/B/t/optree_samples.t
186 ../ext/Devel-Peek/t/Peek.t
187 ../ext/IPC-Open3/t/IPC-Open2.t
188 ../ext/IPC-Open3/t/IPC-Open3.t
189 ../ext/XS-APItest/t/autoload.t
190 ../ext/XS-APItest/t/blockhooks.t
191 ../ext/XS-APItest/t/call_checker.t
192 ../ext/XS-APItest/t/cleanup.t
193 ../ext/XS-APItest/t/fetch_pad_names.t
194 ../ext/XS-APItest/t/svpeek.t
195 ../ext/XS-APItest/t/synthetic_scope.t
196 ../lib/Config.t                         # Config_heavy.pl fns getting output
197 ../lib/charnames.t
198 ../lib/dumpvar.t
199 ../lib/English.t
200 ../lib/overload.t
201
202
203 __DEPARSE_SKIPS__
204
205 op/smartkve.t                        # Gobbles up all memory...
206 comp/redef.t                         # Redefinition happens at compile time
207 ../lib/locale.t                      # Memory...