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

Commit 50d1c28

Browse files
authored
[SYCL] Disable failing test (#658)
1 parent ce0b087 commit 50d1c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/XPTI/basic_event_collection.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: xptifw, opencl
1+
// REQUIRES: xptifw, opencl, TEMPORARILY_DISABLED
22
// RUN: %clangxx %s -DXPTI_COLLECTOR -DXPTI_CALLBACK_API_EXPORTS %xptifw_lib %shared_lib %fPIC %cxx_std_optionc++17 -o %t_collector.dll
33
// RUN: %clangxx -fsycl -fsycl-unnamed-lambda -fsycl-targets=%sycl_triple %s -o %t.out
44
// RUN: env XPTI_TRACE_ENABLE=1 env XPTI_FRAMEWORK_DISPATCHER=%xptifw_dispatcher env XPTI_SUBSCRIBERS=%t_collector.dll env SYCL_DEVICE_FILTER=opencl %t.out | FileCheck %s 2>&1

0 commit comments

Comments
 (0)