LLeonard ChanFix for e1d84c421df1bd496918bc4dd30f040d47906a77
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Make lsan TestCases more consistent Inlining LSAN_BASE makes the lsan TestCases more consistent to the other sanitizer TestCases. It is also needed on Windows: https://reviews.llvm.org/D115103 Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D124322 | 4 年前 | |
Make lsan TestCases more consistent Inlining LSAN_BASE makes the lsan TestCases more consistent to the other sanitizer TestCases. It is also needed on Windows: https://reviews.llvm.org/D115103 Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D124322 | 4 年前 | |
[compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.* These lit configuration files are really Python source code. Using the .py file extension helps editors and tools use the correct language mode. LLVM and Clang already use this convention for lit configuration, this change simply applies it to all of compiler-rt. Reviewers: vitalybuka, dberris Differential Revision: https://reviews.llvm.org/D63658 llvm-svn: 364591 | 6 年前 | |
compiler-rt: Rename .cc file in test/lsan to .cpp Like r367463, but for test/lsan. llvm-svn: 367803 | 6 年前 | |
Make lsan TestCases more consistent Inlining LSAN_BASE makes the lsan TestCases more consistent to the other sanitizer TestCases. It is also needed on Windows: https://reviews.llvm.org/D115103 Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D124322 | 4 年前 | |
Make lsan TestCases more consistent Inlining LSAN_BASE makes the lsan TestCases more consistent to the other sanitizer TestCases. It is also needed on Windows: https://reviews.llvm.org/D115103 Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D124322 | 4 年前 | |
Make lsan TestCases more consistent Inlining LSAN_BASE makes the lsan TestCases more consistent to the other sanitizer TestCases. It is also needed on Windows: https://reviews.llvm.org/D115103 Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D124322 | 4 年前 | |
Make lsan TestCases more consistent Inlining LSAN_BASE makes the lsan TestCases more consistent to the other sanitizer TestCases. It is also needed on Windows: https://reviews.llvm.org/D115103 Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D124322 | 4 年前 | |
Make lsan TestCases more consistent Inlining LSAN_BASE makes the lsan TestCases more consistent to the other sanitizer TestCases. It is also needed on Windows: https://reviews.llvm.org/D115103 Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D124322 | 4 年前 | |
[lsan] Remove undefined ENV variables | 4 年前 | |
Make lsan TestCases more consistent Inlining LSAN_BASE makes the lsan TestCases more consistent to the other sanitizer TestCases. It is also needed on Windows: https://reviews.llvm.org/D115103 Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D124322 | 4 年前 | |
Make lsan TestCases more consistent Inlining LSAN_BASE makes the lsan TestCases more consistent to the other sanitizer TestCases. It is also needed on Windows: https://reviews.llvm.org/D115103 Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D124322 | 4 年前 | |
compiler-rt: Rename .cc file in test/lsan to .cpp Like r367463, but for test/lsan. llvm-svn: 367803 | 6 年前 | |
Make lsan TestCases more consistent Inlining LSAN_BASE makes the lsan TestCases more consistent to the other sanitizer TestCases. It is also needed on Windows: https://reviews.llvm.org/D115103 Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D124322 | 4 年前 | |
[lsan] Mark 2 new lsan tests unsupported on arm-linux These tests were added in: 1daa48f005bd477ba8711ecdf91a1f1515f01383 59e422c90bf4796fc73237e838d8954b4e2099b1 malloc_zero.c and realloc_too_big.c fail when only leak sanitizer is enabled. http://lab.llvm.org:8011/#/builders/59/builds/1635 (also in an armv8 32 bit build) (I would XFAIL them but the same test is run with address and leak sanitizer enabled and that one does pass) | 5 年前 | |
[NFC][LSAN] Limit the number of concurrent threads is the test Test still fails with D88184 reverted. The test was flaky on https://bugs.chromium.org/p/chromium/issues/detail?id=1206745 and https://lab.llvm.org/buildbot/#/builders/sanitizer-x86_64-linux Reviewed By: morehouse Differential Revision: https://reviews.llvm.org/D102218 | 4 年前 | |
Make lsan TestCases more consistent Inlining LSAN_BASE makes the lsan TestCases more consistent to the other sanitizer TestCases. It is also needed on Windows: https://reviews.llvm.org/D115103 Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D124322 | 4 年前 | |
Make lsan TestCases more consistent Inlining LSAN_BASE makes the lsan TestCases more consistent to the other sanitizer TestCases. It is also needed on Windows: https://reviews.llvm.org/D115103 Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D124322 | 4 年前 | |
compiler-rt: Rename .cc file in test/lsan to .cpp Like r367463, but for test/lsan. llvm-svn: 367803 | 6 年前 | |
Make lsan TestCases more consistent Inlining LSAN_BASE makes the lsan TestCases more consistent to the other sanitizer TestCases. It is also needed on Windows: https://reviews.llvm.org/D115103 Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D124322 | 4 年前 | |
Make lsan TestCases more consistent Inlining LSAN_BASE makes the lsan TestCases more consistent to the other sanitizer TestCases. It is also needed on Windows: https://reviews.llvm.org/D115103 Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D124322 | 4 年前 | |
Fix for e1d84c421df1bd496918bc4dd30f040d47906a77 One of the checks in realloc_too_big.c actually printed a regular warning and not an OOM error, so the check shouldn't be updated. | 3 年前 | |
[lsan][test] Add malloc(0) and realloc(p, 0) tests | 5 年前 | |
Make lsan TestCases more consistent Inlining LSAN_BASE makes the lsan TestCases more consistent to the other sanitizer TestCases. It is also needed on Windows: https://reviews.llvm.org/D115103 Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D124322 | 4 年前 | |
Make lsan TestCases more consistent Inlining LSAN_BASE makes the lsan TestCases more consistent to the other sanitizer TestCases. It is also needed on Windows: https://reviews.llvm.org/D115103 Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D124322 | 4 年前 | |
Move LSan test suite under test/ llvm-svn: 201408 | 12 年前 | |
Make lsan TestCases more consistent Inlining LSAN_BASE makes the lsan TestCases more consistent to the other sanitizer TestCases. It is also needed on Windows: https://reviews.llvm.org/D115103 Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D124322 | 4 年前 | |
[sanitizer]Update tests to be compatible with Android. Split off from D89251 Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D89884 | 5 年前 | |
Make lsan TestCases more consistent Inlining LSAN_BASE makes the lsan TestCases more consistent to the other sanitizer TestCases. It is also needed on Windows: https://reviews.llvm.org/D115103 Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D124322 | 4 年前 | |
Make lsan TestCases more consistent Inlining LSAN_BASE makes the lsan TestCases more consistent to the other sanitizer TestCases. It is also needed on Windows: https://reviews.llvm.org/D115103 Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D124322 | 4 年前 | |
[lsan][test] Enable many_tls_keys_pthread.cpp and disable swapcontext.cpp/fork_and_leak.cpp With D98926, many_tls_keys_pthread.cpp appears to be working. On glibc 2.30-0ubuntu2, swapcontext.cpp and Linux/fork_and_leak.cpp work fine but they strangely fail on clang-cmake-aarch64-full (https://lab.llvm.org/buildbot/#/builders/7/builds/2240). Disable them for now. Note: check-lsan was recently enabled on AArch64 in D98985. A test takes 10+ seconds. We should figure out the bottleneck. | 5 年前 | |
Make lsan TestCases more consistent Inlining LSAN_BASE makes the lsan TestCases more consistent to the other sanitizer TestCases. It is also needed on Windows: https://reviews.llvm.org/D115103 Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D124322 | 4 年前 | |
Make lsan TestCases more consistent Inlining LSAN_BASE makes the lsan TestCases more consistent to the other sanitizer TestCases. It is also needed on Windows: https://reviews.llvm.org/D115103 Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D124322 | 4 年前 | |
Make lsan TestCases more consistent Inlining LSAN_BASE makes the lsan TestCases more consistent to the other sanitizer TestCases. It is also needed on Windows: https://reviews.llvm.org/D115103 Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D124322 | 4 年前 | |
Make lsan TestCases more consistent Inlining LSAN_BASE makes the lsan TestCases more consistent to the other sanitizer TestCases. It is also needed on Windows: https://reviews.llvm.org/D115103 Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D124322 | 4 年前 | |
Make lsan TestCases more consistent Inlining LSAN_BASE makes the lsan TestCases more consistent to the other sanitizer TestCases. It is also needed on Windows: https://reviews.llvm.org/D115103 Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D124322 | 4 年前 | |
Make lsan TestCases more consistent Inlining LSAN_BASE makes the lsan TestCases more consistent to the other sanitizer TestCases. It is also needed on Windows: https://reviews.llvm.org/D115103 Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D124322 | 4 年前 | |
Make lsan TestCases more consistent Inlining LSAN_BASE makes the lsan TestCases more consistent to the other sanitizer TestCases. It is also needed on Windows: https://reviews.llvm.org/D115103 Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D124322 | 4 年前 | |
Make lsan TestCases more consistent Inlining LSAN_BASE makes the lsan TestCases more consistent to the other sanitizer TestCases. It is also needed on Windows: https://reviews.llvm.org/D115103 Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D124322 | 4 年前 | |
Make lsan TestCases more consistent Inlining LSAN_BASE makes the lsan TestCases more consistent to the other sanitizer TestCases. It is also needed on Windows: https://reviews.llvm.org/D115103 Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D124322 | 4 年前 | |
Make lsan TestCases more consistent Inlining LSAN_BASE makes the lsan TestCases more consistent to the other sanitizer TestCases. It is also needed on Windows: https://reviews.llvm.org/D115103 Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D124322 | 4 年前 |