From ce2c28c74580760eca4f5265b284f860323ebb4b Mon Sep 17 00:00:00 2001 From: Vlad Sytchenko Date: Wed, 3 Jun 2020 13:57:40 -0400 Subject: [PATCH] Disable oclruntime OCLPerfCounters test For some reason the test is causing latest rocr to crash. Disabling for now to investigate. Change-Id: I78996241e6756c36af4b7f5fcb34e915bf33573e --- opencl/tests/ocltst/module/runtime/oclruntime.exclude | 2 ++ 1 file changed, 2 insertions(+) diff --git a/opencl/tests/ocltst/module/runtime/oclruntime.exclude b/opencl/tests/ocltst/module/runtime/oclruntime.exclude index a5807cb63c..3943769aee 100644 --- a/opencl/tests/ocltst/module/runtime/oclruntime.exclude +++ b/opencl/tests/ocltst/module/runtime/oclruntime.exclude @@ -5,3 +5,5 @@ OCLImageCopyPartial OCLCPUGuardPages OCLRegionDeviceQueries + +OCLPerfCounters