-
Bug
-
Resolution: Fixed
-
P4
-
21, 22
-
b18
-
generic
-
aix
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8318579 | 21.0.2 | Matthias Baesken | P4 | Resolved | Fixed | b05 |
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.
Seems the number of test jobs auto calculation https://github.com/openjdk/jdk/blob/master/make/RunTests.gmk#L151
is not doing so well on AIX.
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.
Seems the number of test jobs auto calculation https://github.com/openjdk/jdk/blob/master/make/RunTests.gmk#L151
is not doing so well on AIX.
- backported by
-
JDK-8318579 make test TEST="jtreg:test/jdk/..." fails on AIX
-
- Resolved
-