On Tue, 5 Nov 2024 17:48:08 GMT, Daniel Gredler <d...@openjdk.org> wrote:
> > The test may need to be problem-listed against > > [8148334](https://bugs.openjdk.org/browse/JDK-8148334) as it's known to > > fail. > > Should that be part of this PR? If so, do I just add this line to > `test/jdk/ProblemList.txt`? > > `java/awt/print/PrinterJob/PrintTextTest.java 8148334 generic-all` I think it should. We know the test fails because the printed version differs from the displayed one, there's a bug to track it. Thus, the test should be in the problem list. Perhaps, the only reason it isn't PL'ed is because the test couldn't be run. The PL entry line looks good to me. ------------- PR Comment: https://git.openjdk.org/jdk/pull/21716#issuecomment-2458157880