Vitaly Buka
a7b079534a
[compiler-rt] Use "ColumnLimit: 0" instead of "clang-format off" in tests
...
Reviewers: eugenis, jfb
Subscribers: kubamracek, dberris, llvm-commits
Differential Revision: https://reviews.llvm.org/D55152
llvm-svn: 348061
2018-12-01 01:24:29 +00:00
Vitaly Buka
fba6547f2a
[sanitizer] Relax stack check in assert.cc even more
...
assert implementations can be very different
llvm-svn: 318089
2017-11-13 21:27:58 +00:00
Vitaly Buka
014be10717
[tsan] Deadly signal handler for tsan
...
Summary: https://github.com/google/sanitizers/issues/637
Reviewers: eugenis
Subscribers: kubamracek, llvm-commits
Differential Revision: https://reviews.llvm.org/D39929
llvm-svn: 318078
2017-11-13 19:56:20 +00:00
Vitaly Buka
2a46e8d1c2
[sanitizer] Relax stack check
...
-NEXT sometimes does not work as LLVMSymbolizer warning can appear there.
llvm-svn: 318077
2017-11-13 19:56:06 +00:00
Vitaly Buka
8b9d6be24d
[sanitizer] Simplify stack check in accert.cc
...
Somehow on arm bots stack does not include main.
llvm-svn: 318002
2017-11-12 21:15:19 +00:00
Vitaly Buka
1925591925
[sanitizer] Try to see test output on armv7
...
llvm-svn: 318001
2017-11-12 20:25:14 +00:00
Vitaly Buka
2aa04b4a0f
[sanitizer] Include stack trace check into signal tests
...
llvm-svn: 317963
2017-11-11 01:30:03 +00:00
Vitaly Buka
bec32e9ac4
[msan] Deadly signal handler for msan
...
Summary: Part of https://github.com/google/sanitizers/issues/637
Reviewers: eugenis, alekseyshl
Subscribers: llvm-commits, kubamracek
Differential Revision: https://reviews.llvm.org/D39826
llvm-svn: 317864
2017-11-10 02:06:59 +00:00
Vitaly Buka
dcbae8631f
[ubsan] Fix assert.cc test by compiling it as C++
...
llvm-svn: 314057
2017-09-23 05:09:45 +00:00
Vitaly Buka
15d7e604d9
[lsan] Deadly signal handler for lsan
...
Summary: Part of https://github.com/google/sanitizers/issues/637
Reviewers: eugenis, alekseyshl
Subscribers: llvm-commits, dberris, kubamracek, krytarowski
Differential Revision: https://reviews.llvm.org/D37608
llvm-svn: 314041
2017-09-22 22:57:48 +00:00
Vitaly Buka
f716931bb2
[lsan] Disable clang-format on few RUN: statements
...
llvm-svn: 313321
2017-09-15 00:02:30 +00:00
Vitaly Buka
fd5960a653
[ubsan] Enable UBsan in sanitizer_common tests
...
Summary:
Failing tests just marked as UNSUPPORTED or XFAIL.
Some of them can be easily supported, but I'll do this in separate patches.
Reviewers: eugenis, alekseyshl
Subscribers: srhines, kubamracek, llvm-commits, mgorny
Differential Revision: https://reviews.llvm.org/D37630
llvm-svn: 312860
2017-09-09 06:10:58 +00:00
Alexey Samsonov
966eba0585
[Sanitizer] Test churn: use %env_tool_opts in sanitizer_common lit tests.
...
This follows the approach we use in ASan and UBSan lit tests to setup
tool options in a portable way, and to provide a nice way to specify
testsuite-wide defaults.
llvm-svn: 246058
2015-08-26 19:29:07 +00:00
Kostya Serebryany
b044353bb2
[asan] under handle_abort=1 option intercept SIGABRT in addition to SIGSEGV/SIGBUS. Among other things this will allow to set up a death callback for SIGABRT and thus properly handle assert() in lib/Fuzzer
...
llvm-svn: 236474
2015-05-05 01:37:33 +00:00