RFR: 8298995: tools/jpackage/share/AddLauncherTest.java#id1 failed "AddLauncherTest.test; checks=53"

Alexander Matveev almatvee at openjdk.org
Thu Mar 16 23:32:05 UTC 2023


This is similar to many other issues we had with `hdiutil` failures. Fixed in similar way by repeating `hdiutil` command. Cannot confirm that it will resolve this issue, but similar issues got resolved by repeating command. Also, switched writing output from `hdiutil` to file. It is known issue that execution of `hdiutil` can hang if output is not written to file.

-------------

Commit messages:
 - 8298995: tools/jpackage/share/AddLauncherTest.java#id1 failed "AddLauncherTest.test; checks=53"

Changes: https://git.openjdk.org/jdk/pull/13002/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=13002&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8298995
  Stats: 49 lines in 2 files changed: 31 ins; 0 del; 18 mod
  Patch: https://git.openjdk.org/jdk/pull/13002.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/13002/head:pull/13002

PR: https://git.openjdk.org/jdk/pull/13002


More information about the core-libs-dev mailing list