RFR: 8284993: Replace System.exit call in swing tests with RuntimeException [v2]
Prasanta Sadhukhan
psadhukhan at openjdk.java.net
Wed Apr 20 09:23:15 UTC 2022
> Few swing tests call System.exit() which might stop the test harness from executing further tests if any of the test fail. We should replace with RuntimeException.
Prasanta Sadhukhan has updated the pull request incrementally with two additional commits since the last revision:
- test fix
- test fix
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/8293/files
- new: https://git.openjdk.java.net/jdk/pull/8293/files/f00eaac8..6b4f510a
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=8293&range=01
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=8293&range=00-01
Stats: 15 lines in 1 file changed: 10 ins; 1 del; 4 mod
Patch: https://git.openjdk.java.net/jdk/pull/8293.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/8293/head:pull/8293
PR: https://git.openjdk.java.net/jdk/pull/8293
More information about the client-libs-dev
mailing list