8032999: [TESTBUG] JT-Reg Runtime tests to be run as part of JPRT submit job
JPRT will now run most of the tests in /runtime Reviewed-by: dcubed, mseledtsov, zgu, mikael
This commit is contained in:
parent
b91c7b5849
commit
2d98294837
hotspot
@ -374,6 +374,7 @@ jprt.make.rule.test.targets.standard = \
|
||||
${jprt.make.rule.test.targets.standard.reg.group:GROUP=hotspot_compiler}, \
|
||||
${jprt.make.rule.test.targets.standard.reg.group:GROUP=hotspot_gc}, \
|
||||
${jprt.make.rule.test.targets.standard.reg.group:GROUP=hotspot_runtime}, \
|
||||
${jprt.make.rule.test.targets.standard.reg.group:GROUP=hotspot_runtime_closed}, \
|
||||
${jprt.make.rule.test.targets.standard.reg.group:GROUP=hotspot_serviceability}
|
||||
|
||||
jprt.make.rule.test.targets.embedded = \
|
||||
|
@ -328,6 +328,21 @@ hotspot_gc = \
|
||||
sanity/ExecuteInternalVMTests.java
|
||||
|
||||
hotspot_runtime = \
|
||||
runtime/ \
|
||||
-runtime/6888954/vmerrors.sh \
|
||||
-runtime/RedefineObject/TestRedefineObject.java \
|
||||
-runtime/8003720/Test8003720.java \
|
||||
-runtime/Metaspace/FragmentMetaspace.java \
|
||||
-runtime/Metaspace/FragmentMetaspaceSimple.java \
|
||||
-runtime/Thread/TestThreadDumpMonitorContention.java \
|
||||
-runtime/SharedArchiveFile/SharedBaseAddress.java \
|
||||
-runtime/memory/ReserveMemory.java \
|
||||
-runtime/Unsafe/RangeCheck.java \
|
||||
-runtime/SharedArchiveFile/CdsSameObjectAlignment.java \
|
||||
-runtime/SharedArchiveFile/DefaultUseWithClient.java \
|
||||
-runtime/Thread/CancellableThreadTest.java
|
||||
|
||||
hotspot_runtime_closed = \
|
||||
sanity/ExecuteInternalVMTests.java
|
||||
|
||||
hotspot_serviceability = \
|
||||
|
@ -26,6 +26,7 @@
|
||||
* @bug 7158988
|
||||
* @key regression
|
||||
* @summary verify jvm does not crash while debugging
|
||||
* @ignore 8055145
|
||||
* @run compile TestPostFieldModification.java
|
||||
* @run main/othervm FieldMonitor
|
||||
* @author axel.siebenborn@sap.com
|
||||
|
@ -26,6 +26,7 @@
|
||||
* @bug 8024927
|
||||
* @summary Testing address of compressed class pointer space as best as possible.
|
||||
* @library /testlibrary
|
||||
* @ignore 8055164
|
||||
*/
|
||||
|
||||
import com.oracle.java.testlibrary.*;
|
||||
|
@ -31,6 +31,7 @@
|
||||
## @bug 8022301
|
||||
## @bug 8025519
|
||||
## @summary sigaction(sig) results in process hang/timed-out if sig is much greater than SIGRTMAX
|
||||
## @ignore 8041727
|
||||
## @run shell/timeout=60 Test8017498.sh
|
||||
##
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user