Skip to content

Commit

Permalink
[analyzer] Try to lift 'REQUIRES: shell' for scan-build tests.
Browse files Browse the repository at this point in the history
This is the second part of Denys's patch, committed separately
due to being more risky.

Differential Revision: https://reviews.llvm.org/D76768
  • Loading branch information
ASDenysPetrov authored and haoNoQ committed Apr 7, 2020
1 parent 041080c commit cfd388d
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 15 deletions.
3 changes: 0 additions & 3 deletions clang/test/Analysis/scan-build/exclude_directories.test
@@ -1,6 +1,3 @@
// FIXME: Actually, "perl".
REQUIRES: shell

RUN: rm -rf %t.output_dir && mkdir %t.output_dir
RUN: %scan-build -o %t.output_dir %clang -S \
RUN: %S/Inputs/multidirectory_project/directory1/file1.c \
Expand Down
3 changes: 0 additions & 3 deletions clang/test/Analysis/scan-build/help.test
@@ -1,6 +1,3 @@
// FIXME: Actually, "perl".
REQUIRES: shell

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

Expand Down
3 changes: 0 additions & 3 deletions clang/test/Analysis/scan-build/html_output.test
@@ -1,6 +1,3 @@
// FIXME: Actually, "perl".
REQUIRES: shell

RUN: rm -rf %t.output_dir && mkdir %t.output_dir
RUN: %scan-build -o %t.output_dir %clang -S %S/Inputs/single_null_dereference.c \
RUN: | FileCheck %s -check-prefix CHECK-STDOUT
Expand Down
3 changes: 0 additions & 3 deletions clang/test/Analysis/scan-build/plist_html_output.test
@@ -1,6 +1,3 @@
// FIXME: Actually, "perl".
REQUIRES: shell

RUN: rm -rf %t.output_dir && mkdir %t.output_dir
RUN: %scan-build -plist-html -o %t.output_dir %clang -S %S/Inputs/single_null_dereference.c \
RUN: | FileCheck %s -check-prefix CHECK-STDOUT
Expand Down
3 changes: 0 additions & 3 deletions clang/test/Analysis/scan-build/plist_output.test
@@ -1,6 +1,3 @@
// FIXME: Actually, "perl".
REQUIRES: shell

RUN: rm -rf %t.output_dir && mkdir %t.output_dir
RUN: %scan-build -plist -o %t.output_dir %clang -S %S/Inputs/single_null_dereference.c \
RUN: | FileCheck %s -check-prefix CHECK-STDOUT
Expand Down

0 comments on commit cfd388d

Please sign in to comment.