From b578914e47aa5058928903380b713276ad546200 Mon Sep 17 00:00:00 2001 From: "Mateusz P. Nowak" Date: Tue, 23 Dec 2025 10:49:00 +0000 Subject: [PATCH] enable tests --- sycl/test-e2e/Basic/accessor/accessor.cpp | 3 --- sycl/test-e2e/Basic/image/image_read.cpp | 2 -- sycl/test-e2e/Basic/image/image_sample.cpp | 4 ++-- sycl/test-e2e/Basic/image/image_write.cpp | 2 -- 4 files changed, 2 insertions(+), 9 deletions(-) diff --git a/sycl/test-e2e/Basic/accessor/accessor.cpp b/sycl/test-e2e/Basic/accessor/accessor.cpp index 617f9a39585d6..147d2aae7c2a7 100644 --- a/sycl/test-e2e/Basic/accessor/accessor.cpp +++ b/sycl/test-e2e/Basic/accessor/accessor.cpp @@ -2,9 +2,6 @@ // RUN: %{run} %t.out // Test flakily fails on PVC and BMG. -// UNSUPPORTED: arch-intel_gpu_pvc || arch-intel_gpu_bmg_g21 -// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/16401 -// BMG ticket: https://github.com/intel/llvm/issues/17251 //==----------------accessor.cpp - SYCL accessor basic test ----------------==// // diff --git a/sycl/test-e2e/Basic/image/image_read.cpp b/sycl/test-e2e/Basic/image/image_read.cpp index 0a09755103d18..2bd62a6ad0890 100644 --- a/sycl/test-e2e/Basic/image/image_read.cpp +++ b/sycl/test-e2e/Basic/image/image_read.cpp @@ -1,6 +1,4 @@ // REQUIRES: aspect-ext_intel_legacy_image -// UNSUPPORTED: linux && arch-intel_gpu_bmg_g21 -// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20224 // Temporarily add explicit '-O2' to avoid GPU hang issue with O0 optimization. // RUN: %{build} -O2 -o %t.out // RUN: %{run} %t.out diff --git a/sycl/test-e2e/Basic/image/image_sample.cpp b/sycl/test-e2e/Basic/image/image_sample.cpp index 8d136be0744f6..8650092ccda66 100644 --- a/sycl/test-e2e/Basic/image/image_sample.cpp +++ b/sycl/test-e2e/Basic/image/image_sample.cpp @@ -1,6 +1,4 @@ // REQUIRES: aspect-ext_intel_legacy_image -// UNSUPPORTED: linux && arch-intel_gpu_bmg_g21 -// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20224 // RUN: %{build} -o %t.out // RUN: %{run} %t.out @@ -9,6 +7,8 @@ #include +#define DEBUG_OUTPUT + class test_1d_class; class test_2d_class; class test_3d_class; diff --git a/sycl/test-e2e/Basic/image/image_write.cpp b/sycl/test-e2e/Basic/image/image_write.cpp index 69f7f89d697d7..2578948b92f6a 100644 --- a/sycl/test-e2e/Basic/image/image_write.cpp +++ b/sycl/test-e2e/Basic/image/image_write.cpp @@ -1,6 +1,4 @@ // REQUIRES: aspect-ext_intel_legacy_image -// UNSUPPORTED: linux && arch-intel_gpu_bmg_g21 -// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20224 // RUN: %{build} -o %t.out // RUN: %{run} %t.out