Revert "[analyzer] Try to lift 'REQUIRES: shell' for scan-build tests."
authorArtem Dergachev <artem.dergachev@gmail.com>
Tue, 7 Apr 2020 13:37:20 +0000 (16:37 +0300)
committerArtem Dergachev <artem.dergachev@gmail.com>
Tue, 7 Apr 2020 13:37:42 +0000 (16:37 +0300)
This reverts commit cfd388d344ab29ad5e311ac96e382d96bd85d994.

clang/test/Analysis/scan-build/exclude_directories.test
clang/test/Analysis/scan-build/help.test
clang/test/Analysis/scan-build/html_output.test
clang/test/Analysis/scan-build/plist_html_output.test
clang/test/Analysis/scan-build/plist_output.test

index 2c79ed8..c161e51 100644 (file)
@@ -1,3 +1,6 @@
+// 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 \
index d1f17cd..61915d3 100644 (file)
@@ -1,3 +1,6 @@
+// FIXME: Actually, "perl".
+REQUIRES: shell
+
 RUN: %scan-build -h | FileCheck %s
 RUN: %scan-build --help | FileCheck %s
 
index 2eca2c0..eed2051 100644 (file)
@@ -1,3 +1,6 @@
+// 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
index b995aa6..c07891e 100644 (file)
@@ -1,3 +1,6 @@
+// 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
index 1e7bef1..0112e84 100644 (file)
@@ -1,3 +1,6 @@
+// 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