Skip to content

Commit b728bc0

Browse files
authored
Merge branch 'main' into fix_num_loops
2 parents 202c62d + 66d6964 commit b728bc0

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// The tests here are similar to those in aarch64-toolchain.c, however
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.
6+
// XFAIL: target={{.*}}-fuchsia{{.*}}
67
// REQUIRES: shell
78
// UNSUPPORTED: system-windows
89

clang/test/Driver/aarch64-toolchain.c

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

34
// RUN: %clang -### %s -fuse-ld= \

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// The tests here are similar to those in arm-toolchain.c, however
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.
6+
// XFAIL: target={{.*}}-fuchsia{{.*}}
67
// REQUIRES: shell
78
// UNSUPPORTED: system-windows
89

clang/test/Driver/arm-toolchain.c

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

34
// RUN: %clang -### %s -fuse-ld= \

0 commit comments

Comments
 (0)