Skip to content

Commit 69a9503

Browse files
authored
[SYCL][E2E] Move XPASSing tests in nightly to UNSUPPORTED (#19615)
[XPASSing](https://github.com/intel/llvm/actions/runs/16559376045) in the nightly for some reason but failing in precommit. Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 67822b4 commit 69a9503

13 files changed

+28
-28
lines changed

sycl/test-e2e/Basic/buffer/buffer_full_copy.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// RUN: %{build} -o %t2.out
22
// RUN: %{run} %t2.out
33

4-
// XFAIL: run-mode && arch-intel_gpu_pvc && !igc-dev
5-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19585
4+
// UNSUPPORTED: run-mode && arch-intel_gpu_pvc && !igc-dev
5+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19585
66

77
//==------------- buffer_full_copy.cpp - SYCL buffer basic test ------------==//
88
//

sycl/test-e2e/Basic/fill_accessor.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
33

4-
// XFAIL: run-mode && arch-intel_gpu_pvc && !igc-dev
5-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19585
4+
// UNSUPPORTED: run-mode && arch-intel_gpu_pvc && !igc-dev
5+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19585
66

7-
// XFAIL: run-mode && linux && arch-intel_gpu_bmg_g21 && !spirv-backend
8-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19586
7+
// UNSUPPORTED: run-mode && linux && arch-intel_gpu_bmg_g21 && !spirv-backend
8+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19586
99

1010
#include <sycl/detail/core.hpp>
1111

sycl/test-e2e/Basic/fill_accessor_ur.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// RUN: %{build} -o %t.out
22
// RUN: env SYCL_UR_TRACE=2 %{run} %t.out | FileCheck %s
33

4-
// XFAIL: run-mode && arch-intel_gpu_pvc && !igc-dev
5-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19585
4+
// UNSUPPORTED: run-mode && arch-intel_gpu_pvc && !igc-dev
5+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19585
66

77
// This test merely checks the use of the correct UR call. Its sister test
88
// fill_accessor.cpp thoroughly checks the workings of the .fill() call.

sycl/test-e2e/Basic/handler/handler_mem_op.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
33

4-
// XFAIL: run-mode && arch-intel_gpu_pvc && !igc-dev
5-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19585
4+
// UNSUPPORTED: run-mode && arch-intel_gpu_pvc && !igc-dev
5+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19585
66

77
//==- handler.cpp - SYCL handler explicit memory operations test -*- C++-*--==//
88
//

sycl/test-e2e/Basic/queue/queue_shortcut_functions.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
33

4-
// XFAIL: run-mode && arch-intel_gpu_pvc && !igc-dev
5-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19585
4+
// UNSUPPORTED: run-mode && arch-intel_gpu_pvc && !igc-dev
5+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19585
66

77
//==-- queue_shortcut_functions.cpp - SYCL queue shortcut functions test ---==//
88
//

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// in the source regardless of whether they are expressed as lambdas,
66
// function objects or free functions.
77
//
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
8+
// UNSUPPORTED: ((intel_gpu_acm{{.*}} || intel_gpu_pvc || intel_gpu_bmg{{.*}} || cuda || hip) && (!level_zero)) || preview-mode
9+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19423
1010

1111
#include <sycl/detail/core.hpp>
1212
#include <sycl/ext/oneapi/experimental/free_function_traits.hpp>

sycl/test-e2e/MemorySanitizer/track-origins/check_host_usm.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// REQUIRES: linux, cpu || (gpu && level_zero)
2-
// XFAIL: run-mode && arch-intel_gpu_pvc && !igc-dev
3-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19585
2+
// UNSUPPORTED: run-mode && arch-intel_gpu_pvc && !igc-dev
3+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19585
44

55
// RUN: %{build} %device_msan_flags -Xarch_device -fsanitize-memory-track-origins=1 -O0 -g -o %t1.out
66
// RUN: env UR_LAYER_MSAN_OPTIONS=msan_check_host_and_shared_usm:1 %{run} %t1.out 2>&1 | FileCheck %s --check-prefixes CHECK,CHECK-ORIGIN-STACK

sycl/test-e2e/MemorySanitizer/track-origins/check_host_usm_initialized_on_host.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// REQUIRES: linux, cpu || (gpu && level_zero)
2-
// XFAIL: run-mode && arch-intel_gpu_pvc && !igc-dev
3-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19585
2+
// UNSUPPORTED: run-mode && arch-intel_gpu_pvc && !igc-dev
3+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19585
44

55
// RUN: %{build} %device_msan_flags -Xarch_device -fsanitize-memory-track-origins=1 -O0 -g -o %t0.out
66
// RUN: env UR_LAYER_MSAN_OPTIONS=msan_check_host_and_shared_usm:1 %{run} %t0.out 2>&1 | FileCheck %s --check-prefixes CHECK,CHECK-ORIGIN-STACK

sycl/test-e2e/MemorySanitizer/track-origins/check_kernel_memcpy.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// REQUIRES: linux, cpu || (gpu && level_zero)
2-
// XFAIL: run-mode && arch-intel_gpu_pvc && !igc-dev
3-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19585
2+
// UNSUPPORTED: run-mode && arch-intel_gpu_pvc && !igc-dev
3+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19585
44

55
// RUN: %{build} %device_msan_flags -Xarch_device -fsanitize-memory-track-origins=1 -O2 -g -o %t1.out
66
// RUN: env UR_LAYER_MSAN_OPTIONS=msan_check_host_and_shared_usm:1 %{run} %t1.out 2>&1 | FileCheck %s

sycl/test-e2e/MemorySanitizer/track-origins/check_kernel_memmove_no_overlap.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// REQUIRES: linux, cpu || (gpu && level_zero)
2-
// XFAIL: run-mode && arch-intel_gpu_pvc && !igc-dev
3-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19585
2+
// UNSUPPORTED: run-mode && arch-intel_gpu_pvc && !igc-dev
3+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19585
44

55
// RUN: %{build} %device_msan_flags -Xarch_device -fsanitize-memory-track-origins=1 -O0 -g -o %t0.out
66
// RUN: env UR_LAYER_MSAN_OPTIONS=msan_check_host_and_shared_usm:1 %{run} %t0.out 2>&1 | FileCheck %s --check-prefixes CHECK,CHECK-ORIGIN-STACK

0 commit comments

Comments
 (0)