summaryrefslogtreecommitdiff
path: root/t/op/sigdispatch.t
Commit message (Expand)AuthorAgeFilesLines
* t/op/sigdispatch.t: SKIP, not TODOBrian Fraser2014-01-261-2/+2
* t/op/sigdispatch.t: Increase timeout to avoid issues on slow processorsBrian Fraser2014-01-261-1/+1
* t/op/sigdispatch.t: TODO tests that don't work on some Android buildsJess Robinson2014-01-261-1/+4
* [perl #88814] sigdispatch.t work on openbsd 5.2Tony Cook2013-09-111-2/+3
* [perl #45173] port the test to MSWin32Tony Cook2012-06-261-4/+7
* don't let arriving signals reset $@ [perl #45173]Jesse Luehrs2012-06-241-1/+12
* op/sigdispatch.t: skip tests on prodn releasesDavid Mitchell2012-04-141-10/+18
* skip sigdispatch.t on cygwin RT#88814Reini Urban2012-01-241-3/+5
* whichsig nul-cleanup.Brian Fraser2011-10-061-1/+16
* Add tests for POSIX::sigpending().Nicholas Clark2011-09-131-3/+10
* Move bareword checking from the peephole optimizer to finalize_optree. Fixes ...Gerard Goossen2011-08-111-3/+3
* Make sigblocking tests more independentLeon Timmermans2011-05-291-8/+5
* skip a problematic test on openbsd/threadTony Cook2011-04-271-0/+2
* Skup sigdispatch tests on VMS as they hang the VMS smokers.Craig A. Berry2011-04-211-1/+1
* On Win32, skip the tests added in 011c3814, as alarm can't interrupt select.v5.14.0-RC1Nicholas Clark2011-04-201-1/+3
* dispatch signals when leaving an evalDavid Mitchell2011-04-191-2/+24
* TODO some of the new sigdispatch tests on VMS.Craig A. Berry2011-04-171-4/+12
* Refactor sigdispatch.t to use is_miniperl() instead testing %ENV for minitest.Nicholas Clark2011-03-071-1/+2
* Detect unsafe signals more reliably on BSD/SolarisLeon Timmermans2011-02-241-3/+9
* Fix timing issues with test in sigdispatch.t on certain BSDsLeon Timmermans2011-02-201-2/+2
* adjust the skip count to account for the new test in c22d665bTony Cook2011-02-181-1/+1
* Unblock signal-mask on error for unsafe signalsLeon Timmermans2011-02-171-1/+7
* Also unblock signal handlers throwing an exceptionLeon Timmermans2011-01-181-5/+16
* Added tests for conditional unblockingLeon Timmermans2011-01-171-1/+25
* Global executable bit cleanupDavid Golden2010-07-241-0/+0
* Dispatch signals in infinite loops such as 1 while 1;Nicholas Clark2010-04-171-0/+38