summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/asan/TestCases/sleep_before_dying.c
Commit message (Collapse)AuthorAgeFilesLines
* [windows] Fix or XFAIL remaining portable test failures and enable themReid Kleckner2015-08-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Summary: This involved various fixes: - Move a test that uses ulimit to Posix. - Add a few "REQUIRES: shell" lines to tests using backtick subshell evaluation. - The MSVC CRT buffers stdio if the output is a pipe by default. Some tests need that disabled to avoid interleaving test stdio with asan output. - MSVC headers provide _alloca instead of alloca (go figure), so add a portability macro to the two alloca tests. - XFAIL tests that rely on accurate symbols, we need to pass more flags to make that work. - MSVC's printf implementation of %p uses upper case letters and doesn't add 0x, so do that manually. - Accept "SEGV" or "access-violation" reports in crash tests. Reviewers: samsonov Subscribers: tberghammer, danalbert, llvm-commits, srhines Differential Revision: http://reviews.llvm.org/D12019 llvm-svn: 245073
* [asan] Add missing $ASAN_OPTIONS to some test casesKuba Brecka2015-07-071-1/+1
| | | | | | | | Since http://reviews.llvm.org/D10294, ASan test cases now respect default env. options via `ASAN_OPTION=$ASAN_OPTIONS:additional_options=xxx`. This patch adds this to a few test cases where it's still missing. Differential Revision: http://reviews.llvm.org/D10988 llvm-svn: 241571
* [ASan tests] Use ASAN_OPTIONS in a portable wayTimur Iskhodzhanov2014-05-261-1/+1
| | | | llvm-svn: 209629
* Add %run to all lit testsGreg Fitzgerald2014-04-301-1/+1
| | | | llvm-svn: 207709
* Move ASan lit-tests under test/asanAlexey Samsonov2014-02-141-0/+10
llvm-svn: 201413
OpenPOWER on IntegriCloud