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

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sat Nov 21 14:13:49 UTC 2009


Author: jkeenan
Date: Sat Nov 21 14:13:43 2009
New Revision: 42702
URL: https://trac.parrot.org/parrot/changeset/42702

Log:
Change RT references to TT references.

Modified:
   trunk/t/pmc/stringhandle.t

Modified: trunk/t/pmc/stringhandle.t
==============================================================================
--- trunk/t/pmc/stringhandle.t	Sat Nov 21 14:11:22 2009	(r42701)
+++ trunk/t/pmc/stringhandle.t	Sat Nov 21 14:13:43 2009	(r42702)
@@ -300,11 +300,9 @@
 OUT
 
 
-# RT #46833 test reading/writing code points once supported
+# TT #1204 test reading long chunks, eof, and across newlines
 
-# RT #46835 test reading long chunks, eof, and across newlines
-
-# RT #46837 pir_output_is( <<'CODE', <<'OUT', 'print, read, and readline - asynchronous', todo => 'not yet implemented' );
+# TT #1204 pir_output_is( <<'CODE', <<'OUT', 'print, read, and readline - asynchronous', todo => 'not yet implemented' );
 
 # L<PDD22/I\/O PMC API/=item record_separator>
 pir_output_is( <<'CODE', <<'OUT', 'record_separator', todo => 'not yet implemented' );
@@ -375,9 +373,9 @@
 ok 3 - $S0 = $P1.buffer_type() # full-buffered
 OUT
 
-# RT #46839 test effects of buffer_type, not just set/get
+# TT #1204 test effects of buffer_type, not just set/get
 
-# RT #46841
+# TT #1177
 # L<PDD22/I\/O PMC API/=item buffer_size>
 # NOTES: try setting positive, zero, negative int
 # perform print and read ops
@@ -591,7 +589,7 @@
 ok
 OUTPUT
 
-# RT #46843
+# TT #1178
 # L<PDD22/I\/O PMC API/=item get_fd>
 # NOTES: this is going to be platform dependent
 


More information about the parrot-commits mailing list