On Tue, 12 Jan 2021 11:49:09 GMT, Prasanta Sadhukhan <psadhuk...@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