Commit 131d7c39 authored by Vladimir Dudnik's avatar Vladimir Dudnik

enabled test UMat copyTo. Now it will detect FAIL on Intel platform for ROI…

enabled test UMat copyTo. Now it will detect FAIL on Intel platform for ROI (issue with clEnqueueCopyBufferRect)
parent ef0d1c1c
......@@ -173,7 +173,7 @@ TEST_P(UMatBasicTests, base)
ASSERT_EQ(ub.total(), total);
}
TEST_P(UMatBasicTests, DISABLED_copyTo)
TEST_P(UMatBasicTests, copyTo)
{
int i;
if(useRoi)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment