On Tue, 19 Apr 2022 09:10:30 GMT, Prasanta Sadhukhan <psadhuk...@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 <psadhuk...@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