JDK-8317283 : jpackage tests run osx-specific checks on windows and linux
  • Type: Bug
  • Component: tools
  • Sub-Component: jpackage
  • Affected Version: 20
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2023-09-28
  • Updated: 2023-10-05
  • Resolved: 2023-09-29
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 22
22 b18Fixed
Related Reports
Relates :  
Description
In all app image packaging tests output of on all platforms:
---
[17:31:52.845] TRACE: assertTrue(): Unexptected value in app image file for <signed>
[17:31:52.860] TRACE: assertTrue(): Unexptected value in app image file for <app-store>
---

These checks were introduced in JDK-8293462. Commit - https://github.com/openjdk/jdk/commit/1e222bccd3807c1be0d1d824e0ff9745751d8375#diff-1c3ecd7a8a4a4125f52b6f7a7d4f83a050b5f3603d074151ab946f877e6c6d9fR845

The checks are harmless but should be executed only on osx.
Comments
Changeset: 179792be Author: Alexey Semenyuk <asemenyuk@openjdk.org> Date: 2023-09-29 14:53:42 +0000 URL: https://git.openjdk.org/jdk/commit/179792beb4e766756971fc3c80a79046b34893f4
29-09-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/15975 Date: 2023-09-28 23:38:51 +0000
29-09-2023