@@ -5,6 +5,7 @@ integration/advent2009-day03.t
5
5
integration/advent2009-day04.t
6
6
integration/advent2009-day07.t
7
7
integration/advent2009-day11.t
8
+ integration/advent2009-day12.t
8
9
integration/advent2009-day15.t
9
10
integration/advent2009-day19.t
10
11
integration/code-blocks-as-sub-args.t
@@ -38,6 +39,7 @@ S02-literals/misc-interpolation.t
38
39
S02-literals/pair-boolean.t
39
40
S02-literals/pairs.t
40
41
S02-literals/quoting.t
42
+ # S02-literals/quoting-unicode.t # hangs on sprintf
41
43
S02-literals/radix.t
42
44
S02-literals/string-interpolation.t
43
45
S02-literals/sub-calls.t
@@ -49,22 +51,28 @@ S02-magicals/sub.t
49
51
S02-names/caller.t
50
52
S02-names/symbolic-deref.t
51
53
S02-names-vars/variables-and-packages.t
54
+ S02-types/anon_block.t
52
55
S02-types/array_extending.t
53
56
S02-types/array.t
54
57
S02-types/assigning-refs.t
58
+ # S02-types/bag.t # NYI
55
59
S02-types/bool.t
56
60
S02-types/catch_type_cast_mismatch.t
57
61
S02-types/flattening.t
58
62
S02-types/hash_ref.t
59
63
S02-types/hash.t
60
64
S02-types/infinity.t
65
+ # S02-types/keybag.t # NYI
66
+ # S02-types/keyhash.t # NYI
67
+ # S02-types/keyset.t # NYI
61
68
S02-types/mixed_multi_dimensional.t
62
69
S02-types/nan.t
63
70
S02-types/nested_arrays.t
64
71
S02-types/nested_pairs.t
65
72
S02-types/num.t
66
73
S02-types/pair.t
67
74
S02-types/parsing-bool.t
75
+ # S02-types/set.t # NYI
68
76
S02-types/subscripts_and_context.t
69
77
S02-types/unicode.t
70
78
S03-binding/arrays.t
@@ -80,13 +88,16 @@ S03-operators/assign.t
80
88
S03-operators/autoincrement-range.t
81
89
S03-operators/autoincrement.t
82
90
S03-operators/autovivification.t
91
+ # S03-operators/bag.t # NYI
83
92
S03-operators/bit.t
84
93
S03-operators/boolean-bitwise.t
85
94
S03-operators/chained-declarators.t
95
+ # S03-operators/comparison.t # Issue #10
86
96
S03-operators/context-forcers.t
87
97
S03-operators/context.t
88
98
S03-operators/equality.t
89
99
S03-operators/eqv.t
100
+ S03-operators/increment.t
90
101
S03-operators/inplace.t
91
102
S03-operators/names.t
92
103
S03-operators/not.t
@@ -95,6 +106,8 @@ S03-operators/range.t
95
106
S03-operators/relational.t
96
107
S03-operators/repeat.t
97
108
S03-operators/scalar-assign.t
109
+ # S03-operators/set.t # NYI
110
+ S03-operators/short-circuit.t
98
111
S03-operators/spaceship-and-containers.t
99
112
S03-operators/subscript-vs-lt.t
100
113
S03-operators/ternary.t
@@ -113,6 +126,7 @@ S03-smartmatch/disorganized.t
113
126
S04-blocks-and-statements/pointy.t
114
127
S04-declarations/implicit-parameter.t
115
128
S04-declarations/multiple.t
129
+ S04-declarations/my.t
116
130
S04-exceptions/control_across_runloop.t
117
131
S04-phasers/ascending-order.t
118
132
S04-phasers/check.t
@@ -134,6 +148,7 @@ S04-statement-modifiers/while.t
134
148
S04-statement-parsing/hash.t
135
149
S04-statements/do.t
136
150
S04-statements/for-scope.t
151
+ S04-statements/for.t
137
152
S04-statements/for_with_only_one_item.t
138
153
S04-statements/last.t
139
154
S04-statements/lazy.t
@@ -180,20 +195,24 @@ S06-currying/mixed.t
180
195
S06-currying/named.t
181
196
S06-macros/macros-d1.t
182
197
S06-macros/postfix.t
198
+ S06-macros/returning-closure.t
183
199
S06-macros/returning-string.t
184
200
S06-operator-overloading/imported-subs.t
185
201
S06-other/anon-hashes-vs-blocks.t
186
202
S06-other/main-eval.t
187
203
S06-other/misc.t
204
+ S06-signature/arity.t
188
205
S06-signature/caller-param.t
189
206
S06-signature/closure-over-parameters.t
190
207
S06-signature/code.t
191
208
S06-signature/defaults.t
192
209
S06-signature/errors.t
210
+ S06-signature/named-parameters.t
193
211
S06-signature/passing-arrays.t
194
212
S06-signature/passing-hashes.t
195
213
S06-signature/scalar-type.t
196
214
S06-signature/slurpy-blocks.t
215
+ S06-signature/slurpy-params.t
197
216
S06-signature/sub-ref.t
198
217
S06-traits/is-copy.t
199
218
S06-traits/is-readonly.t
@@ -207,6 +226,7 @@ S11-modules/require.t
207
226
S12-attributes/clone.t
208
227
S12-attributes/delegation.t
209
228
S12-attributes/inheritance.t
229
+ S12-attributes/instance.t
210
230
S12-attributes/undeclared.t
211
231
S12-class/basic.t
212
232
S12-class/inheritance-class-methods.t
@@ -232,6 +252,7 @@ S12-methods/typed-attributes.t
232
252
S12-traits/basic.t
233
253
S13-overloading/fallbacks-deep.t
234
254
S13-syntax/aliasing.t
255
+ S14-roles/attributes.t
235
256
S14-roles/bool.t
236
257
S14-roles/composition.t
237
258
S14-roles/conflicts.t
@@ -246,6 +267,7 @@ S17-async/async.t
246
267
S17-async/contend.t
247
268
S19-command-line-options/01-multiple-e.t
248
269
S24-testing/0-compile.t
270
+ S24-testing/1-basic.t
249
271
S24-testing/4-version_lt.t
250
272
S24-testing/5-todo.t
251
273
S29-any/isa.t
@@ -255,10 +277,14 @@ S29-context/exit-in-if.t
255
277
S29-context/sleep.t
256
278
S29-os/system.t
257
279
S32-array/bool.t
280
+ # S32-array/delete.t # Issue #6
258
281
S32-array/elems.t
259
282
S32-array/end.t
260
283
S32-array/keys_values.t
261
284
S32-array/pairs.t
285
+ S32-array/push.t
286
+ # S32-array/rotate.t # NYI
287
+ S32-array/unshift.t
262
288
S32-container/cat.t
263
289
S32-container/roundrobin.t
264
290
S32-container/zip.t
@@ -274,6 +300,7 @@ S32-list/sort.t
274
300
S32-list/uniq.t
275
301
S32-num/abs.t
276
302
S32-num/complex.t
303
+ S32-num/exp.t
277
304
S32-num/int.t
278
305
S32-num/log.t
279
306
S32-num/pi.t
@@ -286,6 +313,8 @@ S32-str/bool.t
286
313
S32-str/capitalize.t
287
314
S32-str/chomp.t
288
315
S32-str/chop.t
316
+ # S32-str/indent.t # NYI: Str.indent, infix:<x>
317
+ S32-str/index.t
289
318
S32-str/lcfirst.t
290
319
S32-str/lc.t
291
320
S32-str/length.t
@@ -294,6 +323,23 @@ S32-str/rindex.t
294
323
S32-str/substr.t
295
324
S32-str/ucfirst.t
296
325
S32-str/uc.t
326
+ # S32-temporal/calendar.t # NYI
327
+ # S32-temporal/DateTime-Instant-Duration.t # NYI
328
+ # S32-temporal/DateTime.t # NYI
329
+ # S32-temporal/Date.t # NYI
330
+ # S32-temporal/local.t # NYI
297
331
S32-temporal/time.t
332
+ # S32-trig/atan2.t # Issue #6
333
+ # S32-trig/cosech.t # Issue #6
334
+ # S32-trig/cosec.t # Issue #6
335
+ # S32-trig/cosh.t # Issue #6
336
+ # S32-trig/cos.t # Issue #6
337
+ # S32-trig/cotanh.t # Issue #6
338
+ # S32-trig/e.t # NYI
298
339
S32-trig/pi.t
340
+ # S32-trig/sech.t # Issue #6
341
+ # S32-trig/sec.t # Issue #6
299
342
S32-trig/simple.t
343
+ # S32-trig/sinh.t # Issue #6
344
+ # S32-trig/tanh.t # Issue #6
345
+ # S32-trig/tan.t # Issue #6
0 commit comments