Skip to content

Commit

Permalink
Update jdk_custom target template (#4148)
Browse files Browse the repository at this point in the history
Support multiple test cases separated by space

Signed-off-by: Sophia Guo <[email protected]>

Signed-off-by: Sophia Guo <[email protected]>
  • Loading branch information
sophia-guo authored Nov 14, 2022
1 parent 538d137 commit a9265f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildenv/jenkins/testJobTemplate
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,8 @@ ARCH_OS_LIST.each { ARCH_OS ->
TARGET=system_custom<br>
CUSTOM_TARGET=-test=MathLoadTest -test-args="workload=math,timeLimit=5m"<br>
Example 2:<br>
TARGET=jdk_custom<br>
CUSTOM_TARGET=test/jdk/java/math/BigInteger/LargeValueExceptions.java<br>
TARGET=jdk_custom (support multiple test cases separated by space<br>
CUSTOM_TARGET=test/jdk/java/math/BigInteger/LargeValueExceptions.java java/math/BigInteger/BigIntegerTest.java<br>
Example 3:<br>
TARGET=jck_custom<br>
CUSTOM_TARGET=lang/INFR/....html,testsuite=COMPILER<br>
Expand Down

0 comments on commit a9265f2

Please sign in to comment.