diff --git a/clang/test/Driver/hipstdpar.c b/clang/test/Driver/hipstdpar.c index b4fd815d9a764..aa94a7db8ff1a 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 \