summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/exception_classes/silenceuncaught_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* ChildProc -> ChildProcessArne Juul2020-07-171-8/+8
* rename SlaveProc -> ChildProcArne Juul2020-07-171-8/+8
* Detect use of clang version of address sanitizer.Tor Egge2020-05-251-0/+8
* Disable rlimit checking tests when using address sanitizer.Tor Egge2020-05-241-0/+2
* Skip some tests on Darwin due to setrlimit being partially broken.Tor Egge2020-04-141-0/+4
* openblas obviously requires a large portion of memory just to start be linked...Henning Baldersheim2020-03-051-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* ulimit -c 0 only when neededJon Marius Venstad2016-10-191-4/+4
* Add 'ulimit -c 0 && ' in front of crashing exec-sJon Marius Venstad2016-10-191-7/+7
* get rid of intermediate shell processarnej279592016-09-191-7/+7
* Update test specification.Henning Baldersheim2016-09-061-1/+1
* It was not as easy as it should have been.Henning Baldersheim2016-09-051-0/+6
* Only reinstate termination handler if exception is caught.Henning Baldersheim2016-09-051-1/+19
* Add test proving that this did not work. Must set/unset terminate_handler. Bu...Henning Baldersheim2016-09-041-0/+26