This is a patch to fix the bug reported here: https://llvm.org/bugs/show_bug.cgi?id=23230
Details
Details
- Reviewers
kcc glider samsonov - Commits
- rG9ebb30345915: [ASan] Fix flaky tests (see https://llvm.org/bugs/show_bug.cgi?id=23230). Patch…
rCRT238545: [ASan] Fix flaky tests (see https://llvm.org/bugs/show_bug.cgi?id=23230).
rL238545: [ASan] Fix flaky tests (see https://llvm.org/bugs/show_bug.cgi?id=23230).
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
test/asan/TestCases/strtol_strict.c | ||
---|---|---|
45 ↗ | (On Diff #26607) | ouch. This is going to corrupt asan's heap internals and may cause other kinds of flakiness in the test. |