mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
catching OpenCL double not supported exceptions
This commit is contained in:
@@ -229,7 +229,7 @@ PARAM_TEST_CASE(SortByKey, InputSize, MatType, MatType, SortMethod, IsGreaterTha
|
||||
}
|
||||
};
|
||||
|
||||
TEST_P(SortByKey, Accuracy)
|
||||
OCL_TEST_P(SortByKey, Accuracy)
|
||||
{
|
||||
using namespace cv;
|
||||
ocl::oclMat oclmat_key(mat_key);
|
||||
|
||||
Reference in New Issue
Block a user