[svn:parrot] r40796 - branches/context_pmc3/t/op

bacek at svn.parrot.org bacek at svn.parrot.org
Tue Aug 25 22:21:35 UTC 2009


Author: bacek
Date: Tue Aug 25 22:21:34 2009
New Revision: 40796
URL: https://trac.parrot.org/parrot/changeset/40796

Log:
[t] Put pop_eh after catching exception in t/op/annotate.t

Modified:
   branches/context_pmc3/t/op/annotate.t

Modified: branches/context_pmc3/t/op/annotate.t
==============================================================================
--- branches/context_pmc3/t/op/annotate.t	Tue Aug 25 22:21:14 2009	(r40795)
+++ branches/context_pmc3/t/op/annotate.t	Tue Aug 25 22:21:34 2009	(r40796)
@@ -37,6 +37,7 @@
   failed:
     .local pmc exception
     .get_results (exception)
+    pop_eh
     $P0 = exception.'annotations'()
     isa_ok ($P0, 'Hash', 'annotations gives back hash')
     $I0 = elements $P0
@@ -59,6 +60,7 @@
   failed:
     .local pmc exception
     .get_results (exception)
+    pop_eh
 
     $P0 = exception.'annotations'('file')
     is ($P0, 'foo.p6', "file annotation got OK")
@@ -107,6 +109,7 @@
   failed:
     .local pmc exception, bt, frame, ann
     .get_results (exception)
+    pop_eh
     bt = exception.'backtrace'()
     $I0 = elements bt
     $I0 = $I0 > 3


More information about the parrot-commits mailing list