RFR: 8253379: [windows] Several jpackage tests failed with error code 1638 [v3]
Alexey Semenyuk
asemenyuk at openjdk.java.net
Wed Oct 7 15:34:20 UTC 2020
On Wed, 7 Oct 2020 15:08:31 GMT, Andy Herrick <herrick at openjdk.org> wrote:
>> 8253379: [windows] Several jpackage tests failed with error code 1638
>> two windows specific test fixes in WindowsHelper:
>> 1.) do not test that the parent directory of a windows menu shortcut is empty after shortcut is uninstalled (there may
>> be other shortcuts using that directory) 2.) do not programmatically install windows exe installers (since we have no
>> way of programmatically uninstalling them)
>
> Andy Herrick has updated the pull request incrementally with one additional commit since the last revision:
>
> 8253379: [windows] Several jpackage tests failed with error code 1638
Marked as reviewed by asemenyuk (Committer).
test/jdk/tools/jpackage/helpers/jdk/jpackage/test/WindowsHelper.java line 211:
> 209: if (!exists) {
> 210: TKit.assertPathExists(shortcutPath.getParent(), false);
> 211: }
How this is related to disabling of running exe installers?
-------------
PR: https://git.openjdk.java.net/jdk/pull/337
More information about the core-libs-dev
mailing list