llvm-project/compiler-rt/test/asan
Evgeniy Stepanov 627d78f6c2 [asan] Disable handle_abort in Android tests.
The same thing is already done on Mac. handle_abort slows down tests
significantly because it triggers tombstone collection on Android;
also, it changes failed test outcome from "not-crash" to "crash" (as
in "bin/not --crash").

This change adds handle_abort=0 to asan options on android (test
only!), and also tweaks android_run.py to semi-correctly pass the
crash/no-crash status to the caller.

llvm-svn: 281075
2016-09-09 18:43:24 +00:00
..
TestCases [asan] Disable handle_abort in Android tests. 2016-09-09 18:43:24 +00:00
Unit Replace hardcoded comment at 'lit.site.cfg.in' 2016-04-16 07:03:45 +00:00
android_commands [asan] Disable handle_abort in Android tests. 2016-09-09 18:43:24 +00:00
CMakeLists.txt [asan] abort_on_error=1 by default on Android. 2016-08-11 00:26:29 +00:00
lit.cfg [asan] Disable handle_abort in Android tests. 2016-09-09 18:43:24 +00:00
lit.site.cfg.in Replace hardcoded comment at 'lit.site.cfg.in' 2016-04-16 07:03:45 +00:00