RFR: 8318603: Parallelize sun/java2d/marlin/ClipShapeTest.java [v3]

Sergey Bylokhov serb at openjdk.org
Fri Feb 9 02:13:16 UTC 2024


> 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

Sergey Bylokhov has updated the pull request incrementally with one additional commit since the last revision:

  Update ClipShapeTest.java

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/17719/files
  - new: https://git.openjdk.org/jdk/pull/17719/files/67e3d2c5..423a2e60

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=17719&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=17719&range=01-02

  Stats: 4 lines in 1 file changed: 2 ins; 0 del; 2 mod
  Patch: https://git.openjdk.org/jdk/pull/17719.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/17719/head:pull/17719

PR: https://git.openjdk.org/jdk/pull/17719


More information about the client-libs-dev mailing list