Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
track failures, run (fudged) tests
  • Loading branch information
coke committed Oct 28, 2011
1 parent d7f45ff commit b2cd763
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions t/spectest.data
Expand Up @@ -88,7 +88,7 @@ S02-one-pass-parsing/less-than.t
S02-types/subset.t
S02-lexical-conventions/begin_end_pod.t
S02-lexical-conventions/end-pod.t
# S02-lexical-conventions/comments.t # err: You can't backslash that at line 79, near "#`((( comm"
# S02-lexical-conventions/comments.t # err: =begin without matching =end
S02-lexical-conventions/minimal-whitespace.t
S02-lexical-conventions/one-pass-parsing.t
S02-lexical-conventions/pod-in-multi-line-exprs.t
Expand Down Expand Up @@ -136,14 +136,14 @@ S03-operators/eqv.t
S03-operators/gcd.t
# S03-operators/identity.t # err: Cannot use bind operator with this LHS
S03-operators/increment.t
# S03-operators/inplace.t # err: Method '' not found for invocant of class 'Str'
S03-operators/inplace.t
S03-operators/is-divisible-by.t
S03-operators/lcm.t
S03-operators/list-quote-junction.t
S03-operators/minmax.t
S03-operators/misc.t
S03-operators/names.t
# S03-operators/nesting.t # err: Unable to parse blockoid
S03-operators/nesting.t
S03-operators/not.t
S03-operators/overflow.t
S03-operators/precedence.t
Expand All @@ -165,7 +165,7 @@ S03-sequence/arity0.t
S03-sequence/arity-2-or-more.t
S03-sequence/basic.t
# S03-sequence/limit-arity-2-or-more.t # err: Not enough positional parameters passed; got 1 but expected 2
# S03-sequence/nonnumeric.t # err: Method 'pred' not found for invocant of class 'Failure'
S03-sequence/nonnumeric.t
# S03-smartmatch/any-any.t # err: No applicable candidates found to dispatch to for 'ACCEPTS'.
S03-smartmatch/any-array-slice.t
S03-smartmatch/any-array.t
Expand Down Expand Up @@ -236,7 +236,7 @@ S05-capture/match-object.t
# S05-grammar/inheritance.t # err: Null PMC access in set_pmc_keyed()
S05-grammar/methods.t
# S05-grammar/namespace.t # err: Null PMC access in set_pmc_keyed()
# S05-grammar/parse_and_parsefile.t # err: Could not locate compile-time value for symbol No::Such::Grammar
# S05-grammar/parse_and_parsefile.t # err: Method 'parsefile' not found for invocant of class 'Foo'
# S05-grammar/protoregex.t # err: Quantifier quantifies nothing
# S05-grammar/protos.t # err: Null PMC access in set_pmc_keyed()
# S05-grammar/signatures.t # err: Null PMC access in set_pmc_keyed()
Expand All @@ -248,7 +248,7 @@ S05-mass/named-chars.t # icu
# S05-mass/properties-derived.t # err: Method 'isASCIIHexDigit' not found for invocant of class 'Cursor'
# S05-mass/properties-general.t # err: Method 'isL' not found for invocant of class 'Cursor'
# S05-mass/properties-script.t # err: Method 'isBidiL' not found for invocant of class 'Cursor'
# S05-mass/rx.t # err: Method 'before' not found for invocant of class 'Cursor'
# S05-mass/rx.t # err: Unsupported use of - as character range
# S05-mass/recursive.t # err: Method 'rxtype' not found for invocant of class 'PAST;Regex'
S05-mass/stdrules.t
S05-match/arrayhash.t
Expand Down Expand Up @@ -298,7 +298,7 @@ S06-currying/assuming-and-mmd.t
S06-currying/named.t
S06-multi/lexical-multis.t
S06-multi/positional-vs-named.t
# S06-multi/proto.t # err: Illegal redeclaration of routine 'bar'
S06-multi/proto.t
S06-multi/syntax.t
S06-multi/type-based.t
S06-multi/value-based.t
Expand Down Expand Up @@ -364,7 +364,7 @@ S11-modules/need.t
S12-attributes/clone.t
S12-attributes/delegation.t
S12-attributes/inheritance.t
# S12-attributes/instance.t # err: Symbol 'self' not predeclared in <anonymous>
S12-attributes/instance.t
# S12-attributes/mutators.t # err: Cannot put a type constraint on an 'our'-scoped variable
S12-attributes/recursive.t
S12-attributes/undeclared.t
Expand Down Expand Up @@ -415,7 +415,7 @@ S12-methods/instance.t
S12-methods/lastcall.t
S12-methods/method-vs-sub.t
# S12-methods/multi.t # err: No applicable candidates found to dispatch to for 'prefix:<~>'
# S12-methods/parallel-dispatch.t # err: Method 'find_private_method' not found for invocant of class 'Perl6::Metamodel::PackageHOW'
# S12-methods/parallel-dispatch.t # err: Cannot access attributes in a type object
S12-methods/private.t
S12-methods/submethods.t
S12-methods/syntax.t
Expand All @@ -431,7 +431,7 @@ S13-overloading/operators.t
# S14-roles/anonymous.t # err: No applicable candidates found to dispatch to for 'infix:<eq>'
# S14-roles/attributes.t # err: Attribute $!a1 not declared in class C1
# S14-roles/basic.t # err: C67768 cannot compose List because it is not composable
# S14-roles/composition.t # err: Method 'foo' must be resolved by class DD because it exists in multiple roles
S14-roles/composition.t
S14-roles/conflicts.t
S14-roles/crony.t
S14-roles/instantiation.t
Expand All @@ -443,9 +443,9 @@ S14-roles/parameterized-basic.t
# S14-roles/parameterized-mixin.t # err: No applicable candidates found to dispatch to for 'infix:<eq>'
S14-roles/parameterized-type.t
S14-roles/submethods.t
# S14-traits/attributes.t # err: Invalid typename in parameter declaration
# S14-traits/attributes.t # err: Lexical '$a' not found
# S14-traits/package.t # err: Invalid typename in parameter declaration
# S14-traits/routines.t # err: Could not find sub &description
# S14-traits/routines.t # all skipped
# S14-traits/variables.t # err: Invalid typename in parameter declaration
# S16-filehandles/filetest.t # err: Method 'z' not found for invocant of class 'IO'
S16-filehandles/io.t
Expand All @@ -455,7 +455,7 @@ S16-filehandles/open.t
S16-filehandles/unlink.t
# S16-io/bare-say.t # err: No applicable candidates found to dispatch to for 'infix:<eq>'
S16-io/basic-open.t
# S16-io/say.t # err: o k 3 - say with multiple parameters (2)
# S16-io/say.t # err: Method 'print' not found for invocant of class 'Str'
S16-io/say-and-ref.t
# S16-io/getc.t # err: Could not find sub &getc
S16-unfiled/rebindstdhandles.t
Expand Down Expand Up @@ -497,10 +497,10 @@ S32-hash/pairs.t
# S32-hash/push.t # hangs
S32-hash/slice.t
S32-io/dir.t
# S32-io/chdir.t # err: Method 'd' not found for invocant of class 'Str'
# S32-io/chdir.t # err: Dynamic variable $*CWD not found
S32-io/file-tests.t
S32-io/note.t
# S32-io/IO-Socket-INET.t # err: Could not find sub &sleep
# S32-io/IO-Socket-INET.t # all fail
S32-list/categorize.t
S32-list/classify.t
S32-list/create.t
Expand All @@ -510,12 +510,12 @@ S32-list/grep.t
S32-list/join.t
S32-list/map_function_return_values.t
S32-list/map.t
# S32-list/minmax.t # err: splice() not implemented in class 'Mu'
S32-list/minmax.t
S32-list/pick.t
S32-list/reduce.t
S32-list/reverse.t
S32-list/roll.t
# S32-list/sort.t # err: Ambiguous dispatch to multi 'sort'.
S32-list/sort.t
# S32-list/uniq.t # err: Method 'uniq' not found for invocant of class 'Array'
S32-num/abs.t
S32-num/base.t
Expand Down Expand Up @@ -568,7 +568,7 @@ S32-str/words.t # icu
S32-temporal/calendar.t
S32-temporal/Date.t
S32-temporal/DateTime.t
# S32-temporal/DateTime-Instant-Duration.t # err: Method 'eval' not found for invocant of class 'Str'
# S32-temporal/DateTime-Instant-Duration.t # hangs
S32-temporal/local.t
S32-trig/e.t
S32-trig/pi.t
Expand All @@ -591,7 +591,7 @@ integration/99problems-01-to-10.t
# integration/99problems-21-to-30.t # err: Method 'splice' not found for invocant of class 'Array'
integration/99problems-31-to-40.t
# integration/99problems-41-to-50.t # err: Ambiguous dispatch to multi 'sort'.
# integration/99problems-51-to-60.t # err: Nominal type check failed for parameter '$obj'
# integration/99problems-51-to-60.t # err: No applicable candidates found to dispatch to for 'mirror'
# integration/99problems-61-to-70.t # err: Nominal type check failed for parameter '$tree'; expected Any but got Mu instead
integration/advent2009-day01.t
integration/advent2009-day02.t
Expand Down

0 comments on commit b2cd763

Please sign in to comment.