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