[PATCH] D15080: [asan] Reports suppressions for ASan recovery mode (compiler-rt part).

Maxim Ostapenko via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 8 08:40:29 PST 2015


m.ostapenko added inline comments.

================
Comment at: test/asan/TestCases/halt_on_error-2.c:4
@@ +3,3 @@
+// RUN: %clang_asan -fsanitize-recover=address -DCHECK_SUPPRESSION=1 %s -o %t
+// RUN: %env_asan_opts=halt_on_error=false %run %t 2>&1 | FileCheck --check-prefix=CHECK-SUPPRESSION %s
+
----------------
ygribov wrote:
> Why no grep here?
> I would just add 
> CHECK-NOT: ERROR 
> as a 4-th CHECK line

Just addressing this comment.


http://reviews.llvm.org/D15080





More information about the llvm-commits mailing list