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

Commit 96b47de

Browse files
committed
run fudged tests
1 parent 628adae commit 96b47de

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

t/spectest.data

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ S04-statements/no-implicit-block.t
8888
S04-statements/redo.t
8989
S04-statements/repeat.t
9090
S04-statements/until.t
91+
S04-statements/while.t
9192
S05-mass/named-chars.t
9293
S05-mass/properties-block.t
9394
S05-mass/properties-derived.t
@@ -98,11 +99,13 @@ S05-metachars/line-anchors.t
9899
S05-metachars/newline.t
99100
S05-metasyntax/litvar.t
100101
S05-metasyntax/repeat.t
102+
S05-modifier/perl5_0.t
101103
S05-modifier/perl5_1.t
102104
S05-modifier/perl5_2.t
103105
S05-modifier/perl5_3.t
104106
S05-modifier/perl5_4.t
105107
S05-modifier/perl5_5.t
108+
S05-modifier/perl5_6.t
106109
S05-modifier/perl5_7.t
107110
S05-modifier/perl5_8.t
108111
S05-modifier/perl5_9.t
@@ -115,6 +118,7 @@ S06-advanced/return.t
115118
S06-currying/named.t
116119
S06-macros/macros-d1.t
117120
S06-macros/postfix.t
121+
S06-macros/returning-string.t
118122
S06-operator-overloading/imported-subs.t
119123
S06-other/main-eval.t
120124
S06-other/misc.t
@@ -153,6 +157,7 @@ S14-roles/bool.t
153157
S14-roles/composition.t
154158
S14-roles/conflicts.t
155159
S14-roles/crony.t
160+
S14-roles/stubs.t
156161
S14-roles/submethods.t
157162
S14-roles/super.t
158163
S16-io/print.t
@@ -171,12 +176,18 @@ S32-array/end.t
171176
S32-array/keys_values.t
172177
S32-array/pairs.t
173178
S32-container/cat.t
179+
S32-container/roundrobin.t
180+
S32-container/zip.t
174181
S32-hash/delete.t
175182
S32-hash/keys_values.t
176183
S32-hash/slice.t
184+
S32-list/create.t
177185
S32-list/map.t
186+
S32-list/reverse.t
178187
S32-list/sort.t
188+
S32-num/abs.t
179189
S32-num/int.t
190+
S32-num/log.t
180191
S32-num/pi.t
181192
S32-num/sign.t
182193
S32-num/sqrt.t

0 commit comments

Comments
 (0)