Set $UBSAN_OPTIONS during executable tests and disable UBSan's signal handlers.
The signal handlers interfere with the breakpad and sandbox tests, so we need to disable them there. We will also want to use the same set of UBSan options during executable tests as we do during instrumentation tests, so move the $UBSAN_OPTIONS value into the test harness, and pass it into the instrumentation test runner using a string extra. Bug: 469376 Change-Id: I76ffdd4a8221a54a23e257ac4d2321b8f28d2f42 Reviewed-on: https://chromium-review.googlesource.com/812982Reviewed-by:John Budorick <jbudorick@chromium.org> Commit-Queue: Peter Collingbourne <pcc@chromium.org> Cr-Commit-Position: refs/heads/master@{#522393}
Showing
Please register or sign in to comment