Commit 6f76a1e8 authored by jyasskin's avatar jyasskin Committed by Commit bot

Disable the failing Trap.SigSysAction test under TSan.

BUG=481297
TBR=hidehiko@chromium.org,mdempsky@chromium.org

Review URL: https://codereview.chromium.org/1104813008

Cr-Commit-Position: refs/heads/master@{#326952}
parent 159cce5d
......@@ -12,6 +12,7 @@
namespace sandbox {
namespace {
#if !defined(THREAD_SANITIZER)
SANDBOX_TEST_ALLOW_NOISE(Trap, SigSysAction) {
// This creates a global Trap instance, and registers the signal handler
// (Trap::SigSysAction).
......@@ -23,6 +24,7 @@ SANDBOX_TEST_ALLOW_NOISE(Trap, SigSysAction) {
// "Unexpected SIGSYS received." so it is necessary to allow the noise.
raise(SIGSYS);
}
#endif
} // namespace
} // namespace sandbox
Markdown is supported
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