Skip to content

Commit 03730cd

Browse files
authored
clang: Remove requires system-linux from some driver tests (#111976)
Works for me on macos.
1 parent 44b33f5 commit 03730cd

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

clang/test/Driver/amdgpu-hip-system-arch.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// REQUIRES: system-linux
21
// REQUIRES: shell
2+
// XFAIL: target={{.*}}-zos{{.*}}
33

44
// RUN: mkdir -p %t
55
// RUN: cp %S/Inputs/amdgpu-arch/amdgpu_arch_fail %t/

clang/test/Driver/amdgpu-openmp-system-arch-fail.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// REQUIRES: system-linux
21
// REQUIRES: shell
32

43
// RUN: mkdir -p %t

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// REQUIRES: system-linux
21
// REQUIRES: shell
2+
// XFAIL: target={{.*}}-zos{{.*}}
33

44
// RUN: mkdir -p %t
55
// RUN: cp %S/Inputs/nvptx-arch/nvptx_arch_fail %t/

clang/test/Driver/openmp-system-arch.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// REQUIRES: system-linux
21
// REQUIRES: shell
2+
// XFAIL: target={{.*}}-zos{{.*}}
33

44
// RUN: mkdir -p %t
55
// RUN: cp %S/Inputs/amdgpu-arch/amdgpu_arch_fail %t/

0 commit comments

Comments
 (0)