Commit 48223d92 authored by Devin Coughlin's avatar Devin Coughlin
Browse files

[analyzer] Fixup scan-build tests for non-Darwin platforms.

This is a fix to 0aba69eb to
address failing bots.
parent 31be9f3f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
XFAIL: x86_64-scei-ps4

RUN: rm -rf %t.output_dir && mkdir %t.output_dir
RUN: %scan-build -o %t.output_dir %clang \
RUN:     %S/Inputs/multidirectory_project/directory1/file1.c \
+0 −1
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@ CHECK: USAGE: scan-build [options] <build command> [build options]
CHECK: AVAILABLE CHECKERS:
...
CHECK:    optin.performance.GCDAntipattern
CHECK:  + osx.API
...


+2 −0
Original line number Diff line number Diff line
XFAIL: x86_64-scei-ps4

RUN: rm -rf %t.output_dir && mkdir %t.output_dir
RUN: %scan-build -o %t.output_dir %clang %S/Inputs/single_null_dereference.c \
RUN:     | FileCheck %s -check-prefix CHECK-STDOUT
+2 −0
Original line number Diff line number Diff line
XFAIL: x86_64-scei-ps4

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 \
RUN:     | FileCheck %s -check-prefix CHECK-STDOUT
+2 −0
Original line number Diff line number Diff line
XFAIL: x86_64-scei-ps4

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 \
RUN:     | FileCheck %s -check-prefix CHECK-STDOUT