I need a workaround for this Jenkins issue (JUnit report doesn't distinguish between test failures and errors).
I thought of using the Groovy Postbuild Plugin but it looks like this Jenkins "philosophy" is deeply integrated, i.e. TestResultAction doesn't even provide the tests in error.
Any other ideas?