Skip to content

Commit 3312447

Browse files
Merge pull request #8461 from apple/disable-macosx-driver-tests
Disable driver tests on macosx that are currently disabled on darwin
2 parents 6d5203d + 207037f commit 3312447

4 files changed

+4
-4
lines changed

clang/test/Driver/clang-offload-bundler-asserts-on.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// REQUIRES: x86-registered-target
22
// REQUIRES: asserts
3-
// UNSUPPORTED: target={{.*}}-darwin{{.*}}, target={{.*}}-aix{{.*}}
3+
// UNSUPPORTED: target={{.*}}-macosx{{.*}}, target={{.*}}-darwin{{.*}}, target={{.*}}-aix{{.*}}
44

55
// Generate the file we can bundle.
66
// RUN: %clang -O0 -target %itanium_abi_triple %s -c -o %t.o

clang/test/Driver/clang-offload-bundler-standardize.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// REQUIRES: x86-registered-target
22
// REQUIRES: asserts
3-
// UNSUPPORTED: target={{.*}}-darwin{{.*}}, target={{.*}}-aix{{.*}}
3+
// UNSUPPORTED: target={{.*}}-macosx{{.*}}, target={{.*}}-darwin{{.*}}, target={{.*}}-aix{{.*}}
44
// REQUIRES: asserts
55

66
// Generate the file we can bundle.

clang/test/Driver/clang-offload-bundler.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// REQUIRES: x86-registered-target
2-
// UNSUPPORTED: target={{.*}}-darwin{{.*}}, target={{.*}}-aix{{.*}}
2+
// UNSUPPORTED: target={{.*}}-macosx{{.*}}, target={{.*}}-darwin{{.*}}, target={{.*}}-aix{{.*}}
33

44
//
55
// Generate all the types of files we can bundle.

clang/test/Driver/fat-archive-unbundle-ext.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// REQUIRES: x86-registered-target
2-
// UNSUPPORTED: target={{.*-windows.*}}, target={{.*-darwin.*}}, target={{.*}}-aix{{.*}}
2+
// UNSUPPORTED: target={{.*-windows.*}}, target={{.*}}-macosx{{.*}}, target={{.*-darwin.*}}, target={{.*}}-aix{{.*}}
33

44
// Generate dummy fat object
55
// RUN: %clang -O0 -target %itanium_abi_triple %s -c -o %t.host.o

0 commit comments

Comments
 (0)