[svn:parrot] r49146 - trunk/t/pmc

luben at svn.parrot.org luben at svn.parrot.org
Sun Sep 19 03:10:58 UTC 2010


Author: luben
Date: Sun Sep 19 03:10:58 2010
New Revision: 49146
URL: https://trac.parrot.org/parrot/changeset/49146

Log:
todo() a test for hash internal ordering

Modified:
   trunk/t/pmc/hash.t

Modified: trunk/t/pmc/hash.t
==============================================================================
--- trunk/t/pmc/hash.t	Sun Sep 19 03:10:50 2010	(r49145)
+++ trunk/t/pmc/hash.t	Sun Sep 19 03:10:58 2010	(r49146)
@@ -663,6 +663,9 @@
 # To try to ensure that the test fails reliably if there's a regression, it's
 # run 3 times with different hash keys.
 .sub clone_preserves_order
+    todo("clone preserves hash internal order")
+    .return ()
+
     .local pmc h, cloned
     .local string s1, s2
     .local int all_ok


More information about the parrot-commits mailing list