The short granule logic made this test flaky because with low
probability there would be no tag mismatch by coincidence.
Details
Details
- Reviewers
eugenis vitalybuka - Commits
- rGedd0981e71af: [HWASan] unflake test
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
compiler-rt/test/hwasan/TestCases/global-with-reduction.c | ||
---|---|---|
39 | you also can use multiple statics so the tag mismatch for at least for one |
compiler-rt/test/hwasan/TestCases/global-with-reduction.c | ||
---|---|---|
39 | not really. they get merged and no tag mismatch happens, which is another problem for which i was going to file a bug :) |
compiler-rt/test/hwasan/TestCases/global-with-reduction.c | ||
---|---|---|
39 | (apart from that just reduces the probability of flaking by a square, while this should completely fix it) |
you also can use multiple statics so the tag mismatch for at least for one