This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Get t/uni/cache.t working under minitest
[perl5.git] / t / op / sigdispatch.t
2014-01-26 Brian Frasert/op/sigdispatch.t: SKIP, not TODO
2014-01-26 Brian Frasert/op/sigdispatch.t: Increase timeout to avoid issues...
2014-01-26 Jess Robinsont/op/sigdispatch.t: TODO tests that don't work on some...
2013-09-11 Tony Cook[perl #88814] sigdispatch.t work on openbsd 5.2
2012-06-26 Tony Cook[perl #45173] port the test to MSWin32
2012-06-24 Jesse Luehrsdon't let arriving signals reset $@ [perl #45173]
2012-04-14 David Mitchellop/sigdispatch.t: skip tests on prodn releases
2012-01-24 Reini Urbanskip sigdispatch.t on cygwin RT#88814
2011-10-06 Brian Fraserwhichsig nul-cleanup.
2011-09-13 Nicholas ClarkAdd tests for POSIX::sigpending().
2011-08-11 Gerard GoossenMove bareword checking from the peephole optimizer...
2011-05-29 Leon TimmermansMake sigblocking tests more independent
2011-04-27 Tony Cookskip a problematic test on openbsd/thread
2011-04-21 Craig A. BerrySkup sigdispatch tests on VMS as they hang the VMS...
2011-04-20 Nicholas ClarkOn Win32, skip the tests added in 011c3814, as alarm... v5.14.0-RC1
2011-04-19 David Mitchelldispatch signals when leaving an eval
2011-04-18 Craig A. BerryTODO some of the new sigdispatch tests on VMS.
2011-03-07 Nicholas ClarkRefactor sigdispatch.t to use is_miniperl() instead...
2011-02-24 Leon TimmermansDetect unsafe signals more reliably on BSD/Solaris
2011-02-20 Leon TimmermansFix timing issues with test in sigdispatch.t on certain...
2011-02-18 Tony Cookadjust the skip count to account for the new test in...
2011-02-17 Leon TimmermansUnblock signal-mask on error for unsafe signals
2011-01-19 Leon TimmermansAlso unblock signal handlers throwing an exception
2011-01-18 Leon TimmermansAdded tests for conditional unblocking
2010-07-24 David GoldenGlobal executable bit cleanup
2010-04-17 Nicholas ClarkDispatch signals in infinite loops such as 1 while 1;