On Fri, 19 Sep 2025 10:25:11 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:
> > > Error > > > ⚠️ 8305915 is used in problem lists: [test/jdk/ProblemList.txt] > > > > > > However, the problem list only contains another test under the 8305915 bug > > ID. > > > java/awt/Frame/SizeMinimizedTest.java 8305915 linux-x64 > > > > > > And that is what we should pay attention to. > > We should resolve this problem. > > Tejesh problem-listed `SizeMinimizedTest.java` in #18448. The PR description > states: > > > Automated the test SizeMinimizedTest.java. Since the test is failing Linux > > arch (Maybe related to the bug - > > [JDK-8305915](https://bugs.openjdk.org/browse/JDK-8305915)), the test is > > problem listed for Linux arch until the issue is fixed/further > > investigation is done. > > If `SizeMinimizedTest.java` still fails, it's time to file a new bug for it. > A sub-task of the new bug should be used to fix up the bugid in the problem > list. 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 ? ------------- PR Comment: https://git.openjdk.org/jdk/pull/27366#issuecomment-3316714202