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

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


Author: jkeenan
Date: Sat Nov 21 13:49:45 2009
New Revision: 42690
URL: https://trac.parrot.org/parrot/changeset/42690

Log:
Change RT references to TT references.

Modified:
   trunk/t/pmc/parrotio.t

Modified: trunk/t/pmc/parrotio.t
==============================================================================
--- trunk/t/pmc/parrotio.t	Sat Nov 21 13:46:53 2009	(r42689)
+++ trunk/t/pmc/parrotio.t	Sat Nov 21 13:49:45 2009	(r42690)
@@ -166,9 +166,9 @@
 ok 5 - $S0 = $P1.readline($I2) # again on same stream
 OUT
 
-# RT #46835 test reading long chunks, eof, and across newlines
+# TT #1204 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' );
@@ -264,16 +264,16 @@
 ok 6 - $S0 = $P1.buffer_type() # PIO_FULLBUF
 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
 # change buffer size while it contains data
 # try with all 'buffer_type' modes
 
-# 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