Re: RFR: 8333569: jpackage tests must run app launchers with retries on Linux only

2025-02-05 Thread Alexander Matveev
On Wed, 5 Feb 2025 03:34:59 GMT, Alexey Semenyuk wrote: > Run app launchers in jpackage tests with retries on Linux only. Run them > without retries on other platforms. > > Supplementary remove `HelloApp.AppOutputVerifier.removePathEnvVar()` > function. It sets an unused member field and is a

Re: RFR: 8333569: jpackage tests must run app launchers with retries on Linux only

2025-02-05 Thread Alexey Semenyuk
On Wed, 5 Feb 2025 03:34:59 GMT, Alexey Semenyuk wrote: > Run app launchers in jpackage tests with retries on Linux only. Run them > without retries on other platforms. > > Supplementary remove `HelloApp.AppOutputVerifier.removePathEnvVar()` > function. It sets an unused member field and is a

RFR: 8333569: jpackage tests must run app launchers with retries on Linux only

2025-02-04 Thread Alexey Semenyuk
Run app launchers in jpackage tests with retries on Linux only. Run them without retries on other platforms. Supplementary remove `HelloApp.AppOutputVerifier.removePathEnvVar()` function. It sets an unused member field and is a leftover from [JDK-8347300](https://bugs.openjdk.org/browse/JDK-834