8032999: [TESTBUG] JT-Reg Runtime tests to be run as part of JPRT submit job
authorctornqvi
Thu, 14 Aug 2014 18:14:07 -0700
changeset 26140 5d408e1fa677
parent 26139 8dc6add1488f
child 26141 9f502e461cde
child 26142 038e0f01b4a9
child 26146 ce3202564442
8032999: [TESTBUG] JT-Reg Runtime tests to be run as part of JPRT submit job Summary: JPRT will now run most of the tests in /runtime Reviewed-by: dcubed, mseledtsov, zgu, mikael
hotspot/make/jprt.properties
hotspot/test/TEST.groups
hotspot/test/runtime/7158988/FieldMonitor.java
hotspot/test/runtime/CompressedOops/CompressedClassPointers.java
hotspot/test/runtime/jsig/Test8017498.sh
--- a/hotspot/make/jprt.properties	Thu Aug 14 17:25:14 2014 +0000
+++ b/hotspot/make/jprt.properties	Thu Aug 14 18:14:07 2014 -0700
@@ -374,6 +374,7 @@
   ${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 = \
--- a/hotspot/test/TEST.groups	Thu Aug 14 17:25:14 2014 +0000
+++ b/hotspot/test/TEST.groups	Thu Aug 14 18:14:07 2014 -0700
@@ -328,6 +328,21 @@
   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 = \
--- a/hotspot/test/runtime/7158988/FieldMonitor.java	Thu Aug 14 17:25:14 2014 +0000
+++ b/hotspot/test/runtime/7158988/FieldMonitor.java	Thu Aug 14 18:14:07 2014 -0700
@@ -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
--- a/hotspot/test/runtime/CompressedOops/CompressedClassPointers.java	Thu Aug 14 17:25:14 2014 +0000
+++ b/hotspot/test/runtime/CompressedOops/CompressedClassPointers.java	Thu Aug 14 18:14:07 2014 -0700
@@ -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.*;
--- a/hotspot/test/runtime/jsig/Test8017498.sh	Thu Aug 14 17:25:14 2014 +0000
+++ b/hotspot/test/runtime/jsig/Test8017498.sh	Thu Aug 14 18:14:07 2014 -0700
@@ -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
 ##