[PATCH] D48087: [TSan] Report proper error on allocator failures instead of CHECK(0)-ing
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 18 11:10:42 PDT 2018
vitalybuka accepted this revision.
vitalybuka added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lib/tsan/tests/unit/tsan_mman_test.cc:205
- "allocator is terminating the process instead of returning 0");
- EXPECT_EQ(0L, p);
- // Alignment is not a multiple of sizeof(void*), although is a power of 2.
----------------
Why do you remove all these tests?
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D48087
More information about the llvm-commits
mailing list