RFR: 8299304: Test "java/awt/print/PrinterJob/PageDialogTest.java" fails on macOS 13 x64 because the Page Dialog blocks the Toolkit
Prasanta Sadhukhan
psadhukhan at openjdk.org
Wed Sep 17 07:40:00 UTC 2025
On Mon, 15 Sep 2025 17:01:51 GMT, Phil Race <prr at openjdk.org> wrote:
> How does this test behave on Windows and Linux ? I think I'd like to be sure this isn't a product bug and there isn't enough information provided to determine that. It doesn't seem to be problem-listed. Why aren't we seeing reported failures during recent JDK 24/25 ATR ? Please find out.
The pagedialog is not blocking the Toolkit modal dialog for Windows and Linux, i.e, we can move around the toolkit dialog even when pagedialog is shown but in macOS the pagedialog is blocking the toolkit dialog
I have asked @lawrence-andrew to check with ATR testing team as to why it was not marked as failure for macos?
> What's the "native platform" being tested on here? Is there a native app that reproduces a similar behavior on macOS? Or are you just using the CTRL+P print dialog and comparing that dialog?
Yes, since I am not sure if there is concept of toolkit modal dialog in native, I tested with native printer dialog on native app, say "Print" in "Mail"
-------------
PR Comment: https://git.openjdk.org/jdk/pull/27243#issuecomment-3301693362
More information about the client-libs-dev
mailing list