RFR: 8314070: javax.print: Support IPP output-bin attribute extension [v9]

Alexander Scherbatiy alexsch at openjdk.org
Wed May 22 16:33:05 UTC 2024


On Tue, 21 May 2024 12:46:31 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

> I guess its because of this code where supported output bins is < 1 which prevents printdialog to popup and the test Passed or rather did not proceed..Not sure if this should be considered "Passed" or "Skipped"

Should the tests print "Number of output bins less than 2. The test is skipped" or be updated in some other way to reflect the fact that where are no enough output bins to test?

> Also, in my native print dialog also, I am not seeing any "output bin" setting. Where exactly it will be shown?

This is the problem with the test which uses a native Print dialog on MacOS. The dialogs can have "output bin" settings in different places and some of the native dialogs reports the selected output bin in the NSPrintInfo  print settings and some not.
The test with the native print dialog also behaves in the same way before and after the fix.

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

PR Comment: https://git.openjdk.org/jdk/pull/16166#issuecomment-2125238258


More information about the client-libs-dev mailing list