Closed hakanai closed 10 years ago
Still happens on ci_reporter-1.7.2, minitest-4.0.0, builder-3.1.3. Going to try updating JRuby itself next to see if that gets me anywhere.
Hi. I have this problem too. Anyone discover a workaround?
We are in the process of cleaning out old issues. Specifically, the next version of CI::Reporter is only going to support Test::Unit bundled with the latest version of Ruby 1.9.3, 2.0, and 2.1. If this issue still applies to these versions, please let us know, otherwise we're going to close this issue to focus on current problems. Thanks for your report!
We switched to rspec, so it's unlikely I will have time or motivation to verify this. Perhaps @troygnichols can provide an update.
Closing due to inactivity.
A failing test under JRuby with MiniTest currently causes ci_reporter itself to bomb out rather than reporting the exception which occurred in the test:
Seems like it's expecting a Failure but actually getting the exception object itself, but then attempting to call exception on it to get the exception.
This is on version 1.7.0 but nothing in the change history since then sounds like it is MiniTest-related.