Skip to content
Commit 8aceb614 authored by Joshua Goins's avatar Joshua Goins
Browse files

Tell asan to not use its own signal handlers in killTest

This disables these sigtrap handlers when CMake detects sanitizers are
enabled, or it's building on the CI. This prevents asan from destroying
the results of our kill test because it's catching signals we're
purposefully causing.
parent 8079ec0b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment