[clang] dce54ea - [HIP][Clang][Driver] Disable `hipstdpar` driver test on SCEI to unblock build bot, pending test refactor.
Alex Voicu via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 3 14:17:20 PDT 2023
Author: Alex Voicu
Date: 2023-10-03T22:17:12+01:00
New Revision: dce54eae46685116ca0fe60f1dcabced2d0d297e
URL: https://github.com/llvm/llvm-project/commit/dce54eae46685116ca0fe60f1dcabced2d0d297e
DIFF: https://github.com/llvm/llvm-project/commit/dce54eae46685116ca0fe60f1dcabced2d0d297e.diff
LOG: [HIP][Clang][Driver] Disable `hipstdpar` driver test on SCEI to unblock build bot, pending test refactor.
Differential Revision: https://reviews.llvm.org/D155775
Added:
Modified:
clang/test/Driver/hipstdpar.c
Removed:
################################################################################
diff --git a/clang/test/Driver/hipstdpar.c b/clang/test/Driver/hipstdpar.c
index 04579c43e0cbc6a..2b08153760b2f1b 100644
--- a/clang/test/Driver/hipstdpar.c
+++ b/clang/test/Driver/hipstdpar.c
@@ -1,7 +1,7 @@
// XFAIL: target={{.*}}-apple{{.*}}
-// XFAIL: target={{.*}}-windows{{.*}}
// XFAIL: target={{.*}}hexagon{{.*}}
-// XFAIL: target={{.*}}-ps5{{.*}}
+// XFAIL: target={{.*}}-scei{{.*}}
+// XFAIL: target={{.*}}-windows{{.*}}
// RUN: not %clang -### --hipstdpar -nogpulib -nogpuinc --compile %s 2>&1 | \
// RUN: FileCheck --check-prefix=HIPSTDPAR-MISSING-LIB %s
More information about the cfe-commits
mailing list