On Tue, 6 Feb 2024 03:10:36 GMT, Sergey Bylokhov <[email protected]> wrote:
> The ClipShapeTest test is split into 4 different tests which could be > executed in parallel. > > The execution time is changed from: > > > ============================== > Test summary > ============================== > TEST TOTAL PASS FAIL ERROR > > jtreg:test/jdk/sun/java2d/marlin/ClipShapeTest.java > 1 1 0 0 > > ============================== > TEST SUCCESS > > Finished building target 'run-test' in configuration > 'macosx-aarch64-server-release' > > real 2m58.673s > user 3m8.847s > sys 0m11.845s > > > to: > > > ============================== > Test summary > ============================== > TEST TOTAL PASS FAIL ERROR > > jtreg:test/jdk/sun/java2d/marlin/ClipShapeTest.java > 4 4 0 0 > > ============================== > TEST SUCCESS > > Finished building target 'run-test' in configuration > 'macosx-aarch64-server-release' > > real 1m17.752s > user 3m25.308s > sys 0m12.987s This pull request has now been integrated. Changeset: 6c7029ff Author: Sergey Bylokhov <[email protected]> URL: https://git.openjdk.org/jdk/commit/6c7029ffd48186353fc1d2a03915386b5f386ae2 Stats: 38 lines in 1 file changed: 28 ins; 5 del; 5 mod 8318603: Parallelize sun/java2d/marlin/ClipShapeTest.java Reviewed-by: aivanov, shade ------------- PR: https://git.openjdk.org/jdk/pull/17719
