From 786679ae2a2b1f558eaa5c27356783f86d6c76e8 Mon Sep 17 00:00:00 2001 From: Alexander Batashev Date: Wed, 22 Dec 2021 20:06:44 +0300 Subject: [PATCH] [SYCL] Disable failing test --- SYCL/XPTI/basic_event_collection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SYCL/XPTI/basic_event_collection.cpp b/SYCL/XPTI/basic_event_collection.cpp index 9e8907bcb3..77595c28ac 100644 --- a/SYCL/XPTI/basic_event_collection.cpp +++ b/SYCL/XPTI/basic_event_collection.cpp @@ -1,4 +1,4 @@ -// REQUIRES: xptifw, opencl +// REQUIRES: xptifw, opencl, TEMPORARILY_DISABLED // RUN: %clangxx %s -DXPTI_COLLECTOR -DXPTI_CALLBACK_API_EXPORTS %xptifw_lib %shared_lib %fPIC %cxx_std_optionc++17 -o %t_collector.dll // RUN: %clangxx -fsycl -fsycl-unnamed-lambda -fsycl-targets=%sycl_triple %s -o %t.out // 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