Skip to content

Commit 73f5611

Browse files
committed
[NFC][HIP] XFAIL 6 e2e runtime failures
1 parent d42cc08 commit 73f5611

File tree

6 files changed

+12
-1
lines changed

6 files changed

+12
-1
lines changed

sycl/test-e2e/AtomicRef/add_generic_local.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// XFAIL: hip
2+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19077
13
// RUN: %{build} -o %t.out
24
// RUN: %{run} %t.out
35

sycl/test-e2e/AtomicRef/exchange_generic_local.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// XFAIL: hip
2+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19077
13
// RUN: %{build} -o %t.out
24
// RUN: %{run} %t.out
35

sycl/test-e2e/AtomicRef/sub_generic_local.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// XFAIL: hip
2+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19077
13
// RUN: %{build} -o %t.out
24
// RUN: %{run} %t.out
35

sycl/test-e2e/Basic/built-ins/math_raw_ptr.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// XFAIL: hip
2+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19077
13
// RUN: %{build} -o %t.out
24
// RUN: %{run} %t.out
35

sycl/test-e2e/FreeFunctionKernels/local_accessor_as_kernel_parameter.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// XFAIL: hip
2+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19077
13
// RUN: %{build} -o %t.out
24
// RUN: %{run} %t.out
35

sycl/test-e2e/WorkGroupMemory/reduction_lambda.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
// REQUIRES: aspect-usm_shared_allocations
22
// RUN: %{build} -o %t.out
33
// RUN: %{run} %t.out
4-
// XFAIL: spirv-backend
4+
// XFAIL: spirv-backend, hip
55
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18230
6+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19077
67

78
#include "common.hpp"
89

0 commit comments

Comments
 (0)