[OpenJDK 2D-Dev] RFR: 8215537: [TEST_BUG] java/awt/print/PrinterJob/LandscapeStackOverflow.java fails by timeout
Sergey Bylokhov
serb at openjdk.java.net
Wed Jan 13 02:58:56 UTC 2021
On Tue, 12 Jan 2021 11:49:09 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:
>> Not sure that one more manual test is needed, the run of the test marked by the printer keyword already required to have a configured printer. Otherwise, why do we need that keyword at all?
>
> 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
-------------
PR: https://git.openjdk.java.net/jdk/pull/1927
More information about the 2d-dev
mailing list