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 \


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to