[jdk20] RFR: 8298905: Test "java/awt/print/PrinterJob/ImagePrinting/PrintARGBImage.java" fails because the frames of instruction does not display [v2]

lawrence.andrews duke at openjdk.org
Fri Dec 16 20:05:39 UTC 2022


On Fri, 16 Dec 2022 20:00:51 GMT, Alexander Zvegintsev <azvegint at openjdk.org> wrote:

>> openjdk/jdk#9525 has changed behavior of PassFailJFrame.
>> it doesn't call `setVisible()` from its constructor on instruction window anymore and some tests were not ready for that.
>> 
>> So adding `positionTestWindow()` fixes the issue.
>
> Alexander Zvegintsev has updated the pull request incrementally with one additional commit since the last revision:
> 
>   fix bugid and summary for ProgressTest

test/jdk/javax/swing/ProgressMonitor/ProgressTest.java line 40:

> 38:     private static final String instructionsText =
> 39:             "A ProgressMonitor will be shown.\n" +
> 40:                     " If it shows blank progressbar after 2048MB bytes read,\n"+

Do you need this extra tab space?

-------------

PR: https://git.openjdk.org/jdk20/pull/46



More information about the client-libs-dev mailing list