Integrated: JDK-8316894: make test TEST="jtreg:test/jdk/..." fails on AIX
Matthias Baesken
mbaesken at openjdk.org
Thu Sep 28 15:56:43 UTC 2023
On Wed, 27 Sep 2023 08:18:45 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> Running jtreg tests with make test, for example
> make test TEST="jtreg:test/jdk/java/util/prefs" fails currently on AIX without setting the number of JOBS manually.
> We get this error message:
> Error: Bad use of -concurrency
>
> Log of cmdargs shows :
> -vmoption:-Xmx768m
> -agentvm
> -verbose:fail,error,summary
> -retain:fail,error
> -concurrency:7.000000
> ....
>
> So currently a float is used for the concurrency value, seems this is not supported.
> Reason is an old gawk printing float values instead of the needed ints, so better print ints in the makefile by using %d .
This pull request has now been integrated.
Changeset: 29348b3c
Author: Matthias Baesken <mbaesken at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/29348b3cf65951e1aacd52c517b6b0d29449a78e
Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod
8316894: make test TEST="jtreg:test/jdk/..." fails on AIX
Reviewed-by: ihse, erikj
-------------
PR: https://git.openjdk.org/jdk/pull/15941
More information about the build-dev
mailing list