summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/exception_classes/silenceuncaught_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* make sure the limits are high enough in the "fine" caseArne Juul2023-01-261-1/+1
|
* Disable a limited set of unit tests when using undefined sanitizer.Tor Egge2022-12-091-1/+2
|
* Add utility header for detecting sanitizer-instrumented compilationTor Brede Vekterli2022-05-031-19/+4
|
* tsan does not seem too happy about mmap failuresHåvard Pettersen2022-03-091-0/+10
|
* gc old process codeHåvard Pettersen2022-03-051-23/+16
| | | | also added read_line function to new Process code
* Disable mmap resource limit unit test on Darwin.Tor Egge2022-02-211-3/+3
|
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* 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 ↵Henning Baldersheim2020-03-051-1/+1
| | | | linked in.
* 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
| | | | | * we want to get the actual exit code directly, so use "exec" to avoid an intermediate shell.
* 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. ↵Henning Baldersheim2016-09-041-0/+26
But that will be tomorrow.