From 18177dc618953fd2e8c669dae282c2fb15ef3d96 Mon Sep 17 00:00:00 2001 From: Andrei Elovikov Date: Tue, 20 Feb 2024 09:46:00 -0800 Subject: [PATCH] [SYCL][E2E] Remove XFAIL from Basic/accessor/empty_zero_dim_accessor.cpp 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