<AWT Dev> Integrated: 8252679: Two windows specific FileDIalog tests may fail on some Windows_Server_2016_Standard

Sergey Bylokhov serb at openjdk.java.net
Sun Sep 6 01:28:39 UTC 2020


On Sun, 6 Sep 2020 00:16:48 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

> These seemingly simple checks are needed on Windows because on windows we allow navigating in the special
> folders(Libraries). To map the LIbrary such as Music/Video we call the native win32 API. If this API fails to convert
> the Library to the path, we will show this library to the user in the FileChooser without an ability to navigate it.  I
> have checked that the test fails on the systems where the native API sometimes cannot map the Library to the path, so
> even the native applications cannot navigate it.  We run these tests, as a service on the headless windows system, so
> this could be a reason.
> For now, I would like to move these tests to the headful group where we know the desktop session exists. If they
> continue to fail we probably will need to relax the checks in the tests.

This pull request has now been integrated.

Changeset: 1262ae36
Author:    Sergey Bylokhov <serb at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/1262ae36
Stats:     6 lines in 2 files changed: 0 ins; 5 del; 1 mod

8252679: Two windows specific FileDIalog tests may fail on some Windows_Server_2016_Standard

Reviewed-by: prr

-------------

PR: https://git.openjdk.java.net/jdk/pull/24


More information about the awt-dev mailing list