mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 06:03:15 +08:00
remove failed tests (issues #612-616)
This commit is contained in:
parent
e12e4798e0
commit
5d6467708c
@ -43,9 +43,18 @@
|
||||
|
||||
CvTS test_system;
|
||||
|
||||
const char* blacklist[] =
|
||||
{
|
||||
"morph-ex",
|
||||
"operations",
|
||||
"stereobm",
|
||||
"stereosgbm",
|
||||
0
|
||||
};
|
||||
|
||||
int main(int argC,char *argV[])
|
||||
{
|
||||
return test_system.run( argC, argV );
|
||||
return test_system.run( argC, argV, blacklist );
|
||||
}
|
||||
|
||||
/* End of file. */
|
||||
|
@ -43,9 +43,15 @@
|
||||
|
||||
CvTS test_system;
|
||||
|
||||
const char* blacklist[] =
|
||||
{
|
||||
"kmeans",
|
||||
0
|
||||
};
|
||||
|
||||
int main( int argc, char** argv )
|
||||
{
|
||||
return test_system.run( argc, argv );
|
||||
return test_system.run( argc, argv, blacklist );
|
||||
}
|
||||
|
||||
/* End of file. */
|
||||
|
Loading…
Reference in New Issue
Block a user