From 92a2874f96b52dec46b521f597e95046a14f593e Mon Sep 17 00:00:00 2001 From: Alexey Bader Date: Tue, 11 Jan 2022 12:05:12 +0300 Subject: [PATCH] Recover expected result on HIP back-end. --- SYCL/DeprecatedFeatures/basic-program.cpp | 2 ++ SYCL/DeprecatedFeatures/kernel-and-program.cpp | 2 ++ 2 files changed, 4 insertions(+) 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.