summaryrefslogtreecommitdiff
path: root/lib/sigtrap.t
Commit message (Collapse)AuthorAgeFilesLines
* Try once more to fix sigtrap.tFather Chrysostomos2010-09-251-7/+9
| | | | | | | | | | | | | It produces output like this: lib/sigtrap....................................................sh: line 1: 66151 Abort trap ./perl "-I../lib" -Msigtrap=INT -e 'sub { kill q-INT-, $$ } -> (3)' 2>&1 ok And is effectively skipped on Windows. So this new revision of the test • calls the signal handler directly, instead of trying to trigger it with a signal and • overrides kill globally to stop sigtrap.pm from aborting.
* Make the new sigtrap.t test more tolerant of OS differencesFather Chrysostomos2010-09-241-7/+7
|
* Add tests for [perl #72340] sigtrap attempts to modify read-only thingFather Chrysostomos2010-09-241-1/+11
|
* Oops. I broke sigtrap.t’s test outputFather Chrysostomos2010-09-241-1/+3
|
* Convert sigtrap.t to test.plFather Chrysostomos2010-09-231-1/+2
|
* Can't figure out what this is testing.Jarkko Hietaniemi2001-10-081-16/+1
| | | | | | (If it is trying to catch SIGKILL, it should stop trying because that is by definition impossible.) p4raw-id: //depot/perl@12361
* Add Tests for sigtrap.pmchromatic2001-10-071-0/+104
Message-Id: <20011007005801.98381.qmail@onion.perl.org> p4raw-id: //depot/perl@12347