RFR: 8284993: Replace System.exit call in swing tests with RuntimeException [v3]

Alexander Zvegintsev azvegint at openjdk.java.net
Wed Apr 20 11:25:21 UTC 2022


On Wed, 20 Apr 2022 10:46:01 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

>> 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 one additional commit since the last revision:
> 
>   Test fix

Marked as reviewed by azvegint (Reviewer).

-------------

PR: https://git.openjdk.java.net/jdk/pull/8293



More information about the client-libs-dev mailing list