[svn:parrot] r46310 - trunk/t/src
NotFound at svn.parrot.org
NotFound at svn.parrot.org
Wed May 5 12:42:41 UTC 2010
Author: NotFound
Date: Wed May 5 12:42:40 2010
New Revision: 46310
URL: https://trac.parrot.org/parrot/changeset/46310
Log:
change a Parrot_compile_string test from skip to todo
Modified:
trunk/t/src/embed.t
Modified: trunk/t/src/embed.t
==============================================================================
--- trunk/t/src/embed.t Wed May 5 12:15:03 2010 (r46309)
+++ trunk/t/src/embed.t Wed May 5 12:42:40 2010 (r46310)
@@ -136,11 +136,8 @@
Invalid interpreter type
OUTPUT
-SKIP: {
-
- skip('TT #1610 : Parrot_compile_string does not properly catch IMCC syntax errors', 1);
-c_output_is(linedirective(__LINE__) . <<'CODE', <<'OUTPUT', 'Parrot_compile_string populates the error string when there is an IMCC syntax error');
+c_output_is(linedirective(__LINE__) . <<'CODE', <<'OUTPUT', 'Parrot_compile_string populates the error string when there is an IMCC syntax error', 'todo' => 'TT #1610 : does not properly catch IMCC errors');
#include <stdio.h>
#include <stdlib.h>
@@ -178,7 +175,7 @@
Caught exception
error:imcc:syntax error, unexpected IDENTIFIER ('The')
OUTPUT
-}
+
c_output_is(linedirective(__LINE__) . <<'CODE', <<'OUTPUT', "Hello world from main" );
More information about the parrot-commits
mailing list