[sanitizer] Try to see test output on armv7

llvm-svn: 318001
This commit is contained in:
Vitaly Buka 2017-11-12 20:25:14 +00:00
parent 199216376a
commit 1925591925
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
// RUN: %clangxx %s -o %t
// RUN: not --crash %run %t 2>&1 | FileCheck --check-prefix=CHECK0 %s
// RUN: %env_tool_opts=handle_abort=0 not --crash %run %t 2>&1 | FileCheck --check-prefix=CHECK0 %s
// RUN: %env_tool_opts=handle_abort=1 not %run %t
// RUN: %env_tool_opts=handle_abort=1 not %run %t 2>&1 | FileCheck --check-prefix=CHECK1 %s
// clang-format on