summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/asan/TestCases/Posix/halt_on_error-signals.c
Commit message (Collapse)AuthorAgeFilesLines
* [asan] Remove "rm -f" in tests where it was needed only because of >>Vitaly Buka2017-09-211-3/+2
| | | | llvm-svn: 313843
* [asan] Reduce flakiness of heavy recovery mode tests.Maxim Ostapenko2016-08-011-1/+1
| | | | | | | | | | | | When we run halt_on_error-torture.cc with 10 threads and 20 iterations with halt_on_error=false:suppress_equal_pcs=false, we write 200 reports to 10.txt file and sometimes have collisions. We have CHECK-COLLISION check that greps 'AddressSanitizer: nested bug in the same thread, aborting' message in 10.txt, but it doesn't contain this line. If I don't redirect stderr > 10.txt 'AddressSanitizer: nested bug in the same thread, aborting' is printed to my screen as expected. Same happens for halt_on_error_suppress_equal_pcs.cc and halt_on_error-torture.cc. This happens because of kernel bug: https://lkml.org/lkml/2014/2/17/324 Furtunately, we can fix these tests by implicitly setting O_APPEND for opened files (use >> instead of > for stderr redirection). Differential Revision: https://reviews.llvm.org/D22921 llvm-svn: 277324
* [asan] Suppress duplicated errors in ASan recovery mode.Yury Gribov2015-12-101-1/+1
| | | | | | | | Patch by Max Ostapenko. Differential Revision: http://reviews.llvm.org/D15080 llvm-svn: 255228
* [asan] Enable halt_on_error tests on ARM targets.Yury Gribov2015-11-191-2/+0
| | | | | | Differential Revision: http://reviews.llvm.org/D14751 llvm-svn: 253549
* [asan] Use proper macro in runline.Yury Gribov2015-11-181-1/+1
| | | | llvm-svn: 253457
* [asan] Enable halt_on_error tests on OS X.Yury Gribov2015-11-171-0/+104
llvm-svn: 253342
OpenPOWER on IntegriCloud