Lines Matching full:blacklist
1 // Test the blacklist functionality of ASan
5 // RUN: echo "src:*blacklist-extra.cc" >> %tmp
6 // RUN: %clangxx_asan -fsanitize-blacklist=%tmp -O0 %s -o %t \
7 // RUN: %p/Helpers/blacklist-extra.cc && %run %t 2>&1
8 // RUN: %clangxx_asan -fsanitize-blacklist=%tmp -O1 %s -o %t \
9 // RUN: %p/Helpers/blacklist-extra.cc && %run %t 2>&1
10 // RUN: %clangxx_asan -fsanitize-blacklist=%tmp -O2 %s -o %t \
11 // RUN: %p/Helpers/blacklist-extra.cc && %run %t 2>&1
12 // RUN: %clangxx_asan -fsanitize-blacklist=%tmp -O3 %s -o %t \
13 // RUN: %p/Helpers/blacklist-extra.cc && %run %t 2>&1
23 // A function which is broken, but excluded in the blacklist.
29 // This function is defined in Helpers/blacklist-extra.cc, a source file which