Is it normal behavior for tests to timeout
Bysani, Keerthana
bysanik at amazon.com
Thu Jun 29 19:08:46 UTC 2017
Hi,
I was executing the hotspot test suite(hotspot/test) on the openjdk9 build with the Serial Garbage Collector.
Test Script
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
#!/bin/sh
export JT_JAVA=/home/test/openjdk9-new/build/linux-x86_64-normal-server-slowdebug/images/jdk
/home/test/jtreg/bin/jtreg -g -jdk:$JT_JAVA -agentvm -automatic -verbose:summary -w build/jtreg/work -r build/jtreg/report -javaoptions:"-XX:+UseSerialGC -XX:-UseCompressedOops -Xms256m -d64" hotspot/test
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
A report of all tests that failed and errored out was generated once the tests completed. (101 failed and 130 errored out)
I would be happy to send the reports to anyone who is interested in this problem.
Is it normal for the SerialGC to fail / timeout for so many tests?
If not, what am I doing wrong?
Since I am using this as a benchmark for a custom garbage collector , I wanted to check if I was getting precise results.
Thanks and regards,
Keerthana
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/jtreg-use/attachments/20170629/ae37fb15/attachment.html>
More information about the jtreg-use
mailing list