Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
enable quite a few passing test files (some of them were regressions …
…of the list branch, but most not)
  • Loading branch information
moritz committed Jun 17, 2010
1 parent cca4a84 commit a5f844b
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions t/spectest.data
Expand Up @@ -37,6 +37,8 @@ integration/advent2009-day07.t
integration/advent2009-day08.t
integration/advent2009-day09.t
integration/advent2009-day11.t
integration/advent2009-day12.t
integration/advent2009-day13.t
integration/advent2009-day14.t
integration/advent2009-day15.t
integration/advent2009-day16.t
Expand All @@ -55,7 +57,7 @@ integration/no-indirect-new.t
# integration/packages.t
integration/pair-in-array.t
integration/passing-pair-class-to-sub.t
# integration/real-strings.t
integration/real-strings.t
integration/role-composition-vs-attribute.t
integration/say-crash.t
integration/substr-after-match-in-gather-in-for.t
Expand Down Expand Up @@ -147,9 +149,9 @@ S03-metaops/cross.t
S03-metaops/eager-hyper.t
S03-metaops/hyper.t
S03-metaops/not.t
# S03-metaops/reduce.t
S03-metaops/reduce.t
S03-metaops/reverse.t
# S03-metaops/zip.t
S03-metaops/zip.t
S03-operators/also.t
S03-operators/arith.t
S03-operators/assign-is-not-binding.t
Expand All @@ -164,6 +166,7 @@ S03-operators/bit.t
S03-operators/boolean-bitwise.t
S03-operators/brainos.t
S03-operators/chained-declarators.t
S03-operators/cmp.t
# S03-operators/comparison.t
S03-operators/comparison-simple.t
S03-operators/context-forcers.t
Expand All @@ -190,10 +193,10 @@ S03-operators/scalar-assign.t
# S03-operators/series-arity0.t
# S03-operators/series-arity2ormore.t
# S03-operators/series-simple.t
# S03-operators/series.t
S03-operators/series.t
S03-operators/short-circuit.t
S03-operators/spaceship-and-containers.t
# S03-operators/spaceship.t
S03-operators/spaceship.t
S03-operators/subscript-vs-lt.t
S03-operators/ternary.t
S03-operators/so.t
Expand Down Expand Up @@ -350,7 +353,7 @@ S06-signature/mixed-placeholders.t
S06-signature/named-parameters.t
S06-signature/named-placeholders.t
S06-signature/optional.t
# S06-signature/passing-arrays.t
S06-signature/passing-arrays.t
# S06-signature/passing-hashes.t
S06-signature/positional-placeholders.t
S06-signature/positional.t
Expand Down Expand Up @@ -505,21 +508,21 @@ S32-hash/invert.t
S32-hash/keys_values.t
S32-hash/pairs.t
S32-hash/push.t
# S32-hash/slice.t
S32-hash/slice.t
# S32-io/chdir.t
S32-io/file-tests.t
S32-io/note.t
S32-io/IO-Socket-INET.t
S32-list/classify.t
## S32-list/create.t
S32-list/create.t
S32-list/end.t
S32-list/first.t
S32-list/grep.t
S32-list/join.t
# S32-list/map_function_return_values.t
S32-list/map_function_return_values.t
S32-list/map.t
S32-list/minmax.t
# S32-list/pick.t
S32-list/pick.t
S32-list/reduce.t
S32-list/reverse.t
S32-list/sort.t
Expand Down

0 comments on commit a5f844b

Please sign in to comment.