On Mon, 20 May 2024 23:29:53 GMT, Alisen Chung <[email protected]> wrote:
> Are the tests added supposed to be manual tests? I’m not seeing any dialogs
> pop up when i run the test on jtreg. Maybe I missed a config setting? I'm
> running the tests on mac.
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"
```
OutputBin[] supportedOutputBins = getSupportedOutputBinttributes();
if (supportedOutputBins.length < 1) {
return;
}
Also, in my native print dialog also, I am not seeing any "output bin" setting.
Where exactly it will be shown?
<img width="392" alt="Screenshot 2024-05-21 at 6 13 47 PM"
src="https://github.com/openjdk/jdk/assets/43534309/687d66f6-b8da-496c-92ae-32f63068962b">
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16166#issuecomment-2122557975