File tree 1 file changed +2
-2
lines changed
compiler-rt/test/asan/TestCases/Posix 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
// RUN: |& FileCheck %s -check-prefix=CHECK-IGNORE
5
5
// RUN: %clangxx_asan -O2 %s -o %t -DTEST=ignore_twice && not %run %t \
6
6
// RUN: |& FileCheck %s -check-prefix=CHECK-IGNORE-2
7
- // RUN: %clangxx_asan -O2 %s -o %t -DTEST=mismatch && not %run %t \
7
+ // RUN: %clangxx_asan -O2 %s -o %t -DTEST=mismatch && %env_asan_opts=alloc_dealloc_mismatch=1 not %run %t \
8
8
// RUN: |& FileCheck %s -check-prefix=CHECK-MISMATCH
9
- // RUN: %clangxx_asan -O2 %s -o %t -DTEST=ignore_mismatch && %run %t \
9
+ // RUN: %clangxx_asan -O2 %s -o %t -DTEST=ignore_mismatch && %env_asan_opts=alloc_dealloc_mismatch=1 % run %t \
10
10
// RUN: |& FileCheck %s -check-prefix=CHECK-IGNORE-MISMATCH
11
11
// RUN: %clangxx_asan -O2 %s -o %t -DTEST=double_delete && not %run %t \
12
12
// RUN: |& FileCheck %s -check-prefix=CHECK-DOUBLE-DELETE
You can’t perform that action at this time.
0 commit comments