Skip to content

Commit f6a61c9

Browse files
fix
Created using spr 1.3.6
1 parent 851c081 commit f6a61c9

18 files changed

+39
-0
lines changed

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

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

35
// RUN: rm -rf %t

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
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

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Needs symlinks
2+
// UNSUPPORTED: system-windows
3+
14
// Check that we canonicalize the module map path without changing the module
25
// directory, which would break header lookup.
36

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/// Most likely platform specific sed differences
2+
// UNSUPPORTED: system-windows
3+
14
/// This test validates that modules that depend on prebuilt modules
25
/// resolve `is-in-stable-directories` correctly.
36
/// The steps are:

clang/test/Driver/config-file3.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Needs symlinks
2+
// UNSUPPORTED: system-windows
13
// REQUIRES: x86-registered-target
24

35
// RUN: rm -rf %t && mkdir %t

clang/test/Driver/config-zos.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Needs symlinks
2+
// UNSUPPORTED: system-windows
13
// REQUIRES: systemz-registered-target
24

35
// RUN: rm -rf %t && mkdir %t

clang/test/Driver/config-zos1.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// UNSUPPORTED: system-windows
12
// REQUIRES: systemz-registered-target
23

34
// RUN: export CLANG_CONFIG_PATH=%S/Inputs/config-zos

clang/test/Driver/nvptx-cuda-system-arch.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// UNSUPPORTED: system-windows
12
// XFAIL: target={{.*}}-zos{{.*}}
23

34
// RUN: mkdir -p %t

clang/test/Frontend/dependency-gen-symlink.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Needs symlinks
2+
// UNSUPPORTED: system-windows
3+
14
// Basic test
25
// RUN: rm -rf %t.dir
36
// RUN: mkdir %t.dir

clang/test/Index/preamble-reparse-changed-module.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// UNSUPPORTED: system-windows
2+
13
// RUN: rm -rf %t
24
// RUN: mkdir -p %t/mod
35
// RUN: touch %t/empty.h

0 commit comments

Comments
 (0)