Re-enable Trap.SigSysAction test under tsan.
The reason of Trap.SigSysAction failure under TSAN was identified, which was; TSAN intercepts sigaction(), similar to MSAN. So, direct syscall breaks its assumption. Fallback to sigaction() on TSAN. TEST=Ran bots with tsan. Ran the failure test case with tsan=1 locally. BUG=481297 Review URL: https://codereview.chromium.org/1103263003 Cr-Commit-Position: refs/heads/master@{#327216}
Showing
Please register or sign in to comment