added black list for gpu tests

This commit is contained in:
Anatoly Baksheev
2010-09-27 06:57:25 +00:00
parent 50df762c4e
commit 1b8c00000c
5 changed files with 19 additions and 7 deletions

View File

@@ -124,7 +124,7 @@ namespace cv
const string& msg = (idx != error_num) ? npp_errors[idx].str : string("Unknown error code");
std::stringstream interpreter;
interpreter << "<" << err << "> " << msg;
interpreter << msg <<" [Code = " << err << "]";
return interpreter.str();
}