Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

[SYCL] Temporarily disable failing XPTI test on CPU #1157

Merged
Merged
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
3 changes: 3 additions & 0 deletions SYCL/XPTI/kernel/content.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
// RUN: %clangxx -fsycl -fno-sycl-dead-args-optimization %s -o %t.noopt.out
// RUN: env XPTI_TRACE_ENABLE=1 XPTI_FRAMEWORK_DISPATCHER=%xptifw_dispatcher XPTI_SUBSCRIBERS=%t_collector.dll %BE_RUN_PLACEHOLDER %t.noopt.out | FileCheck %s --check-prefix=CHECK-NOOPT

// Temporarily disable for CPU due to environment-specific failures.
// UNSUPPORTED: cpu

#ifdef XPTI_COLLECTOR

#include "../Inputs/buffer_info_collector.cpp"
Expand Down