Commit 92c0709c authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #8960 from dkurt:halide_support_opencl

parents 16368a27 e74fed5c
...@@ -1958,6 +1958,11 @@ void TestBase::RunPerfTestBody() ...@@ -1958,6 +1958,11 @@ void TestBase::RunPerfTestBody()
implConf.GetImpl(); implConf.GetImpl();
#endif #endif
} }
catch(SkipTestException&)
{
metrics.terminationReason = performance_metrics::TERM_SKIP_TEST;
return;
}
catch(PerfSkipTestException&) catch(PerfSkipTestException&)
{ {
metrics.terminationReason = performance_metrics::TERM_SKIP_TEST; metrics.terminationReason = performance_metrics::TERM_SKIP_TEST;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment