mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-11 07:28:36 +00:00
Merge
This commit is contained in:
commit
240b19f9f2
@ -89,6 +89,7 @@ jprt.make.rule.core.test.targets= \
|
||||
${jprt.my.test.target.set:TESTNAME=jdk_text}, \
|
||||
${jprt.my.test.target.set:TESTNAME=jdk_tools1}, \
|
||||
${jprt.my.test.target.set:TESTNAME=jdk_tools2}, \
|
||||
${jprt.my.test.target.set:TESTNAME=jdk_jfr}, \
|
||||
${jprt.my.test.target.set:TESTNAME=jdk_misc}
|
||||
|
||||
# All vm test targets (testset=all)
|
||||
|
||||
@ -609,6 +609,16 @@ jdk_tools2: $(call TestDirs, \
|
||||
jdk_tools: jdk_tools1 jdk_tools2
|
||||
@$(SummaryInfo)
|
||||
|
||||
# Stable othervm testruns (minus items from PROBLEM_LIST)
|
||||
# Using agentvm has serious problems with these tests
|
||||
ifdef OPENJDK
|
||||
jdk_jfr:
|
||||
else
|
||||
JDK_ALL_TARGETS += jdk_jfr
|
||||
jdk_jfr: $(call TestDirs, com/oracle/jfr)
|
||||
$(call RunOthervmBatch)
|
||||
endif
|
||||
|
||||
# Stable agentvm testruns (minus items from PROBLEM_LIST)
|
||||
JDK_ALL_TARGETS += jdk_util
|
||||
JDK_DEFAULT_TARGETS += jdk_util
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user