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

Commit 1a084e5

Browse files
[SYCL] Temporarily disable failing XPTI test on CPU (#1157)
content.cpp has been failing on OpenCL CPU for some environments. This commit disables this test until this problem has been fixed. Signed-off-by: Larsen, Steffen <[email protected]>
1 parent 5676213 commit 1a084e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

SYCL/XPTI/kernel/content.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
// RUN: %clangxx -fsycl -fno-sycl-dead-args-optimization %s -o %t.noopt.out
66
// 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
77

8+
// Temporarily disable for CPU due to environment-specific failures.
9+
// UNSUPPORTED: cpu
10+
811
#ifdef XPTI_COLLECTOR
912

1013
#include "../Inputs/buffer_info_collector.cpp"

0 commit comments

Comments
 (0)