Merge pull request #1862 from alalek:ocl_disable_tests

pull/1777/merge
Andrey Pavlenko 11 years ago committed by OpenCV Buildbot
commit 3ab47300ce
  1. 3
      modules/core/test/ocl/test_arithm.cpp

@ -170,7 +170,8 @@ OCL_TEST_P(Add, Scalar_Mask)
//////////////////////////////////////// Instantiation /////////////////////////////////////////
OCL_INSTANTIATE_TEST_CASE_P(Arithm, Add, Combine(OCL_ALL_DEPTHS, OCL_ALL_CHANNELS, Bool()));
// TODO FIXIT Invalid "add" implementation
//OCL_INSTANTIATE_TEST_CASE_P(Arithm, Add, Combine(OCL_ALL_DEPTHS, OCL_ALL_CHANNELS, Bool()));
} } // namespace cvtest::ocl

Loading…
Cancel
Save