Integrated: 8284993: Replace System.exit call in swing tests with RuntimeException

Prasanta Sadhukhan psadhukhan at openjdk.java.net
Fri Apr 22 06:51:29 UTC 2022


On Tue, 19 Apr 2022 09:10:30 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.

This pull request has now been integrated.

Changeset: 80219a48
Author:    Prasanta Sadhukhan <psadhukhan at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/80219a48c34719263cd41dacd02ba19dd39b1b27
Stats:     26 lines in 6 files changed: 15 ins; 1 del; 10 mod

8284993: Replace System.exit call in swing tests with RuntimeException

Reviewed-by: azvegint

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

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



More information about the client-libs-dev mailing list