DescriptionRe-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
Committed: https://crrev.com/1fd8cbbab5cfa292bbfd006a7878a2f102195f90
Cr-Commit-Position: refs/heads/master@{#327216}
Patch Set 1 #
Messages
Total messages: 10 (2 generated)
|