Skip to content

Commit 5041a43

Browse files
committed
Fix tests failing on fuchsia clang x86_64 builders
Change-Id: I18c76810d7a58770ab4883d29c2da544730ade62
1 parent e07b1b2 commit 5041a43

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

clang/test/Driver/aarch64-toolchain-extra.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// these tests need to create symlinks to test directory trees in order to
55
// set up the environment and therefore shell support is required.
66
// REQUIRES: shell
7-
// UNSUPPORTED: system-windows
7+
// UNSUPPORTED: system-windows, target={{.*}}-fuchsia{{.*}}
88

99
// If there is no GCC install detected then the driver searches for executables
1010
// and runtime starting from the directory tree above the driver itself.

clang/test/Driver/aarch64-toolchain.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: system-windows
1+
// UNSUPPORTED: system-windows, target={{.*}}-fuchsia{{.*}}
22

33
// RUN: %clang -### %s -fuse-ld= \
44
// RUN: --target=aarch64-none-elf --rtlib=libgcc \

clang/test/Driver/arm-toolchain-extra.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// these tests need to create symlinks to test directory trees in order to
55
// set up the environment and therefore shell support is required.
66
// REQUIRES: shell
7-
// UNSUPPORTED: system-windows
7+
// UNSUPPORTED: system-windows, target={{.*}}-fuchsia{{.*}}
88

99
// If there is no GCC install detected then the driver searches for executables
1010
// and runtime starting from the directory tree above the driver itself.

clang/test/Driver/arm-toolchain.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: system-windows
1+
// UNSUPPORTED: system-windows, target={{.*}}-fuchsia{{.*}}
22

33
// RUN: %clang -### %s -fuse-ld= \
44
// RUN: --target=armv6m-none-eabi --rtlib=libgcc \

0 commit comments

Comments
 (0)