diff --git a/sycl/test-e2e/WeakObject/weak_object_expired.cpp b/sycl/test-e2e/WeakObject/weak_object_expired.cpp index e748d7dc689c5..636923614721b 100644 --- a/sycl/test-e2e/WeakObject/weak_object_expired.cpp +++ b/sycl/test-e2e/WeakObject/weak_object_expired.cpp @@ -1,3 +1,5 @@ +// UNSUPPORTED: hip +// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17415 // RUN: %{build} -o %t.out // RUN: %{run} %t.out diff --git a/sycl/test-e2e/WorkGroupMemory/basic_usage.cpp b/sycl/test-e2e/WorkGroupMemory/basic_usage.cpp index 564906ad134ca..33936166b5ae1 100644 --- a/sycl/test-e2e/WorkGroupMemory/basic_usage.cpp +++ b/sycl/test-e2e/WorkGroupMemory/basic_usage.cpp @@ -1,5 +1,7 @@ // UNSUPPORTED: windows && arch-intel_gpu_bmg_g21 // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17255 +// UNSUPPORTED: hip +// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17339 // RUN: %{build} -o %t.out // RUN: %{run} %t.out #include