Skip to content

Commit a242596

Browse files
authored
[SYCL][E2E] Update UNSUPPORTED conditions (#20164)
Actually these tests are failing only with level_zero_v2. Also adding `linux`, although we don't run win&level_zero_v2 tests anywhere, I don't know if they also fail there.
1 parent bdd0fd1 commit a242596

11 files changed

+26
-26
lines changed

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

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

4-
// UNSUPPORTED: run-mode && arch-intel_gpu_pvc && !igc-dev
5-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19585
4+
// XFAIL: run-mode && linux && arch-intel_gpu_pvc && level_zero_v2_adapter
5+
// XFAIL-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-
// UNSUPPORTED: run-mode && arch-intel_gpu_pvc && !igc-dev
5-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19585
4+
// XFAIL: run-mode && linux && arch-intel_gpu_pvc && level_zero_v2_adapter
5+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19585
66

7-
// UNSUPPORTED: run-mode && linux && arch-intel_gpu_bmg_g21
8-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19586
7+
// XFAIL: run-mode && linux && arch-intel_gpu_bmg_g21 && level_zero_v2_adapter
8+
// XFAIL-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-
// UNSUPPORTED: run-mode && arch-intel_gpu_pvc && !igc-dev
5-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19585
4+
// XFAIL: run-mode && linux && arch-intel_gpu_pvc && level_zero_v2_adapter
5+
// XFAIL-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-
// UNSUPPORTED: run-mode && arch-intel_gpu_pvc && !igc-dev
5-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19585
4+
// XFAIL: run-mode && linux && arch-intel_gpu_pvc && level_zero_v2_adapter
5+
// XFAIL-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-
// UNSUPPORTED: run-mode && arch-intel_gpu_pvc && !igc-dev
5-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19585
4+
// XFAIL: run-mode && linux && arch-intel_gpu_pvc && level_zero_v2_adapter
5+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19585
66

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

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-
// UNSUPPORTED: run-mode && arch-intel_gpu_pvc && !igc-dev
3-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19585
2+
// XFAIL: run-mode && linux && arch-intel_gpu_pvc && level_zero_v2_adapter
3+
// XFAIL-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-
// UNSUPPORTED: run-mode && arch-intel_gpu_pvc && !igc-dev
3-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19585
2+
// XFAIL: run-mode && linux && arch-intel_gpu_pvc && level_zero_v2_adapter
3+
// XFAIL-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-
// UNSUPPORTED: run-mode && arch-intel_gpu_pvc && !igc-dev
3-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19585
2+
// XFAIL: run-mode && linux && arch-intel_gpu_pvc && level_zero_v2_adapter
3+
// XFAIL-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-
// UNSUPPORTED: run-mode && arch-intel_gpu_pvc && !igc-dev
3-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19585
2+
// XFAIL: run-mode && linux && arch-intel_gpu_pvc && level_zero_v2_adapter
3+
// XFAIL-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_memmove_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-
// UNSUPPORTED: run-mode && arch-intel_gpu_pvc && !igc-dev
3-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19585
2+
// XFAIL: run-mode && linux && arch-intel_gpu_pvc && level_zero_v2_adapter
3+
// XFAIL-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)