Integrated: 8317283: jpackage tests run osx-specific checks on windows and linux
Alexey Semenyuk
asemenyuk at openjdk.org
Fri Sep 29 15:49:22 UTC 2023
On Thu, 28 Sep 2023 23:38:51 GMT, Alexey Semenyuk <asemenyuk at openjdk.org> wrote:
> - Don't run osx specific checks on Linux and Windows
> - Rework checks output from
>
> [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>
>
> to
>
> [22:07:46.519] TRACE: assertEquals(false): Check for unexptected value in app image file for <signed>
> [22:07:46.519] TRACE: assertEquals(false): Check for unexptected value in app image file for <app-store>
This pull request has now been integrated.
Changeset: 179792be
Author: Alexey Semenyuk <asemenyuk at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/179792beb4e766756971fc3c80a79046b34893f4
Stats: 11 lines in 1 file changed: 4 ins; 0 del; 7 mod
8317283: jpackage tests run osx-specific checks on windows and linux
Reviewed-by: almatvee
-------------
PR: https://git.openjdk.org/jdk/pull/15975
More information about the core-libs-dev
mailing list