diff --git a/SYCL/DeprecatedFeatures/basic-program.cpp b/SYCL/DeprecatedFeatures/basic-program.cpp index 7525a47281..05dd558476 100644 --- a/SYCL/DeprecatedFeatures/basic-program.cpp +++ b/SYCL/DeprecatedFeatures/basic-program.cpp @@ -3,6 +3,8 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out +// XFAIL: hip + //==--- basic-program.cpp - Basic test of program and kernel APIs ----------==// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. diff --git a/SYCL/DeprecatedFeatures/kernel-and-program.cpp b/SYCL/DeprecatedFeatures/kernel-and-program.cpp index f061209fed..b5dec8e5f8 100644 --- a/SYCL/DeprecatedFeatures/kernel-and-program.cpp +++ b/SYCL/DeprecatedFeatures/kernel-and-program.cpp @@ -4,6 +4,8 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out +// XFAIL: hip + //==--- kernel-and-program.cpp - SYCL kernel/program test ------------------==// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.