disable GeneralizedHough tests on gcc 4.7

This commit is contained in:
Vladislav Vinogradov
2014-04-07 09:49:17 +04:00
parent f8d922ad3e
commit d822d6f101
2 changed files with 8 additions and 0 deletions

View File

@@ -185,6 +185,8 @@ INSTANTIATE_TEST_CASE_P(GPU_ImgProc, HoughCircles, testing::Combine(
///////////////////////////////////////////////////////////////////////////////////////////////////////
// GeneralizedHough
#if !defined(__GNUC__) || (__GNUC__ * 10 + __GNUC_MINOR__ != 47)
PARAM_TEST_CASE(GeneralizedHough, cv::gpu::DeviceInfo, UseRoi)
{
};
@@ -252,4 +254,6 @@ INSTANTIATE_TEST_CASE_P(GPU_ImgProc, GeneralizedHough, testing::Combine(
ALL_DEVICES,
WHOLE_SUBMAT));
#endif
#endif // HAVE_CUDA