mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 11:40:44 +08:00
enabled test UMat copyTo. Now it will detect FAIL on Intel platform for ROI (issue with clEnqueueCopyBufferRect)
This commit is contained in:
parent
ef0d1c1c3f
commit
131d7c394e
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user