[svn:parrot] r49196 - branches/gc_massacre/t/op

bacek at svn.parrot.org bacek at svn.parrot.org
Tue Sep 21 10:01:38 UTC 2010


Author: bacek
Date: Tue Sep 21 10:01:37 2010
New Revision: 49196
URL: https://trac.parrot.org/parrot/changeset/49196

Log:
Fix string_mem test to use C<skip> instead of C<todo>

Modified:
   branches/gc_massacre/t/op/string_mem.t

Modified: branches/gc_massacre/t/op/string_mem.t
==============================================================================
--- branches/gc_massacre/t/op/string_mem.t	Tue Sep 21 10:01:13 2010	(r49195)
+++ branches/gc_massacre/t/op/string_mem.t	Tue Sep 21 10:01:37 2010	(r49196)
@@ -45,8 +45,7 @@
     test_pin_unpin()
     goto test_end
   dont_run_hanging_tests:
-    ok(1, "#TODO - Test disabled on gc_inf")
-    ok(1, "#TODO - Test disabled on gc_inf")
+    skip(2, "Test disabled on not GC MS")
   test_end:
 .end
 


More information about the parrot-commits mailing list