llvm-project/compiler-rt/test
Kuba Brecka b79932addf [asan] Fix the freopen interceptor to allow NULL instead of a filename
According to `man freopen`, passing NULL instead of a filename is valid, however the current implementation of the interceptor assumes this parameter is non-NULL. Let's fix that and add a test case.

Differential Revision: http://reviews.llvm.org/D11389

llvm-svn: 246435
2015-08-31 12:41:55 +00:00
..
BlocksRuntime Move tests for BlocksRuntime and builtins to corresponding directories under test/ 2014-02-14 09:47:31 +00:00
asan [asan] Fix the freopen interceptor to allow NULL instead of a filename 2015-08-31 12:41:55 +00:00
builtins Implement __aeabi_c{d,f}{cmpeq,cmple,rcmple}. 2015-08-21 00:25:37 +00:00
cfi [cmake] Hoist check for LLD sources up into root CMakeLists.txt 2015-08-11 00:33:07 +00:00
dfsan [AArch64|DFSAN] XPASS custom.cc, as it got fixed by r243686 2015-07-31 10:50:29 +00:00
lsan [Sanitizer] Teach ReadFileToBuffer to distinguish empty file from inaccessible file. 2015-07-17 23:50:08 +00:00
msan [sanitizer] Move sem_* to common interceptors. 2015-08-27 18:51:18 +00:00
profile Add support for generating profiles in a given directory. 2015-07-09 17:21:52 +00:00
safestack SafeStack: XFAIL the pthread.c test on Darwin. 2015-06-16 18:52:31 +00:00
sanitizer_common [Sanitizers] Make abort_on_error common flag. 2015-08-27 20:40:24 +00:00
tsan [compiler-rt] [tsan] Enable TSan for AArch64/42-bit VMA 2015-08-28 20:40:50 +00:00
ubsan [Sanitizers] Make abort_on_error common flag. 2015-08-27 20:40:24 +00:00
CMakeLists.txt CFI: Update tests for various bit vector sizes following lowerbitsets optzns. 2015-07-29 18:12:45 +00:00
lit.common.cfg Revert "[sanitizer] Move definition of stable-runtime to common lit config." 2015-08-18 12:44:55 +00:00
lit.common.configured.in [cmake] Hoist check for LLD sources up into root CMakeLists.txt 2015-08-11 00:33:07 +00:00