From 1576eca27fcd4f6ec160cf04bc440f62e4d0b859 Mon Sep 17 00:00:00 2001 From: Alexey Sachkov Date: Wed, 20 Nov 2024 01:01:58 -0800 Subject: [PATCH] [SYCL] Un-XFAIL two E2E tests on PVC They were disabled as part of preparations for enabling PVC in our CI, but they pass locally (and in our downstream), so I'm dropping the `XFAIL`. --- sycl/test-e2e/Basic/accessor/accessor.cpp | 3 --- .../device_architecture_comparison_on_device_aot.cpp | 3 --- 2 files changed, 6 deletions(-) diff --git a/sycl/test-e2e/Basic/accessor/accessor.cpp b/sycl/test-e2e/Basic/accessor/accessor.cpp index 619c137097a98..de944ba12754a 100644 --- a/sycl/test-e2e/Basic/accessor/accessor.cpp +++ b/sycl/test-e2e/Basic/accessor/accessor.cpp @@ -1,9 +1,6 @@ // RUN: %{build} -DSYCL2020_DISABLE_DEPRECATION_WARNINGS -o %t.out // RUN: %{run} %t.out -// XFAIL: arch-intel_gpu_pvc -// XFAIL-TRACKER: https://github.com/intel/llvm/issues/14826 - //==----------------accessor.cpp - SYCL accessor basic test ----------------==// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. diff --git a/sycl/test-e2e/DeviceArchitecture/device_architecture_comparison_on_device_aot.cpp b/sycl/test-e2e/DeviceArchitecture/device_architecture_comparison_on_device_aot.cpp index 76a6a54671061..10dcf2f5b528f 100644 --- a/sycl/test-e2e/DeviceArchitecture/device_architecture_comparison_on_device_aot.cpp +++ b/sycl/test-e2e/DeviceArchitecture/device_architecture_comparison_on_device_aot.cpp @@ -1,8 +1,5 @@ // REQUIRES: arch-intel_gpu_pvc, ocloc -// XFAIL: arch-intel_gpu_pvc -// XFAIL-TRACKER: https://github.com/intel/llvm/issues/14826 - // RUN: %clangxx -fsycl -fsycl-targets=intel_gpu_pvc %s -o %t.out // RUN: %{run} %t.out