[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Analysis / scan-build / plist_html_output.test
blobc07891e35fbf336996625480f73fdd98bab3000c
1 // FIXME: Actually, "perl".
2 REQUIRES: shell
4 RUN: rm -rf %t.output_dir && mkdir %t.output_dir
5 RUN: %scan-build -plist-html -o %t.output_dir %clang -S %S/Inputs/single_null_dereference.c \
6 RUN:     | FileCheck %s -check-prefix CHECK-STDOUT
8 // Test combined plist and html output with -plist-html
10 CHECK-STDOUT: scan-build: Using '{{.*}}' for static analysis
11 CHECK-STDOUT: scan-build: Analysis run complete.
12 CHECK-STDOUT: scan-build: Analysis results (plist files) deposited in '{{.*}}'
13 CHECK-STDOUT: scan-build: 1 bug found.
14 CHECK-STDOUT: scan-build: Run 'scan-view {{.*}}' to examine bug reports.
16 // We expect both html files and the plist files.
17 RUN: ls %t.output_dir/*/ | FileCheck %s -check-prefix CHECK-FILENAMES
19 CHECK-FILENAMES: index.html
20 CHECK-FILENAMES-DAG: report-{{.*}}.html
21 CHECK-FILENAMES-DAG: report-{{.*}}.plist
22 CHECK-FILENAMES: scanview.css
23 CHECK-FILENAMES: sorttable.js