Re: RFR: 8169285: Re-enable javafx.swt tests [v3]

2025-05-09 Thread Kevin Rushforth
On Mon, 28 Apr 2025 09:38:06 GMT, Marius Hanl wrote: >> This PR enables `javafx.swt` tests for: >> - Windows >> >> Disabled on: >> - Linux, since some distros seems to have problems >> - MacOS: The following warning is printed right before the error: >> `***WARNING: Display must be created on m

Re: RFR: 8169285: Re-enable javafx.swt tests [v3]

2025-05-09 Thread Marius Hanl
On Mon, 28 Apr 2025 09:38:06 GMT, Marius Hanl wrote: >> This PR enables `javafx.swt` tests for: >> - Windows >> >> Disabled on: >> - Linux, since some distros seems to have problems >> - MacOS: The following warning is printed right before the error: >> `***WARNING: Display must be created on m

Re: RFR: 8169285: Re-enable javafx.swt tests [v3]

2025-04-30 Thread Kevin Rushforth
On Wed, 30 Apr 2025 15:10:25 GMT, Andy Goryachev wrote: > * is this PR description still valid? Good catch. I think the PR Description should be updated. > * there seems to be two GHA failures, are these intermittent or a result of > the changes in this PR? They are unrelated intermittent fai

Re: RFR: 8169285: Re-enable javafx.swt tests [v3]

2025-04-30 Thread Andy Goryachev
On Mon, 28 Apr 2025 09:38:06 GMT, Marius Hanl wrote: >> With this change, you can now run the `swt` tests as easy as: `:swt:test >> -PSWT_TEST=true`. >> ![image](https://github.com/user-attachments/assets/928141b5-ac81-4b15-9d86-5ea87f47c1c4) >> >> Note: At one point `IS_FULL_TEST` was used as

Re: RFR: 8169285: Re-enable javafx.swt tests [v3]

2025-04-28 Thread Marius Hanl
> With this change, you can now run the `swt` tests as easy as: `:swt:test > -PSWT_TEST=true`. > ![image](https://github.com/user-attachments/assets/928141b5-ac81-4b15-9d86-5ea87f47c1c4) > > Note: At one point `IS_FULL_TEST` was used as well for the enablement of the > tests. I don't see any rea