Skip to content

Commit 83f5b87

Browse files
committed
Unxfail HIP tests, xfail more tests
1 parent 0b160da commit 83f5b87

File tree

13 files changed

+14
-15
lines changed

13 files changed

+14
-15
lines changed

sycl/test-e2e/AtomicRef/add_generic_local.cpp

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

sycl/test-e2e/AtomicRef/exchange_generic_local.cpp

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

sycl/test-e2e/AtomicRef/sub_generic_local.cpp

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

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

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

sycl/test-e2e/FreeFunctionKernels/local_accessor_as_kernel_parameter.cpp

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

sycl/test-e2e/KernelAndProgram/kernel-bundle-get-kernel-ids.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
// This test checks that get_kernel_ids returns all the kernels defined
55
// in the source regardless of whether they are expressed as lambdas,
66
// function objects or free functions.
7+
//
8+
// XFAIL: ((intel_gpu_acm{{.*}} || intel_gpu_pvc || intel_gpu_bmg{{.*}} || cuda || hip) && (!level_zero)) || preview-mode
9+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19423
710

811
#include <sycl/detail/core.hpp>
912
#include <sycl/ext/oneapi/experimental/free_function_traits.hpp>

sycl/test-e2e/KernelCompiler/sycl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ int test_error(sycl::queue q) {
481481
// yas!
482482
assert(e.code() == sycl::errc::build);
483483
assert(std::string(e.what()).find(
484-
"error: expected ';' at end of declaration") !=
484+
"error: use of undeclared identifier 'no'") !=
485485
std::string::npos);
486486
}
487487
return 0;

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_unroll.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: target-spir
9-
// XFAIL: run-mode && igc-dev
9+
// XFAIL: (run-mode && igc-dev || arch-intel_gpu_acm_g10 || arch-intel_gpu_pvc || arch-intel_gpu_bmg_g21)
1010
// XFAIL-TRACKER: CMPLRLLVM-66371
1111
// REQUIRES: aspect-ext_intel_matrix
1212

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_unroll_init.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: target-spir
9-
// XFAIL: run-mode && igc-dev
9+
// XFAIL: (run-mode && igc-dev || arch-intel_gpu_acm_g10 || arch-intel_gpu_pvc || arch-intel_gpu_bmg_g21)
1010
// XFAIL-TRACKER: CMPLRLLVM-66371
1111

1212
// REQUIRES: aspect-ext_intel_matrix, gpu

sycl/test-e2e/ProfilingTag/profiling_queue.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222

2323
// UNSUPPORTED: level_zero_v2_adapter
2424
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19116
25+
//
26+
// XFAIL: ((intel_gpu_acm{{.*}} || intel_gpu_pvc || intel_gpu_bmg{{.*}}) && (!level_zero)) || preview-mode
27+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19425
2528

2629
#include "common.hpp"
2730

0 commit comments

Comments
 (0)