Skip to content
This repository was archived by the owner on Feb 3, 2021. It is now read-only.

Commit abaccdf

Browse files
committed
run fudged tests
1 parent 843ce54 commit abaccdf

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

t/spectest.data

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,32 +21,38 @@ S02-literals/hash-interpolation.t
2121
S02-literals/hex_chars.t
2222
S02-literals/pair-boolean.t
2323
S02-literals/radix.t
24+
S02-literals/string-interpolation.t
2425
S02-literals/sub-calls.t
2526
S02-literals/underscores.t
2627
S02-magicals/block.t
2728
S02-magicals/dollar-underscore.t
2829
S02-magicals/subname.t
2930
S02-magicals/sub.t
3031
S02-names/caller.t
32+
S02-names/symbolic-deref.t
3133
S02-names-vars/variables-and-packages.t
3234
S02-types/array_extending.t
3335
S02-types/assigning-refs.t
3436
S02-types/catch_type_cast_mismatch.t
3537
S02-types/flattening.t
3638
S02-types/hash_ref.t
3739
S02-types/hash.t
40+
S02-types/mixed_multi_dimensional.t
41+
S02-types/nan.t
3842
S02-types/nested_arrays.t
3943
S02-types/nested_pairs.t
4044
S02-types/parsing-bool.t
4145
S02-types/subscripts_and_context.t
4246
S02-types/unicode.t
47+
S03-binding/arrays.t
4348
S03-binding/hashes.t
4449
S03-binding/nested.t
4550
S03-binding/scalars.t
4651
S03-binding/subs.t
4752
S03-operators/assign-is-not-binding.t
4853
S03-operators/autoincrement.t
4954
S03-operators/autovivification.t
55+
S03-operators/bit.t
5056
S03-operators/chained-declarators.t
5157
S03-operators/context-forcers.t
5258
S03-operators/equality.t
@@ -61,6 +67,7 @@ S03-smartmatch/any-array.t
6167
S03-smartmatch/any-complex.t
6268
S03-smartmatch/any-hash.t
6369
S03-smartmatch/array-array.t
70+
S04-blocks-and-statements/pointy.t
6471
S04-exceptions/control_across_runloop.t
6572
S04-phasers/ascending-order.t
6673
S04-phasers/descending-order.t
@@ -69,6 +76,7 @@ S04-phasers/init.t
6976
S04-phasers/multiple.t
7077
S04-phasers/next.t
7178
S04-phasers/pre-post.t
79+
S04-phasers/start.t
7280
S04-statement-modifiers/for.t
7381
S04-statements/for-scope.t
7482
S04-statements/for_with_only_one_item.t
@@ -89,6 +97,7 @@ S05-mass/stdrules.t
8997
S05-metachars/line-anchors.t
9098
S05-metachars/newline.t
9199
S05-metasyntax/litvar.t
100+
S05-metasyntax/repeat.t
92101
S05-modifier/perl5_1.t
93102
S05-modifier/perl5_2.t
94103
S05-modifier/perl5_3.t
@@ -98,6 +107,7 @@ S05-modifier/perl5_7.t
98107
S05-modifier/perl5_8.t
99108
S05-modifier/perl5_9.t
100109
S05-substitution/match.t
110+
S05-transliteration/trans.t
101111
S06-advanced/lexical-subs.t
102112
S06-advanced/recurse.t
103113
S06-advanced/return_function.t
@@ -125,6 +135,7 @@ S11-modules/require.t
125135
S12-attributes/undeclared.t
126136
S12-class/basic.t
127137
S12-class/inheritance-class-methods.t
138+
S12-class/inheritance.t
128139
S12-class/literal.t
129140
S12-class/self-inheritance.t
130141
S12-construction/destruction.t
@@ -160,8 +171,12 @@ S32-array/end.t
160171
S32-array/keys_values.t
161172
S32-array/pairs.t
162173
S32-container/cat.t
174+
S32-hash/delete.t
163175
S32-hash/keys_values.t
176+
S32-hash/slice.t
164177
S32-list/map.t
178+
S32-list/sort.t
179+
S32-num/int.t
165180
S32-num/pi.t
166181
S32-num/sign.t
167182
S32-num/sqrt.t
@@ -174,6 +189,7 @@ S32-str/lc.t
174189
S32-str/length.t
175190
S32-str/quotemeta.t
176191
S32-str/rindex.t
192+
S32-str/substr.t
177193
S32-str/ucfirst.t
178194
S32-str/uc.t
179195
S32-temporal/time.t

0 commit comments

Comments
 (0)