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

[email protected] Wed, 21 Jan 2009 16:16:24 -0800 (PST)
Newsgroups perl.cvs.parrot
Message-ID <[email protected]>
Author: coke
Date: Wed Jan 21 16:16:23 2009
New Revision: 35875

Modified:
   trunk/t/pmc/exceptionhandler.t

Log:
add reference to ticket



Modified: trunk/t/pmc/exceptionhandler.t
==============================================================================
--- trunk/t/pmc/exceptionhandler.t	(original)
+++ trunk/t/pmc/exceptionhandler.t	Wed Jan 21 16:16:23 2009
@@ -115,7 +115,7 @@
     ok($I0, 'Exception Handler subclass popped')
     $I0 = subclass_handler_catches_can(myhandlercan)
     ok($I0, 'Exception Handler subclass with can_handle method catch exception')
-    skip(1,'Exception Handler subclass causes segfault')
+    skip(1,'Exception Handler subclass causes segfault: TT #154')
     #$I0 = subclass_handler_catches(myhandler)
     #todo($I0, 'Exception Handler subclass catch exception')
 .end