From 4bee9f2db5ee39a944e19c4d0bf228416bbd69b0 Mon Sep 17 00:00:00 2001 From: Andrei Elovikov Date: Fri, 31 May 2024 14:01:19 -0700 Subject: [PATCH] [SYCL][E2E] Merge `UNSUPPORTED` directives in `DeviceLib/string_test.cpp` Both `accelerator` and `cpu` are unsupported due to the same reason, there is no unique FPGA-related bug here. Closes https://github.com/intel/llvm/issues/12683. --- sycl/test-e2e/DeviceLib/string_test.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sycl/test-e2e/DeviceLib/string_test.cpp b/sycl/test-e2e/DeviceLib/string_test.cpp index 7fcc82acefa77..8f38484ae93fb 100644 --- a/sycl/test-e2e/DeviceLib/string_test.cpp +++ b/sycl/test-e2e/DeviceLib/string_test.cpp @@ -1,15 +1,12 @@ // UNSUPPORTED: hip // RUN: %{build} -fno-builtin -o %t.out // RUN: %{run} %t.out -// TODO: Remove unsupported after fixing -// https://github.com/intel/llvm/issues/12683 -// UNSUPPORTED: accelerator // // RUN: %{build} -fno-builtin -fsycl-device-lib-jit-link -o %t.out // RUN: %if !gpu %{ %{run} %t.out %} // FIXME: enable opaque pointers support on CPU. -// UNSUPPORTED: cpu +// UNSUPPORTED: cpu || accelerator #include #include