Skip to content

Commit dce54ea

Browse files
committed
[HIP][Clang][Driver] Disable hipstdpar driver test on SCEI to unblock build bot, pending test refactor.
Differential Revision: https://reviews.llvm.org/D155775
1 parent 2da4960 commit dce54ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/test/Driver/hipstdpar.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// XFAIL: target={{.*}}-apple{{.*}}
2-
// XFAIL: target={{.*}}-windows{{.*}}
32
// XFAIL: target={{.*}}hexagon{{.*}}
4-
// XFAIL: target={{.*}}-ps5{{.*}}
3+
// XFAIL: target={{.*}}-scei{{.*}}
4+
// XFAIL: target={{.*}}-windows{{.*}}
55

66
// RUN: not %clang -### --hipstdpar -nogpulib -nogpuinc --compile %s 2>&1 | \
77
// RUN: FileCheck --check-prefix=HIPSTDPAR-MISSING-LIB %s

0 commit comments

Comments
 (0)