On Mon, 23 Mar 2026 19:23:33 GMT, David Beaumont <[email protected]> wrote:
>> Similar to other recent JAXP test migration PRs, but simpler in most cases. >> >> Edge cases include: >> * Lots of tests needing the PER_CLASS life-cycle due to having a base class >> with non-trivial test setup >> * Tests with incorrect expectations about thrown exceptions >> * Tests needlessly catching test framework exceptions when they should be >> left to fail normally > > David Beaumont has updated the pull request incrementally with one additional > commit since the last revision: > > Be consistent with static imports Apart from `DurationTest` and `Bug6937964Test`, which are the same thing really and covered by the other bug, I think that's everything now. I did leave a couple of classes with fairly excessive use of `fail()` as-is, but tidied up a bunch more, along with removal of redundant try/catch stuff and some low-value debug output. ------------- PR Comment: https://git.openjdk.org/jdk/pull/30283#issuecomment-4158114931
