On Fri, 26 Sep 2025 21:33:34 GMT, Damon Nguyen <[email protected]> wrote:
> > I tested SizeMinimizedTest.java running in CI and no failure is observed. > > It's true that I had added the test for different bug ID long time which is > > wrong. Should we just move it to another JBS and PL it while removing > > 8305915 PL ? I guess we should handle both the issue separately with > > different BugID ? > > At the very least, this info should be added to the current JBS issue. Maybe > update the title and the summary of the issue to also include the removal of > `SizeMinimizedTest.java` from the PL. This definitely deserves a comment in a JBS. Yet, I'd refrain from changing the title. Instead, you could submit a new bug with a clear title and description. This bug could be closed as *Cannot Reproduce*, which is the correct resolution — the test doesn't fail any more: with and without changes. I'm for adding capturing the screenshot when the test fails before disposing of the frame. Yet I'd rather leave accessing the `Frame` object from the main thread. ------------- PR Comment: https://git.openjdk.org/jdk/pull/27366#issuecomment-3352392719
