[OpenJDK 2D-Dev] RFR: 8215537: [TEST_BUG] java/awt/print/PrinterJob/LandscapeStackOverflow.java fails by timeout
Prasanta Sadhukhan
psadhukhan at openjdk.java.net
Wed Jan 13 04:20:01 UTC 2021
On Wed, 13 Jan 2021 02:55:46 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
>> That printer keyword seems to be just a hint/suggestion as it does not force user to do anything, so we can still get this kind of problem. Making it manual at least will let user choose which printer he actually wants to work with.
>
> That's not a hint, it is similar to the headful keyword:
> - "headful" requires the proper configured system and accessible Desktop
> - "printer" requires the properly configured printer
> https://github.com/openjdk/jdk/blob/0957d9eb1452b953c1a700ce7ea41155c22bc00e/test/jdk/TEST.ROOT#L14
OK. But it's a keyword for jtreg, not useful for standalone execution as you have seen that one can get the problem running on freshly installed windows system. Making it manual will overcome standalone execution problem too.
-------------
PR: https://git.openjdk.java.net/jdk/pull/1927
More information about the 2d-dev
mailing list