enabled test UMat copyTo. Now it will detect FAIL on Intel platform for ROI (issue with clEnqueueCopyBufferRect)
This commit is contained in:
@@ -173,7 +173,7 @@ TEST_P(UMatBasicTests, base)
|
|||||||
ASSERT_EQ(ub.total(), total);
|
ASSERT_EQ(ub.total(), total);
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST_P(UMatBasicTests, DISABLED_copyTo)
|
TEST_P(UMatBasicTests, copyTo)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
if(useRoi)
|
if(useRoi)
|
||||||
|
|||||||
Reference in New Issue
Block a user