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