Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Try once more to fix sigtrap.t | Father Chrysostomos | 2010-09-25 | 1 | -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 differences | Father Chrysostomos | 2010-09-24 | 1 | -7/+7 |
| | |||||
* | Add tests for [perl #72340] sigtrap attempts to modify read-only thing | Father Chrysostomos | 2010-09-24 | 1 | -1/+11 |
| | |||||
* | Oops. I broke sigtrap.t’s test output | Father Chrysostomos | 2010-09-24 | 1 | -1/+3 |
| | |||||
* | Convert sigtrap.t to test.pl | Father Chrysostomos | 2010-09-23 | 1 | -1/+2 |
| | |||||
* | Can't figure out what this is testing. | Jarkko Hietaniemi | 2001-10-08 | 1 | -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.pm | chromatic | 2001-10-07 | 1 | -0/+104 |
Message-Id: <20011007005801.98381.qmail@onion.perl.org> p4raw-id: //depot/perl@12347 |