llvm-project/compiler-rt/test
Reid Kleckner 3f3af2cf74 [windows] Always use the lit shell on Windows, even if bash is present
Summary:
This is consistent with LLVM and Clang. The lit shell isn't a complete
bash implementation, but its behavior is more easily reproducible.  This
fixes some ubsan test failures.

One ubsan test requires a shell currently, so I added "REQUIRES: shell",
and the other doesn't work on Windows because it prints a stack trace
and uses a linker that doesn't support DWARF. We can fix it eventually
through other means.

Reviewers: samsonov, pcc

Subscribers: yaron.keren, filcab, llvm-commits

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

llvm-svn: 244837
2015-08-12 23:49:52 +00:00
..
BlocksRuntime Move tests for BlocksRuntime and builtins to corresponding directories under test/ 2014-02-14 09:47:31 +00:00
asan [windows] Always use the lit shell on Windows, even if bash is present 2015-08-12 23:49:52 +00:00
builtins Fix __floatsitf() for negative input 2015-07-31 13:32:09 +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 Removed xfail, since test is passing in line with expanded dtor sanitizing functionality 2015-08-12 21:31:27 +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 [ASAN/AArch64] Disable forkpty tests until we can fix them 2015-08-08 15:47:17 +00:00
tsan [tsan] Enable tsan for aarch64 2015-08-05 15:17:59 +00:00
ubsan [windows] Always use the lit shell on Windows, even if bash is present 2015-08-12 23:49:52 +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 [windows] Always use the lit shell on Windows, even if bash is present 2015-08-12 23:49:52 +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