[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
[clangd] Disable SerializationTest.NoCrashOnBadArraySize with ASAN kbobyrev on Nov 19 2020, 4:23 AM. Authored by Tags None Subscribers None
Description
Details
|