[svn:parrot] r42086 - trunk/t/op
mikehh at svn.parrot.org
mikehh at svn.parrot.org
Sun Oct 25 07:19:56 UTC 2009
Author: mikehh
Date: Sun Oct 25 07:19:54 2009
New Revision: 42086
URL: https://trac.parrot.org/parrot/changeset/42086
Log:
mark failing test as TODO in fast and cgoto runcores - TT #1135
Modified:
trunk/t/op/annotate-old.t
Modified: trunk/t/op/annotate-old.t
==============================================================================
--- trunk/t/op/annotate-old.t Sat Oct 24 20:36:51 2009 (r42085)
+++ trunk/t/op/annotate-old.t Sun Oct 25 07:19:54 2009 (r42086)
@@ -23,6 +23,10 @@
=cut
+TODO: {
+ local $TODO = q|fails in fast and cgoto runcores - TT #1135|
+ if $ENV{TEST_PROG_ARGS} =~ /--runcore=(fast|cgoto)/;
+
pir_error_output_like( <<CODE, <<OUTPUT, 'unhandled exception from loaded function');
.sub main :main
# Not using test more, just a quick way to pick a function
@@ -36,6 +40,8 @@
/\(foobar:42\)/
OUTPUT
+}
+
# Local Variables:
# mode: cperl
# cperl-indent-level: 4
More information about the parrot-commits
mailing list