summaryrefslogtreecommitdiff
path: root/Porting/deparse-skips.txt
blob: 37573d7e3d15419954e9d29e0b13cb8c7a951f4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
# List of test files to ignore/skip for deparse tests.
#
# This is used by t/TEST.
# 
# Those under DEPARSE_FAILURES are ones that we need to fix or
# we expect to fail. These tests will still be run and checked to
# see if they fail as expected.
#
# Those under DEPARSE_SKIPS we don't want to even attempt running
# because they might do bad things to our system (memory exhaustion,
# etc), so they will be completely skipped from the test run.
#
# Paths are relative from t/
#
# Paths that end with '/' are directories to skip entirely
#
# Format:
#   __DEPARSE_FAILURES__
#   ../path/to/test1
#   ../path/to/test2
#   ../dir/to/skip/
#
#   __DEPARSE_SKIPS__
#   ../path/to/test3
#   ../path/to/test4
#
#   # This is a comment
#   ../path/to/test5 # More comments at end of line
#
#   # Blank lines okay

__DEPARSE_FAILURES__

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/basic_01_c3_utf8.t
mro/basic_01_dfs_utf8.t
mro/complex_c3_utf8.t
mro/isarev.t
mro/isarev_utf8.t
op/attrhand.t             # Custom attrs ignored; also AH provides none
op/caller.t
op/goto.t
op/gv.t                   # glob copy constants
op/hexfp.t
op/index.t
op/join.t                 # mutability of folded constants
op/length.t               # utf8ness of deparsed strings
op/lexsub.t
op/local.t
op/lvref.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/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
uni/variables.t
../cpan/Archive-Tar/t/03_file.t         # constant sub ref: FOO->()

# Most autodie tests currently fail under Deparse because
# the %^H initialisation values are stringifed refs rather
# than real refs.
../cpan/autodie/t/autodie.t
../cpan/autodie/t/basic_exceptions.t
../cpan/autodie/t/binmode.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_lexical.t
../cpan/autodie/t/context.t
../cpan/autodie/t/crickey.t
../cpan/autodie/t/dbmopen.t
../cpan/autodie/t/eval_error.t
../cpan/autodie/t/exception_class.t
../cpan/autodie/t/exception_nonref.t
../cpan/autodie/t/exceptions.t
../cpan/autodie/t/exec.t
../cpan/autodie/t/filehandles.t
../cpan/autodie/t/fileno.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/mkdir.t
../cpan/autodie/t/no-default.t
../cpan/autodie/t/open.t
../cpan/autodie/t/read.t
../cpan/autodie/t/recv.t
../cpan/autodie/t/repeat.t
../cpan/autodie/t/scope_leak.t
../cpan/autodie/t/sysopen.t
../cpan/autodie/t/truncate.t
../cpan/autodie/t/unlink.t
../cpan/autodie/t/user-context.t
../cpan/autodie/t/usersub.t
../cpan/autodie/t/utf8_open.t
../cpan/autodie/t/utime.t
../cpan/autodie/t/version_tag.t

../cpan/AutoLoader/t/01AutoLoader.t


# -------------
#
# The big*/Big* modules generally fail because the code references in
# user-defined hints get stringified when deparsed, e.g.
#
#    BEGIN {
#        $^H{'binary'} = 'CODE(0x21158a0)';
#        $^H{'float'} = 'CODE(0x1a6ab18)';
#        $^H{'integer'} = 'CODE(0x1a6abc0)';
#    }

../cpan/bignum/t/bigexp.t
../cpan/bignum/t/bigint.t
../cpan/bignum/t/bignum.t
../cpan/bignum/t/bigrat.t
../cpan/bignum/t/const-bigint.t
../cpan/bignum/t/const-bignum.t
../cpan/bignum/t/const-bigrat.t
../cpan/bignum/t/e_pi-bigint.t
../cpan/bignum/t/e_pi-bignum.t
../cpan/bignum/t/e_pi-bigrat.t
../cpan/bignum/t/import-bigint.t
../cpan/bignum/t/import-bignum.t
../cpan/bignum/t/import-bigrat.t
../cpan/bignum/t/in_effect.t
../cpan/bignum/t/infnan-bigint.t
../cpan/bignum/t/infnan-bignum.t
../cpan/bignum/t/infnan-bigrat.t
../cpan/bignum/t/option_a.t
../cpan/bignum/t/option_l.t
../cpan/bignum/t/option_p.t
../cpan/bignum/t/overrides.t
../cpan/bignum/t/ratopt_a.t
../cpan/bignum/t/scope-bigint.t
../cpan/bignum/t/scope-bignum.t
../cpan/bignum/t/scope-bigrat.t
../cpan/bignum/t/scope-nested-const.t

# -------------


# This one does a plan('skip_all') in a BEGIN block, which stops the rest
# of the test file from being compiled
../cpan/ExtUtils-MakeMaker/t/MM_VMS.t

# see comment above about bignum failures
../cpan/Math-BigInt/t/const-mbf.t
../cpan/Math-BigInt/t/const-mbi.t

# see comment above about bignum failures
../cpan/Math-BigRat/t/const-mbr.t


../cpan/Scalar-List-Utils/t/uniq.t
../cpan/Term-Cap/test.pl
../cpan/Test-Simple/t/Legacy/Builder/carp.t
../cpan/Test-Simple/t/Legacy/fail-more.t
../cpan/Test-Simple/t/Legacy/is_deeply_fail.t
../cpan/Test-Simple/t/Legacy/no_plan.t         # hard-coded line numbers
../cpan/Test-Simple/t/Legacy/plan_bad.t
../cpan/Test-Simple/t/Legacy/plan.t
../cpan/Test-Simple/t/Legacy/subtest/line_numbers.t
../cpan/Test-Simple/t/Legacy/subtest/predicate.t
../cpan/Test-Simple/t/regression/684-nested_todo_diag.t
../cpan/Test-Simple/t/Test2/behavior/run_subtest_inherit.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/constant/t/constant.t
../dist/Data-Dumper/t/dumper.t
../dist/Data-Dumper/t/trailing_comma.t
../dist/Exporter/t/Exporter.t
../dist/Filter-Simple/t/data.t
../dist/Storable/t/croak.t
../dist/threads/t/blocks.t
../ext/B/t/b.t
../ext/B/t/optree_constants.t
# for (...) {} currently gets deparsed as for (...) { (); }
# which has a slightly different optree
../ext/B/t/optree_for.t
../ext/B/t/optree_samples.t
../ext/Devel-Peek/t/Peek.t
../ext/IPC-Open3/t/IPC-Open2.t
../ext/IPC-Open3/t/IPC-Open3.t
../ext/XS-APItest/t/autoload.t
../ext/XS-APItest/t/blockhooks.t
../ext/XS-APItest/t/call_checker.t
../ext/XS-APItest/t/cleanup.t
../ext/XS-APItest/t/fetch_pad_names.t
../ext/XS-APItest/t/svpeek.t
../ext/XS-APItest/t/synthetic_scope.t
../lib/Config.t                         # Config_heavy.pl fns getting output
../lib/charnames.t
../lib/dumpvar.t
../lib/English.t
../lib/overload.t


__DEPARSE_SKIPS__

op/smartkve.t                        # Gobbles up all memory...
comp/redef.t                         # Redefinition happens at compile time
../lib/locale.t                      # Memory...