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

Commit

Permalink
Browse files Browse the repository at this point in the history
run fudged tests
  • Loading branch information
coke committed Feb 28, 2012
1 parent b88c3a7 commit 725cddd
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions t/spectest.data
@@ -1,11 +1,20 @@
integration/99problems-01-to-10.t
integration/99problems-41-to-50.t
integration/99problems-61-to-70.t
integration/advent2009-day03.t
integration/advent2009-day04.t
integration/advent2009-day07.t
integration/advent2009-day11.t
integration/advent2009-day15.t
integration/advent2009-day19.t
integration/code-blocks-as-sub-args.t
integration/lexical-array-in-inner-block.t
integration/lexicals-and-attributes.t
integration/method-calls-and-instantiation.t
integration/no-indirect-new.t
integration/packages.t
integration/passing-pair-class-to-sub.t
integration/real-strings.t
integration/say-crash.t
integration/substr-after-match-in-gather-in-for.t
S01-perl-5-integration/basic.t
Expand Down Expand Up @@ -51,9 +60,12 @@ S02-types/unicode.t
S03-binding/arrays.t
S03-binding/hashes.t
S03-binding/nested.t
S03-binding/ro.t
S03-binding/scalars.t
S03-binding/subs.t
S03-metaops/eager-hyper.t
S03-operators/assign-is-not-binding.t
S03-operators/autoincrement-range.t
S03-operators/autoincrement.t
S03-operators/autovivification.t
S03-operators/bit.t
Expand All @@ -63,37 +75,59 @@ S03-operators/context-forcers.t
S03-operators/context.t
S03-operators/equality.t
S03-operators/eqv.t
S03-operators/inplace.t
S03-operators/names.t
S03-operators/not.t
S03-operators/range-int.t
S03-operators/range.t
S03-operators/relational.t
S03-operators/repeat.t
S03-operators/scalar-assign.t
S03-operators/spaceship-and-containers.t
S03-operators/value_equivalence.t
S03-smartmatch/any-any.t
S03-smartmatch/any-array.t
S03-smartmatch/any-callable.t
S03-smartmatch/any-complex.t
S03-smartmatch/any-hash.t
S03-smartmatch/any-method.t
S03-smartmatch/any-num.t
S03-smartmatch/any-str.t
S03-smartmatch/any-type.t
S03-smartmatch/array-array.t
S03-smartmatch/disorganized.t
S04-blocks-and-statements/pointy.t
S04-declarations/implicit-parameter.t
S04-exceptions/control_across_runloop.t
S04-phasers/ascending-order.t
S04-phasers/check.t
S04-phasers/descending-order.t
S04-phasers/enter-leave.t
S04-phasers/exit-in-begin.t
S04-phasers/init.t
S04-phasers/interpolate.t
S04-phasers/multiple.t
S04-phasers/next.t
S04-phasers/pre-post.t
S04-phasers/rvalue.t
S04-phasers/start.t
S04-statement-modifiers/for.t
S04-statement-modifiers/given.t
S04-statement-modifiers/until.t
S04-statement-modifiers/while.t
S04-statement-parsing/hash.t
S04-statements/do.t
S04-statements/for-scope.t
S04-statements/for_with_only_one_item.t
S04-statements/last.t
S04-statements/lazy.t
S04-statements/loop.t
S04-statements/map-and-sort-in-for.t
S04-statements/next.t
S04-statements/no-implicit-block.t
S04-statements/redo.t
S04-statements/repeat.t
S04-statements/unless.t
S04-statements/until.t
S04-statements/while.t
S05-mass/named-chars.t
Expand Down Expand Up @@ -140,29 +174,37 @@ S06-signature/sub-ref.t
S06-traits/is-copy.t
S06-traits/is-readonly.t
S06-traits/is-rw.t
S09-autovivification/autoincrement.t
S09-subscript/slice.t
S10-packages/export.t
S10-packages/nested-use.t
S10-packages/scope.t
S11-modules/require.t
S12-attributes/clone.t
S12-attributes/delegation.t
S12-attributes/inheritance.t
S12-attributes/undeclared.t
S12-class/basic.t
S12-class/inheritance-class-methods.t
S12-class/inheritance.t
S12-class/instantiate.t
S12-class/literal.t
S12-class/namespaced.t
S12-class/rw.t
S12-class/self-inheritance.t
S12-construction/destruction.t
S12-construction/named-params-in-BUILD.t
S12-methods/attribute-params.t
S12-methods/chaining.t
S12-methods/class-and-instance.t
S12-methods/default-trait.t
S12-methods/how.t
S12-methods/lvalue.t
S12-methods/method-vs-sub.t
S12-methods/submethods.t
S12-methods/topic.t
S12-methods/typed-attributes.t
S12-traits/basic.t
S13-overloading/fallbacks-deep.t
S13-syntax/aliasing.t
S14-roles/bool.t
Expand All @@ -181,6 +223,7 @@ S24-testing/0-compile.t
S24-testing/4-version_lt.t
S24-testing/5-todo.t
S29-any/isa.t
S29-context/eval.t
S29-context/exit-in-if.t
S29-context/sleep.t
S29-os/system.t
Expand Down

0 comments on commit 725cddd

Please sign in to comment.