Lines Matching +full:fail +full:- +full:fast
1 // RUN: %clangxx_asan -O0 %s -o %t && not %run %t 2>&1 | FileCheck %s
2 // RUN: %clangxx_asan -O1 %s -o %t && not %run %t 2>&1 | FileCheck %s
3 // RUN: %clangxx_asan -O2 %s -o %t && not %run %t 2>&1 | FileCheck %s
4 // RUN: %clangxx_asan -O3 %s -o %t && not %run %t 2>&1 | FileCheck %s
7 // RUN: %clangxx_asan -O3 -xc %s -o %t && not %run %t 2>&1 | FileCheck %s
10 // REQUIRES: (arm-target-arch || armhf-target-arch), fast-unwinder-works
12 // FIXME: We fail to intercept strdup with the dynamic WinASan RTL, so it's not
14 // XFAIL: win32-dynamic-asan
23 // CHECK: AddressSanitizer: heap-buffer-overflow in main()
24 // CHECK: #0 {{.*}}main {{.*}}strdup_oob_test.cpp:[[@LINE-2]] in main()
25 // CHECK-LABEL: allocated by thread T{{.*}} here: in main()
27 // CHECK: #{{.*}}main {{.*}}strdup_oob_test.cpp:[[@LINE-6]] in main()
28 // CHECK-LABEL: SUMMARY in main()
29 // CHECK: strdup_oob_test.cpp:[[@LINE-7]] in main()