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

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Mon Nov 9 03:23:13 UTC 2009


Author: jkeenan
Date: Mon Nov  9 03:23:04 2009
New Revision: 42382
URL: https://trac.parrot.org/parrot/changeset/42382

Log:
Change RT references to TT numbers.

Modified:
   trunk/t/pmc/threads.t

Modified: trunk/t/pmc/threads.t
==============================================================================
--- trunk/t/pmc/threads.t	Mon Nov  9 02:58:02 2009	(r42381)
+++ trunk/t/pmc/threads.t	Mon Nov  9 03:23:04 2009	(r42382)
@@ -57,7 +57,7 @@
 ok 2
 OUTPUT
 
-# RT #46807 rework tests since we don't really have thread types?
+# TT #1249:  rework tests since we don't really have thread types?
 
 SKIP: {
     skip 'busted on win32' => 2 if $^O eq 'MSWin32';
@@ -449,7 +449,7 @@
 OUTPUT
 
 TODO: {
-    local $TODO = "vtable overrides aren't properly cloned RT # 46511";
+    local $TODO = "vtable overrides aren't properly cloned TT # 1248";
 
     pir_output_is( <<'CODE', <<'OUTPUT', "CLONE_CODE | CLONE_CLASSES; superclass not built-in" );
 .namespace [ 'Foo' ]
@@ -536,7 +536,7 @@
 OUTPUT
 }
 
-pir_output_is( <<'CODE', <<'OUTPUT', "CLONE_CODE | CLONE_CLASSES; superclass built-in", todo => 'likely incorrect test');
+pir_output_is( <<'CODE', <<'OUTPUT', "CLONE_CODE | CLONE_CLASSES; superclass built-in", todo => 'likely incorrect test TT 1248');
 .namespace [ 'Foo' ]
 
 .sub foometh :method


More information about the parrot-commits mailing list