forked from OSchip/llvm-project
parent
d0d025ef62
commit
08706542e9
|
@ -6,11 +6,11 @@
|
|||
// RUN: grep 'ERROR: AddressSanitizer: use-after-poison' %t.log | count 10
|
||||
// RUN: FileCheck %s <%t.log
|
||||
//
|
||||
// RUN: %env_asan_opts=halt_on_error=false:suppress_equal_pcs=false:exitcode=0 %run %t 10 20 >%t.log 2>&1
|
||||
// RUN: %env_asan_opts=halt_on_error=false:suppress_equal_pcs=false:exitcode=0 %run %t 10 20 >%t.log 2>&1
|
||||
// RUN: grep 'ERROR: AddressSanitizer: use-after-poison' %t.log | count 200
|
||||
// RUN: FileCheck %s <%t.log
|
||||
//
|
||||
// RUN: %env_asan_opts=halt_on_error=false:exitcode=0 %run %t 10 20 >%t.log 2>&1
|
||||
// RUN: %env_asan_opts=halt_on_error=false:exitcode=0 %run %t 10 20 >%t.log 2>&1
|
||||
// RUN: grep 'ERROR: AddressSanitizer: use-after-poison' %t.log | count 1
|
||||
// RUN: FileCheck %s <%t.log
|
||||
|
||||
|
|
Loading…
Reference in New Issue