[svn:parrot] r37607 - trunk/t/pmc
coke at svn.parrot.org
coke at svn.parrot.org
Fri Mar 20 01:53:10 UTC 2009
Author: coke
Date: Fri Mar 20 01:53:09 2009
New Revision: 37607
URL: https://trac.parrot.org/parrot/changeset/37607
Log:
UnSKIP a passing test, convert another to a TODO.
Modified:
trunk/t/pmc/iterator.t
trunk/t/pmc/scalar.t
Modified: trunk/t/pmc/iterator.t
==============================================================================
--- trunk/t/pmc/iterator.t Fri Mar 20 01:30:47 2009 (r37606)
+++ trunk/t/pmc/iterator.t Fri Mar 20 01:53:09 2009 (r37607)
@@ -534,9 +534,8 @@
Iterator get_integer: 7
OUTPUT
-SKIP: {
- skip( "N/Y: length of rest of array ", 1 );
- pasm_output_is( <<'CODE', <<'OUTPUT', "shift + index access" );
+TODO: {
+ pasm_output_is( <<'CODE', <<'OUTPUT', "shift + index access", todo => "N/Y: length of rest of array ");
.include "iterator.pasm"
new P2, ['ResizablePMCArray'] # array with 4 elements
Modified: trunk/t/pmc/scalar.t
==============================================================================
--- trunk/t/pmc/scalar.t Fri Mar 20 01:30:47 2009 (r37606)
+++ trunk/t/pmc/scalar.t Fri Mar 20 01:53:09 2009 (r37607)
@@ -21,9 +21,8 @@
.include 'test_more.pir'
plan(1)
- skip(1, "doesn't work yet")
- #$P0 = new 'scalar'
- #ok(1, "scalar creation didn't explode")
+ $P0 = new 'scalar'
+ ok(1, "scalar creation didn't explode")
.end
# Local Variables:
More information about the parrot-commits
mailing list