[jfx11u] RFR: 8242505: Some WebKit tests might fail because Microsoft libraries are not loaded

2022-02-24 Thread Kevin Rushforth
Clean backport of this test-only fix to `jfx11u`. - Commit messages: - 8242505: Some WebKit tests might fail because Microsoft libraries are not loaded Changes: https://git.openjdk.java.net/jfx11u/pull/73/files Webrev: https://webrevs.openjdk.java.net/?repo=jfx11u=73=00 Issue:

Re: RFR: 8242505: Some WebKit tests might fail because Microsoft libraries are not loaded

2020-04-28 Thread Guru Hb
On Wed, 22 Apr 2020 18:07:09 GMT, Kevin Rushforth wrote: > This PR will allow javafx.web unit tests to run to completion and pass on > Windows with Visual Studio 2019. > > Two of the WebKit tests load the native WebKit library without initializing > the JavaFX runtime. This will lead to test

Re: [Integrated] RFR: 8242505: Some WebKit tests might fail because Microsoft libraries are not loaded

2020-04-28 Thread Kevin Rushforth
On Wed, 22 Apr 2020 18:07:09 GMT, Kevin Rushforth wrote: > This PR will allow javafx.web unit tests to run to completion and pass on > Windows with Visual Studio 2019. > > Two of the WebKit tests load the native WebKit library without initializing > the JavaFX runtime. This will lead to test

Re: RFR: 8242505: Some WebKit tests might fail because Microsoft libraries are not loaded

2020-04-22 Thread Kevin Rushforth
On Wed, 22 Apr 2020 18:07:53 GMT, Kevin Rushforth wrote: >> This PR will allow javafx.web unit tests to run to completion and pass on >> Windows with Visual Studio 2019. >> >> Two of the WebKit tests load the native WebKit library without initializing >> the JavaFX runtime. This will lead to

RFR: 8242505: Some WebKit tests might fail because Microsoft libraries are not loaded

2020-04-22 Thread Kevin Rushforth
This PR will allow javafx.web unit tests to run to completion and pass on Windows with Visual Studio 2019. Two of the WebKit tests load the native WebKit library without initializing the JavaFX runtime. This will lead to test failures and will hang the test run if those tests are run before the

Re: RFR: 8242505: Some WebKit tests might fail because Microsoft libraries are not loaded

2020-04-22 Thread Kevin Rushforth
On Wed, 22 Apr 2020 18:07:09 GMT, Kevin Rushforth wrote: > This PR will allow javafx.web unit tests to run to completion and pass on > Windows with Visual Studio 2019. > > Two of the WebKit tests load the native WebKit library without initializing > the JavaFX runtime. This will lead to test