llvm-project/compiler-rt/test
Evgeniy Stepanov 5abf7d90ac [hwasan] Fix new[] with zero size.
Fixes "allocator is out of memory trying to allocate 0x0 bytes" by
always allocating at least one byte.

llvm-svn: 341229
2018-08-31 17:49:49 +00:00
..
BlocksRuntime
asan [CMake] Use normalized Windows target triples 2018-08-09 02:16:18 +00:00
builtins Support for multiarch runtimes layout 2018-06-28 03:11:52 +00:00
cfi [CMake] Use normalized Windows target triples 2018-08-09 02:16:18 +00:00
dfsan Add weak definitions of trace-cmp hooks to dfsan 2018-06-01 21:59:25 +00:00
esan [tsan] Update unittest for logging changes of r308637 2017-07-20 20:06:00 +00:00
fuzzer [libFuzzer] Remove mutation stats and weighted mutation selection. 2018-08-29 21:53:15 +00:00
hwasan [hwasan] Fix new[] with zero size. 2018-08-31 17:49:49 +00:00
interception Revert "[interception] Check for export table's size before referring to its elements." 2017-01-22 03:30:14 +00:00
lsan [lsan] Check that leak sanitizer works in the forked process 2018-08-27 19:15:05 +00:00
msan [msan] Remove XFAIL: freebsd from test/msan/tls_reuse.cc 2018-08-18 23:25:55 +00:00
profile [Coverage] Ignore 'unused' functions with non-zero execution counts 2018-08-07 22:25:36 +00:00
safestack SafeStack: Use correct unsafe stack sizes 2018-08-21 17:29:01 +00:00
sanitizer_common [CMake] Use normalized Windows target triples 2018-08-09 02:16:18 +00:00
scudo [scudo] Fix race condition in deallocation path when Quarantine is bypassed 2018-08-14 18:34:52 +00:00
shadowcallstack [scs] Disable negative test in shadowcallstack. 2018-06-29 15:16:45 +00:00
tsan [tsan] Avoid calling Block_copy in the "sync" GCD interceptors 2018-08-21 21:24:22 +00:00
ubsan [NFC] Some small test updates for Implicit Conversion sanitizer. 2018-08-17 07:33:38 +00:00
ubsan_minimal [NFC] Some small test updates for Implicit Conversion sanitizer. 2018-08-17 07:33:38 +00:00
xray [XRay][compiler-rt] Profiling Mode: Include file header in buffers 2018-07-31 04:16:54 +00:00
CMakeLists.txt [libFuzzer] Port to Windows 2018-08-30 15:54:44 +00:00
lit.common.cfg [compiler-rt] Only set lto_flags if lto_supported 2018-07-19 16:12:15 +00:00
lit.common.configured.in [compiler-rt] Add NewPM testing to CFI tests 2018-07-19 15:32:48 +00:00