[all-commits] [llvm/llvm-project] 140783: [clangd] Disable SerializationTest.NoCrashOnBadArr...
Kirill Bobyrev via All-commits
all-commits at lists.llvm.org
Thu Nov 19 04:25:32 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 140783347afb6e1848c81617d7fa3e556087cadd
https://github.com/llvm/llvm-project/commit/140783347afb6e1848c81617d7fa3e556087cadd
Author: Kirill Bobyrev <kbobyrev at google.com>
Date: 2020-11-19 (Thu, 19 Nov 2020)
Changed paths:
M clang-tools-extra/clangd/unittests/SerializationTests.cpp
Log Message:
-----------
[clangd] Disable SerializationTest.NoCrashOnBadArraySize with ASAN
Address Sanitizer crashes on large allocations:
```c++
// Try to crash rather than hang on large allocation.
ScopedMemoryLimit MemLimit(1000 * 1024 * 1024); // 1GB
```
More information about the All-commits
mailing list