From db07a26bc5882ee4421c117f92a5f4b82feaf06c Mon Sep 17 00:00:00 2001 From: aelovikov-intel Date: Tue, 20 Feb 2024 16:22:47 -0800 Subject: [PATCH] [SYCL][E2E] Remove XFAIL from Basic/accessor/empty_zero_dim_accessor.cpp (#12773) The behavior seems to have changed after https://github.com/intel/llvm/pull/12764. --- sycl/test-e2e/Basic/accessor/empty_zero_dim_accessor.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/sycl/test-e2e/Basic/accessor/empty_zero_dim_accessor.cpp b/sycl/test-e2e/Basic/accessor/empty_zero_dim_accessor.cpp index 8cdc02f736d68..62f61136f024f 100644 --- a/sycl/test-e2e/Basic/accessor/empty_zero_dim_accessor.cpp +++ b/sycl/test-e2e/Basic/accessor/empty_zero_dim_accessor.cpp @@ -1,9 +1,6 @@ // RUN: %{build} -o %t.out // RUN: %{run} %t.out -// https://github.com/intel/llvm/issues/11434 -// XFAIL: gpu-intel-dg2 - // Tests the size and iterator members of an empty zero-dimensional accessor. #include