> 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 refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR. The pull request contains one new commit since the last revision: Remove redundant fail() calls and other feedback changes. * Remove redundant calls to fail() * feedback ------------- Changes: - all: https://git.openjdk.org/jdk/pull/30283/files - new: https://git.openjdk.org/jdk/pull/30283/files/b104c150..bc0533b7 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=30283&range=08 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=30283&range=07-08 Stats: 0 lines in 0 files changed: 0 ins; 0 del; 0 mod Patch: https://git.openjdk.org/jdk/pull/30283.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/30283/head:pull/30283 PR: https://git.openjdk.org/jdk/pull/30283
