Re: RFR: 8358017: Various enhancements of jpackage test helpers

2025-05-29 Thread Alexander Matveev
On Wed, 28 May 2025 03:35:40 GMT, Alexey Semenyuk wrote: > Various enhancements of jpackage test helpers: > - Can run fa tests when JAVA_TOOL_OPTIONS env variable contains > `--module-path` option. This change makes support for > `jpackage.test.clear-app-launcher-java-env-vars` system property

Re: RFR: 8358017: Various enhancements of jpackage test helpers

2025-05-29 Thread Alexey Semenyuk
On Wed, 28 May 2025 03:35:40 GMT, Alexey Semenyuk wrote: > Various enhancements of jpackage test helpers: > - Can run fa tests when JAVA_TOOL_OPTIONS env variable contains > `--module-path` option. This change makes support for > `jpackage.test.clear-app-launcher-java-env-vars` system property

RFR: 8358017: Various enhancements of jpackage test helpers

2025-05-29 Thread Alexey Semenyuk
Various enhancements of jpackage test helpers: - Can run fa tests when JAVA_TOOL_OPTIONS env variable contains `--module-path` option. This change makes support for `jpackage.test.clear-app-launcher-java-env-vars` system property redundant. - Rework JUnitAdapter to make it run jpackage TestInst

Re: RFR: 8358017: Various enhancements of jpackage test helpers

2025-05-29 Thread Alexey Semenyuk
On Wed, 28 May 2025 03:35:40 GMT, Alexey Semenyuk wrote: > Various enhancements of jpackage test helpers: > - Can run fa tests when JAVA_TOOL_OPTIONS env variable contains > `--module-path` option. This change makes support for > `jpackage.test.clear-app-launcher-java-env-vars` system property