Skip to content

Differentiate between missing and crashing tests

Seebi requested to merge Flakebi/parallel-deqp-runner:missing-crash into master

If deqp crashes before it prints the first test name, (all) tests are currently marked as missing. We can differentiate the reason by looking at the exit code of the process.

Merge request reports