[svn:parrot] r41248 - branches/pcc_arg_unify/t/pmc

allison at svn.parrot.org allison at svn.parrot.org
Sun Sep 13 08:37:43 UTC 2009


Author: allison
Date: Sun Sep 13 08:37:41 2009
New Revision: 41248
URL: https://trac.parrot.org/parrot/changeset/41248

Log:
[pcc] Pop the exception handler when the anticipated exception has been
handled to avoid infinite exception handler loop.

Modified:
   branches/pcc_arg_unify/t/pmc/resizablestringarray.t

Modified: branches/pcc_arg_unify/t/pmc/resizablestringarray.t
==============================================================================
--- branches/pcc_arg_unify/t/pmc/resizablestringarray.t	Sun Sep 13 06:52:33 2009	(r41247)
+++ branches/pcc_arg_unify/t/pmc/resizablestringarray.t	Sun Sep 13 08:37:41 2009	(r41248)
@@ -1351,6 +1351,7 @@
     .local pmc exception
     .local string message
 bad_type:
+    pop_eh
     .get_results (exception)
     message = exception
 still_ok:


More information about the parrot-commits mailing list