Skip to content

New deqp-runner test status results

There was an ambiguous test result in deqp-runner, UnexpectedPass, that includes more than one result. The transition from Crash to Fail was an improvement reported as UnexpectedPass. So, deqp-runner replaced it by a UnexpectedImprovement(...) test result with, in parentheses, the reported end status of the test. With this, we can handle the different improvements in the test results.

Then, here, the UnexpectedPass is equivalent to the UnexpectedImprovement(Pass). In the other cases, the string of the test result is replaced by the content in the parentheses.

Merge request reports