[clang] 1cfaa86 - [HIP][Clang][Driver] Disable `hipstdpar` driver test on SIE to unblock build bot, pending test refactor.

Alex Voicu via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 3 15:01:08 PDT 2023


Author: Alex Voicu
Date: 2023-10-03T23:00:13+01:00
New Revision: 1cfaa863bc36d25625114b432e2ddf35d2302452

URL: https://github.com/llvm/llvm-project/commit/1cfaa863bc36d25625114b432e2ddf35d2302452
DIFF: https://github.com/llvm/llvm-project/commit/1cfaa863bc36d25625114b432e2ddf35d2302452.diff

LOG: [HIP][Clang][Driver] Disable `hipstdpar` driver test on SIE 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 2b08153760b2f1b..f12a6e8d9d25249 100644
--- a/clang/test/Driver/hipstdpar.c
+++ b/clang/test/Driver/hipstdpar.c
@@ -1,6 +1,7 @@
 // XFAIL: target={{.*}}-apple{{.*}}
 // XFAIL: target={{.*}}hexagon{{.*}}
 // XFAIL: target={{.*}}-scei{{.*}}
+// XFAIL: target={{.*}}-sie{{.*}}
 // XFAIL: target={{.*}}-windows{{.*}}
 
 // RUN: not %clang -### --hipstdpar -nogpulib -nogpuinc --compile %s 2>&1 | \


        


More information about the cfe-commits mailing list