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

Commit 9eb738a

Browse files
committed
run fudged tests
begin to document unrunnable tests.
1 parent 15e9360 commit 9eb738a

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

t/spectest.data

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ integration/advent2009-day03.t
55
integration/advent2009-day04.t
66
integration/advent2009-day07.t
77
integration/advent2009-day11.t
8+
integration/advent2009-day12.t
89
integration/advent2009-day15.t
910
integration/advent2009-day19.t
1011
integration/code-blocks-as-sub-args.t
@@ -38,6 +39,7 @@ S02-literals/misc-interpolation.t
3839
S02-literals/pair-boolean.t
3940
S02-literals/pairs.t
4041
S02-literals/quoting.t
42+
# S02-literals/quoting-unicode.t # hangs on sprintf
4143
S02-literals/radix.t
4244
S02-literals/string-interpolation.t
4345
S02-literals/sub-calls.t
@@ -49,22 +51,28 @@ S02-magicals/sub.t
4951
S02-names/caller.t
5052
S02-names/symbolic-deref.t
5153
S02-names-vars/variables-and-packages.t
54+
S02-types/anon_block.t
5255
S02-types/array_extending.t
5356
S02-types/array.t
5457
S02-types/assigning-refs.t
58+
# S02-types/bag.t # NYI
5559
S02-types/bool.t
5660
S02-types/catch_type_cast_mismatch.t
5761
S02-types/flattening.t
5862
S02-types/hash_ref.t
5963
S02-types/hash.t
6064
S02-types/infinity.t
65+
# S02-types/keybag.t # NYI
66+
# S02-types/keyhash.t # NYI
67+
# S02-types/keyset.t # NYI
6168
S02-types/mixed_multi_dimensional.t
6269
S02-types/nan.t
6370
S02-types/nested_arrays.t
6471
S02-types/nested_pairs.t
6572
S02-types/num.t
6673
S02-types/pair.t
6774
S02-types/parsing-bool.t
75+
# S02-types/set.t # NYI
6876
S02-types/subscripts_and_context.t
6977
S02-types/unicode.t
7078
S03-binding/arrays.t
@@ -80,13 +88,16 @@ S03-operators/assign.t
8088
S03-operators/autoincrement-range.t
8189
S03-operators/autoincrement.t
8290
S03-operators/autovivification.t
91+
# S03-operators/bag.t # NYI
8392
S03-operators/bit.t
8493
S03-operators/boolean-bitwise.t
8594
S03-operators/chained-declarators.t
95+
# S03-operators/comparison.t # Issue #10
8696
S03-operators/context-forcers.t
8797
S03-operators/context.t
8898
S03-operators/equality.t
8999
S03-operators/eqv.t
100+
S03-operators/increment.t
90101
S03-operators/inplace.t
91102
S03-operators/names.t
92103
S03-operators/not.t
@@ -95,6 +106,8 @@ S03-operators/range.t
95106
S03-operators/relational.t
96107
S03-operators/repeat.t
97108
S03-operators/scalar-assign.t
109+
# S03-operators/set.t # NYI
110+
S03-operators/short-circuit.t
98111
S03-operators/spaceship-and-containers.t
99112
S03-operators/subscript-vs-lt.t
100113
S03-operators/ternary.t
@@ -113,6 +126,7 @@ S03-smartmatch/disorganized.t
113126
S04-blocks-and-statements/pointy.t
114127
S04-declarations/implicit-parameter.t
115128
S04-declarations/multiple.t
129+
S04-declarations/my.t
116130
S04-exceptions/control_across_runloop.t
117131
S04-phasers/ascending-order.t
118132
S04-phasers/check.t
@@ -134,6 +148,7 @@ S04-statement-modifiers/while.t
134148
S04-statement-parsing/hash.t
135149
S04-statements/do.t
136150
S04-statements/for-scope.t
151+
S04-statements/for.t
137152
S04-statements/for_with_only_one_item.t
138153
S04-statements/last.t
139154
S04-statements/lazy.t
@@ -180,20 +195,24 @@ S06-currying/mixed.t
180195
S06-currying/named.t
181196
S06-macros/macros-d1.t
182197
S06-macros/postfix.t
198+
S06-macros/returning-closure.t
183199
S06-macros/returning-string.t
184200
S06-operator-overloading/imported-subs.t
185201
S06-other/anon-hashes-vs-blocks.t
186202
S06-other/main-eval.t
187203
S06-other/misc.t
204+
S06-signature/arity.t
188205
S06-signature/caller-param.t
189206
S06-signature/closure-over-parameters.t
190207
S06-signature/code.t
191208
S06-signature/defaults.t
192209
S06-signature/errors.t
210+
S06-signature/named-parameters.t
193211
S06-signature/passing-arrays.t
194212
S06-signature/passing-hashes.t
195213
S06-signature/scalar-type.t
196214
S06-signature/slurpy-blocks.t
215+
S06-signature/slurpy-params.t
197216
S06-signature/sub-ref.t
198217
S06-traits/is-copy.t
199218
S06-traits/is-readonly.t
@@ -207,6 +226,7 @@ S11-modules/require.t
207226
S12-attributes/clone.t
208227
S12-attributes/delegation.t
209228
S12-attributes/inheritance.t
229+
S12-attributes/instance.t
210230
S12-attributes/undeclared.t
211231
S12-class/basic.t
212232
S12-class/inheritance-class-methods.t
@@ -232,6 +252,7 @@ S12-methods/typed-attributes.t
232252
S12-traits/basic.t
233253
S13-overloading/fallbacks-deep.t
234254
S13-syntax/aliasing.t
255+
S14-roles/attributes.t
235256
S14-roles/bool.t
236257
S14-roles/composition.t
237258
S14-roles/conflicts.t
@@ -246,6 +267,7 @@ S17-async/async.t
246267
S17-async/contend.t
247268
S19-command-line-options/01-multiple-e.t
248269
S24-testing/0-compile.t
270+
S24-testing/1-basic.t
249271
S24-testing/4-version_lt.t
250272
S24-testing/5-todo.t
251273
S29-any/isa.t
@@ -255,10 +277,14 @@ S29-context/exit-in-if.t
255277
S29-context/sleep.t
256278
S29-os/system.t
257279
S32-array/bool.t
280+
# S32-array/delete.t # Issue #6
258281
S32-array/elems.t
259282
S32-array/end.t
260283
S32-array/keys_values.t
261284
S32-array/pairs.t
285+
S32-array/push.t
286+
# S32-array/rotate.t # NYI
287+
S32-array/unshift.t
262288
S32-container/cat.t
263289
S32-container/roundrobin.t
264290
S32-container/zip.t
@@ -274,6 +300,7 @@ S32-list/sort.t
274300
S32-list/uniq.t
275301
S32-num/abs.t
276302
S32-num/complex.t
303+
S32-num/exp.t
277304
S32-num/int.t
278305
S32-num/log.t
279306
S32-num/pi.t
@@ -286,6 +313,8 @@ S32-str/bool.t
286313
S32-str/capitalize.t
287314
S32-str/chomp.t
288315
S32-str/chop.t
316+
# S32-str/indent.t # NYI: Str.indent, infix:<x>
317+
S32-str/index.t
289318
S32-str/lcfirst.t
290319
S32-str/lc.t
291320
S32-str/length.t
@@ -294,6 +323,23 @@ S32-str/rindex.t
294323
S32-str/substr.t
295324
S32-str/ucfirst.t
296325
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
297331
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
298339
S32-trig/pi.t
340+
# S32-trig/sech.t # Issue #6
341+
# S32-trig/sec.t # Issue #6
299342
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

Comments
 (0)