Author: tene
Date: Wed Dec 10 21:46:59 2008
New Revision: 33793

Modified:
   trunk/t/pmc/exceptionhandler.t

Log:
[t]: SKIP a segfaulting test for exceptionhandler subclasses, which
don't work.

Modified: trunk/t/pmc/exceptionhandler.t
==============================================================================
--- trunk/t/pmc/exceptionhandler.t      (original)
+++ trunk/t/pmc/exceptionhandler.t      Wed Dec 10 21:46:59 2008
@@ -115,8 +115,9 @@
     ok($I0, 'Exception Handler subclass popped')
     $I0 = subclass_handler_catches_can(myhandlercan)
     ok($I0, 'Exception Handler subclass with can_handle method catch 
exception')
-    $I0 = subclass_handler_catches(myhandler)
-    todo($I0, 'Exception Handler subclass catch exception')
+    skip(1,'Exception Handler subclass causes segfault')
+    #$I0 = subclass_handler_catches(myhandler)
+    #todo($I0, 'Exception Handler subclass catch exception')
 .end
 
 .sub subclass_exception_handler

Reply via email to