https://bz.apache.org/bugzilla/show_bug.cgi?id=69685

--- Comment #2 from Björn Kautler <bjo...@kautler.net> ---
In the light of the discussion on https://github.com/apache/ant/pull/221, it
might be more correct to follow suit with JUnit terminology and have the
`aborted` attribute and `<aborted>` tags.

But some points - be they relevant or not:
- IntelliJ IDEA treats aborted and skipped the same, calling them ignored
- Gradle - also in the generated JUnit XML file - treats aborted and skipped
the same
- No typical consumer of this file format will know the `aborted` attribute and
`<aborted>` tag, but need to be adapted to support it

Regarding the last point, if the decision will be to keep the aborted
semantics, this issue should be morphed to instead fix the `junitreport` task,
which has no idea of aborted but shows aborted tests as successful!

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to