Skip to content

[SYCL][E2E] Move XPASSing tests in nightly to UNSUPPORTED #19615

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sycl/test-e2e/Basic/buffer/buffer_full_copy.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// RUN: %{build} -o %t2.out
// RUN: %{run} %t2.out

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

//==------------- buffer_full_copy.cpp - SYCL buffer basic test ------------==//
//
Expand Down
8 changes: 4 additions & 4 deletions sycl/test-e2e/Basic/fill_accessor.cpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

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

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

#include <sycl/detail/core.hpp>

Expand Down
4 changes: 2 additions & 2 deletions sycl/test-e2e/Basic/fill_accessor_ur.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// RUN: %{build} -o %t.out
// RUN: env SYCL_UR_TRACE=2 %{run} %t.out | FileCheck %s

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

// This test merely checks the use of the correct UR call. Its sister test
// fill_accessor.cpp thoroughly checks the workings of the .fill() call.
Expand Down
4 changes: 2 additions & 2 deletions sycl/test-e2e/Basic/handler/handler_mem_op.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

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

//==- handler.cpp - SYCL handler explicit memory operations test -*- C++-*--==//
//
Expand Down
4 changes: 2 additions & 2 deletions sycl/test-e2e/Basic/queue/queue_shortcut_functions.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

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

//==-- queue_shortcut_functions.cpp - SYCL queue shortcut functions test ---==//
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
// in the source regardless of whether they are expressed as lambdas,
// function objects or free functions.
//
// XFAIL: ((intel_gpu_acm{{.*}} || intel_gpu_pvc || intel_gpu_bmg{{.*}} || cuda || hip) && (!level_zero)) || preview-mode
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19423
// UNSUPPORTED: ((intel_gpu_acm{{.*}} || intel_gpu_pvc || intel_gpu_bmg{{.*}} || cuda || hip) && (!level_zero)) || preview-mode
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19423

#include <sycl/detail/core.hpp>
#include <sycl/ext/oneapi/experimental/free_function_traits.hpp>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// REQUIRES: linux, cpu || (gpu && level_zero)
// XFAIL: run-mode && arch-intel_gpu_pvc && !igc-dev
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19585
// UNSUPPORTED: run-mode && arch-intel_gpu_pvc && !igc-dev
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19585

// RUN: %{build} %device_msan_flags -Xarch_device -fsanitize-memory-track-origins=1 -O0 -g -o %t1.out
// 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// REQUIRES: linux, cpu || (gpu && level_zero)
// XFAIL: run-mode && arch-intel_gpu_pvc && !igc-dev
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19585
// UNSUPPORTED: run-mode && arch-intel_gpu_pvc && !igc-dev
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19585

// RUN: %{build} %device_msan_flags -Xarch_device -fsanitize-memory-track-origins=1 -O0 -g -o %t0.out
// 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// REQUIRES: linux, cpu || (gpu && level_zero)
// XFAIL: run-mode && arch-intel_gpu_pvc && !igc-dev
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19585
// UNSUPPORTED: run-mode && arch-intel_gpu_pvc && !igc-dev
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19585

// RUN: %{build} %device_msan_flags -Xarch_device -fsanitize-memory-track-origins=1 -O2 -g -o %t1.out
// RUN: env UR_LAYER_MSAN_OPTIONS=msan_check_host_and_shared_usm:1 %{run} %t1.out 2>&1 | FileCheck %s
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// REQUIRES: linux, cpu || (gpu && level_zero)
// XFAIL: run-mode && arch-intel_gpu_pvc && !igc-dev
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19585
// UNSUPPORTED: run-mode && arch-intel_gpu_pvc && !igc-dev
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19585

// RUN: %{build} %device_msan_flags -Xarch_device -fsanitize-memory-track-origins=1 -O0 -g -o %t0.out
// 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// REQUIRES: linux, cpu || (gpu && level_zero)
// XFAIL: run-mode && arch-intel_gpu_pvc && !igc-dev
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19585
// UNSUPPORTED: run-mode && arch-intel_gpu_pvc && !igc-dev
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19585

// RUN: %{build} %device_msan_flags -Xarch_device -fsanitize-memory-track-origins=1 -O0 -g -o %t0.out
// 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// REQUIRES: linux, cpu || (gpu && level_zero)
// XFAIL: run-mode && arch-intel_gpu_pvc && !igc-dev
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19585
// UNSUPPORTED: run-mode && arch-intel_gpu_pvc && !igc-dev
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19585

// RUN: %{build} %device_msan_flags -Xarch_device -fsanitize-memory-track-origins=1 -O0 -g -o %t1.out
// 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
Expand Down
4 changes: 2 additions & 2 deletions sycl/test-e2e/ProfilingTag/profiling_queue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
// UNSUPPORTED: level_zero_v2_adapter
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19116
//
// XFAIL: ((intel_gpu_acm{{.*}} || intel_gpu_pvc || intel_gpu_bmg{{.*}}) && (!level_zero)) || preview-mode
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19425
// UNSUPPORTED: ((intel_gpu_acm{{.*}} || intel_gpu_pvc || intel_gpu_bmg{{.*}}) && (!level_zero)) || preview-mode
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19425

#include "common.hpp"

Expand Down