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 26, 2012
1 parent 843ce54 commit abaccdf
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions t/spectest.data
Expand Up @@ -21,32 +21,38 @@ S02-literals/hash-interpolation.t
S02-literals/hex_chars.t
S02-literals/pair-boolean.t
S02-literals/radix.t
S02-literals/string-interpolation.t
S02-literals/sub-calls.t
S02-literals/underscores.t
S02-magicals/block.t
S02-magicals/dollar-underscore.t
S02-magicals/subname.t
S02-magicals/sub.t
S02-names/caller.t
S02-names/symbolic-deref.t
S02-names-vars/variables-and-packages.t
S02-types/array_extending.t
S02-types/assigning-refs.t
S02-types/catch_type_cast_mismatch.t
S02-types/flattening.t
S02-types/hash_ref.t
S02-types/hash.t
S02-types/mixed_multi_dimensional.t
S02-types/nan.t
S02-types/nested_arrays.t
S02-types/nested_pairs.t
S02-types/parsing-bool.t
S02-types/subscripts_and_context.t
S02-types/unicode.t
S03-binding/arrays.t
S03-binding/hashes.t
S03-binding/nested.t
S03-binding/scalars.t
S03-binding/subs.t
S03-operators/assign-is-not-binding.t
S03-operators/autoincrement.t
S03-operators/autovivification.t
S03-operators/bit.t
S03-operators/chained-declarators.t
S03-operators/context-forcers.t
S03-operators/equality.t
Expand All @@ -61,6 +67,7 @@ S03-smartmatch/any-array.t
S03-smartmatch/any-complex.t
S03-smartmatch/any-hash.t
S03-smartmatch/array-array.t
S04-blocks-and-statements/pointy.t
S04-exceptions/control_across_runloop.t
S04-phasers/ascending-order.t
S04-phasers/descending-order.t
Expand All @@ -69,6 +76,7 @@ S04-phasers/init.t
S04-phasers/multiple.t
S04-phasers/next.t
S04-phasers/pre-post.t
S04-phasers/start.t
S04-statement-modifiers/for.t
S04-statements/for-scope.t
S04-statements/for_with_only_one_item.t
Expand All @@ -89,6 +97,7 @@ S05-mass/stdrules.t
S05-metachars/line-anchors.t
S05-metachars/newline.t
S05-metasyntax/litvar.t
S05-metasyntax/repeat.t
S05-modifier/perl5_1.t
S05-modifier/perl5_2.t
S05-modifier/perl5_3.t
Expand All @@ -98,6 +107,7 @@ S05-modifier/perl5_7.t
S05-modifier/perl5_8.t
S05-modifier/perl5_9.t
S05-substitution/match.t
S05-transliteration/trans.t
S06-advanced/lexical-subs.t
S06-advanced/recurse.t
S06-advanced/return_function.t
Expand Down Expand Up @@ -125,6 +135,7 @@ S11-modules/require.t
S12-attributes/undeclared.t
S12-class/basic.t
S12-class/inheritance-class-methods.t
S12-class/inheritance.t
S12-class/literal.t
S12-class/self-inheritance.t
S12-construction/destruction.t
Expand Down Expand Up @@ -160,8 +171,12 @@ S32-array/end.t
S32-array/keys_values.t
S32-array/pairs.t
S32-container/cat.t
S32-hash/delete.t
S32-hash/keys_values.t
S32-hash/slice.t
S32-list/map.t
S32-list/sort.t
S32-num/int.t
S32-num/pi.t
S32-num/sign.t
S32-num/sqrt.t
Expand All @@ -174,6 +189,7 @@ S32-str/lc.t
S32-str/length.t
S32-str/quotemeta.t
S32-str/rindex.t
S32-str/substr.t
S32-str/ucfirst.t
S32-str/uc.t
S32-temporal/time.t
Expand Down

0 comments on commit abaccdf

Please sign in to comment.