Commit abc04ff4 authored by Devin Coughlin's avatar Devin Coughlin
Browse files

[analyzer] Require darwin for scan-build tests

Let's at least get some coverage from these tests. We can generalize to
other platforms later.
parent 48223d92
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
XFAIL: x86_64-scei-ps4
REQUIRES: system-darwin

RUN: rm -rf %t.output_dir && mkdir %t.output_dir
RUN: %scan-build -o %t.output_dir %clang \
+2 −0
Original line number Diff line number Diff line
REQUIRES: system-darwin

RUN: %scan-build -h | FileCheck %s
RUN: %scan-build --help | FileCheck %s

+1 −1
Original line number Diff line number Diff line
XFAIL: x86_64-scei-ps4
REQUIRES: system-darwin

RUN: rm -rf %t.output_dir && mkdir %t.output_dir
RUN: %scan-build -o %t.output_dir %clang %S/Inputs/single_null_dereference.c \
+1 −1
Original line number Diff line number Diff line
XFAIL: x86_64-scei-ps4
REQUIRES: system-darwin

RUN: rm -rf %t.output_dir && mkdir %t.output_dir
RUN: %scan-build -plist-html -o %t.output_dir %clang %S/Inputs/single_null_dereference.c \
+1 −1
Original line number Diff line number Diff line
XFAIL: x86_64-scei-ps4
REQUIRES: system-darwin

RUN: rm -rf %t.output_dir && mkdir %t.output_dir
RUN: %scan-build -plist -o %t.output_dir %clang %S/Inputs/single_null_dereference.c \