Skip to content

Commit 1873dd7

Browse files
[𝘀𝗽𝗿] changes to main this commit is based on
Created using spr 1.3.6 [skip ci]
1 parent fd84245 commit 1873dd7

File tree

61 files changed

+69
-77
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+69
-77
lines changed

clang/test/Analysis/scan-build/cxx-name.test

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
REQUIRES: shell
2-
31
RUN: %scan-build sh -c 'echo "CLANG_CXX=/$(basename "$CLANG_CXX")/"' | FileCheck %s
42

53
Check that scan-build sets the CLANG_CXX environment variable (meant to be

clang/test/Analysis/scan-build/deduplication.test

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
REQUIRES: shell
2-
31
RUN: rm -rf %t.output_dir && mkdir %t.output_dir
42
RUN: %scan-build -o %t.output_dir \
53
RUN: %clang -S %S/Inputs/deduplication/1.c \

clang/test/Analysis/scan-build/html_output.test

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
REQUIRES: shell
2-
31
RUN: rm -rf %t.output_dir && mkdir %t.output_dir
42
RUN: %scan-build -o %t.output_dir %clang -S %S/Inputs/single_null_dereference.c \
53
RUN: | FileCheck %s -check-prefix CHECK-STDOUT

clang/test/Analysis/scan-build/plist_html_output.test

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
REQUIRES: shell
2-
31
RUN: rm -rf %t.output_dir && mkdir %t.output_dir
42
RUN: %scan-build -plist-html -o %t.output_dir %clang -S %S/Inputs/single_null_dereference.c \
53
RUN: | FileCheck %s -check-prefix CHECK-STDOUT

clang/test/Analysis/scan-build/plist_output.test

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
REQUIRES: shell
2-
31
RUN: rm -rf %t.output_dir && mkdir %t.output_dir
42
RUN: %scan-build -plist -o %t.output_dir %clang -S %S/Inputs/single_null_dereference.c \
53
RUN: | FileCheck %s -check-prefix CHECK-STDOUT

clang/test/ClangScanDeps/module-format.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
// section in XCOFF yet.
77
// UNSUPPORTED: target={{.*}}-aix{{.*}}
88

9-
// REQUIRES: shell
10-
119
// RUN: rm -rf %t && mkdir %t
1210
// RUN: cp %S/Inputs/modules-pch/* %t
1311

clang/test/ClangScanDeps/modules-context-hash-cwd.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
// Most likely platform specific sed differences
2+
// UNSUPPORTED: system-windows
13
// Test current directory pruning when computing the context hash.
24

3-
// REQUIRES: shell
4-
55
// RUN: rm -rf %t
66
// RUN: split-file %s %t
77
// RUN: sed -e "s|DIR|%/t|g" %t/cdb0.json.in > %t/cdb0.json

clang/test/ClangScanDeps/modules-file-path-isolation.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
// Note: the spelling of the modulemap path still depends on the includer, since
44
// that is the only source of information about it.
55

6-
// REQUIRES: shell
6+
// Needs symlinks
7+
// UNSUPPORTED: system-windows
78

89
// RUN: rm -rf %t
910
// RUN: split-file %s %t

clang/test/ClangScanDeps/modules-in-stable-dirs.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1+
// Most likely platform specific sed differences
2+
// UNSUPPORTED: system-windows
3+
14
// This test verifies modules that are entirely comprised from stable directory inputs are captured in
25
// dependency information.
36

47
// The first compilation verifies that transitive dependencies on local input are captured.
58
// The second compilation verifies that external paths are resolved when a
69
// vfsoverlay for determining is-in-stable-directories.
710

8-
// REQUIRES: shell
911
// RUN: rm -rf %t
1012
// RUN: split-file %s %t
1113
// RUN: sed -e "s|DIR|%/t|g" %t/compile-commands.json.in > %t/compile-commands.json

clang/test/ClangScanDeps/modules-symlink-dir-from-module.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
// module below does not transitively import Mod via a symlink, so it should not
44
// see the symlinked path.
55

6-
// REQUIRES: shell
6+
// Needs symlinks
7+
// UNSUPPORTED: system-windows
78

89
// RUN: rm -rf %t
910
// RUN: split-file %s %t

0 commit comments

Comments
 (0)