We need to make sure that the "external" API isn't dup'ing all data races into a single one (because the stack might look the same) and suppressing all external races. This works now, so just adding a test for that.
Details
Details
- Reviewers
kcc dvyukov - Commits
- rG276e94eb74cc: [tsan] Add a test for "external" API that checks the dup suppression is based…
rCRT301011: [tsan] Add a test for "external" API that checks the dup suppression is based…
rL301011: [tsan] Add a test for "external" API that checks the dup suppression is based…
Diff Detail
Diff Detail
- Repository
- rL LLVM