On Wed, 18 Sep 2024 13:23:32 GMT, Sharath TN <[email protected]> wrote:
> Fixed test and fix is working fine. > > Fix > testUI(DefaultCloseOperation::createUI) will create PassfailJFrame test > windows when test starts. > > PassFailJFrame.addTestWindow(testFrame); > PassFailJFrame.addTestWindow(testDialog); > > Above code exists in the Test. So TestFrame and TestDailog windows will be > created when testUI(DefaultCloseOperation::createUI) invoked. > > Need to remove above code as this code is not required. This pull request has now been integrated. Changeset: 8858de39 Author: Sharath TN <[email protected]> Committer: Alexey Ivanov <[email protected]> URL: https://git.openjdk.org/jdk/commit/8858de393a5cb4f9f1150a6cdf388266362a9559 Stats: 2 lines in 1 file changed: 0 ins; 2 del; 0 mod 8338571: [TestBug] DefaultCloseOperation.java test not working as expected wrt instruction after JDK-8325851 fix Reviewed-by: aivanov, dnguyen ------------- PR: https://git.openjdk.org/jdk/pull/21061
