[svn:parrot] r42752 - trunk/t/op

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sat Nov 21 18:07:29 UTC 2009


Author: jkeenan
Date: Sat Nov 21 18:07:29 2009
New Revision: 42752
URL: https://trac.parrot.org/parrot/changeset/42752

Log:
Remove inline comments referring to resolved RT 43269 and 46895.

Modified:
   trunk/t/op/debuginfo.t

Modified: trunk/t/op/debuginfo.t
==============================================================================
--- trunk/t/op/debuginfo.t	Sat Nov 21 18:05:16 2009	(r42751)
+++ trunk/t/op/debuginfo.t	Sat Nov 21 18:07:29 2009	(r42752)
@@ -125,11 +125,6 @@
 called from Sub 'parrot;Test2;main' pc (\d+|-1) \(.*?:(\d+|-1)\)$/
 OUTPUT
 
-# RT #46895
-# in plain functional run-loop result is 999
-# other run-loops report 998
-# investigate this after interpreter strtup is done
-# see also todo item in src/embed.c
 pir_error_output_like( <<'CODE', <<'OUTPUT', "debug backtrace - recursion 1" );
 .sub main
     main()
@@ -166,7 +161,6 @@
 $nolineno = $ENV{TEST_PROG_ARGS} =~ /--runcore=(fast|cgoto)/
     ? '\(\(unknown file\):-1\)' : '\(xyz.pir:126\)';
 
-# See "RT #43269 and .annotate
 pir_error_output_like( <<'CODE', <<"OUTPUT", "setfile and setline" );
 .sub main :main
     setfile "xyz.pir"
@@ -181,7 +175,6 @@
 
 $nolineno = $ENV{TEST_PROG_ARGS} =~ /--runcore=(fast|cgoto)/
     ? '\(\(unknown file\):-1\)' : '\(foo.p6:128\)';
-# See "RT #43269 and .annotate
 pir_error_output_like( <<'CODE', <<"OUTPUT", "setfile and setline" );
 .sub main :main
     setfile "foo.p6"


More information about the parrot-commits mailing list