[clang] 0701ee6 - [HIP][Clang][Driver] Disable `hipstdpar` driver test on Mac & Windows, since `hipstdpar` is Linux only at the moment.

Alex Voicu via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 3 09:26:27 PDT 2023


Author: Alex Voicu
Date: 2023-10-03T17:26:15+01:00
New Revision: 0701ee69f7ac82b49a9709e610227ebf387f1d30

URL: https://github.com/llvm/llvm-project/commit/0701ee69f7ac82b49a9709e610227ebf387f1d30
DIFF: https://github.com/llvm/llvm-project/commit/0701ee69f7ac82b49a9709e610227ebf387f1d30.diff

LOG: [HIP][Clang][Driver] Disable `hipstdpar` driver test on Mac & Windows, since `hipstdpar` is Linux only at the moment.

Added: 
    

Modified: 
    clang/test/Driver/hipstdpar.c

Removed: 
    


################################################################################
diff  --git a/clang/test/Driver/hipstdpar.c b/clang/test/Driver/hipstdpar.c
index b4fd815d9a76482..aa94a7db8ff1af9 100644
--- a/clang/test/Driver/hipstdpar.c
+++ b/clang/test/Driver/hipstdpar.c
@@ -1,3 +1,6 @@
+// XFAIL: target={{.*}}-apple{{.*}}
+// XFAIL: target={{.*}}-windows{{.*}}
+
 // RUN: not %clang -### --hipstdpar -nogpulib -nogpuinc --compile %s 2>&1 | \
 // RUN:   FileCheck --check-prefix=HIPSTDPAR-MISSING-LIB %s
 // RUN: %clang -### --hipstdpar --hipstdpar-path=%S/Inputs/hipstdpar \


        


More information about the cfe-commits mailing list