On Wed, 13 Jan 2021 04:16:49 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> wrote:
>> 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. It is similar to run the headful tests on windows/macOS w/o system preparation or run the tests on Linux w/o Xserver. Or similar to running the tests when the system shortcuts are enabled, will you change all tests which press combinations of keys to the manual tests? I assume no since these are the requirements for the tests run. ------------- PR: https://git.openjdk.java.net/jdk/pull/1927