RFR 8220005: java/util/Arrays/TimSortStackSize2.java times out
Hi all, Please review this addition to the ProblemList.txt as this tests times out from time to time $ hg diff test/jdk/ProblemList.txt diff -r 687e10fefa11 test/jdk/ProblemList.txt --- a/test/jdk/ProblemList.txt Mon Mar 11 13:37:56 2019 -0400 +++ b/test/jdk/ProblemList.txt Tue Mar 12 13:27:35 2019 -0400 @@ -840,6 +840,8 @@ # jdk_util +java/util/Arrays/TimSortStackSize2.java 8220005 generic-all + ############################################################################ # jdk_instrument $ <http://oracle.com/us/design/oracle-email-sig-198324.gif> <http://oracle.com/us/design/oracle-email-sig-198324.gif> <http://oracle.com/us/design/oracle-email-sig-198324.gif> <http://oracle.com/us/design/oracle-email-sig-198324.gif>Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037 Oracle Java Engineering 1 Network Drive Burlington, MA 01803 Lance.Andersen@oracle.com <mailto:Lance.Andersen@oracle.com>
+1 -Brent On 3/12/19 10:30 AM, Lance Andersen wrote:
Hi all,
Please review this addition to the ProblemList.txt as this tests times out from time to time
$ hg diff test/jdk/ProblemList.txt diff -r 687e10fefa11 test/jdk/ProblemList.txt --- a/test/jdk/ProblemList.txt Mon Mar 11 13:37:56 2019 -0400 +++ b/test/jdk/ProblemList.txt Tue Mar 12 13:27:35 2019 -0400 @@ -840,6 +840,8 @@
# jdk_util
+java/util/Arrays/TimSortStackSize2.java 8220005 generic-all + ############################################################################
# jdk_instrument $
<http://oracle.com/us/design/oracle-email-sig-198324.gif> <http://oracle.com/us/design/oracle-email-sig-198324.gif> <http://oracle.com/us/design/oracle-email-sig-198324.gif> <http://oracle.com/us/design/oracle-email-sig-198324.gif>Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037 Oracle Java Engineering 1 Network Drive Burlington, MA 01803 Lance.Andersen@oracle.com <mailto:Lance.Andersen@oracle.com>
Hi Lance, On 13/03/2019 3:30 am, Lance Andersen wrote:
Hi all,
Please review this addition to the ProblemList.txt as this tests times out from time to time
$ hg diff test/jdk/ProblemList.txt diff -r 687e10fefa11 test/jdk/ProblemList.txt --- a/test/jdk/ProblemList.txt Mon Mar 11 13:37:56 2019 -0400 +++ b/test/jdk/ProblemList.txt Tue Mar 12 13:27:35 2019 -0400 @@ -840,6 +840,8 @@
# jdk_util
+java/util/Arrays/TimSortStackSize2.java 8220005 generic-all
The bug number here is the bug that will be used to fix the test, not the bug used to add it to the ProblemList. Thanks, David -----
+ ############################################################################
# jdk_instrument $
<http://oracle.com/us/design/oracle-email-sig-198324.gif> <http://oracle.com/us/design/oracle-email-sig-198324.gif> <http://oracle.com/us/design/oracle-email-sig-198324.gif> <http://oracle.com/us/design/oracle-email-sig-198324.gif>Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037 Oracle Java Engineering 1 Network Drive Burlington, MA 01803 Lance.Andersen@oracle.com <mailto:Lance.Andersen@oracle.com>
On 12/03/2019 17:30, Lance Andersen wrote:
Hi all,
Please review this addition to the ProblemList.txt as this tests times out from time to time
I can't tell from the bug what analysis has been done but are these timeouts always debug builds? If so then maybe you could use `@requires vm.debug == false` to have it be skipped on debug builds until it clear whether it's just that the timeout is too small or there is another issue. -Alan
Hi, The test runs significantly slower on the fast debug build. Release images build: 4 seconds Fastdebug images build: 2.5 minutes $.02, Roger On 03/13/2019 10:45 AM, Alan Bateman wrote:
On 12/03/2019 17:30, Lance Andersen wrote:
Hi all,
Please review this addition to the ProblemList.txt as this tests times out from time to time
I can't tell from the bug what analysis has been done but are these timeouts always debug builds? If so then maybe you could use `@requires vm.debug == false` to have it be skipped on debug builds until it clear whether it's just that the timeout is too small or there is another issue.
-Alan
participants (5)
-
Alan Bateman
-
Brent Christian
-
David Holmes
-
Lance Andersen
-
Roger Riggs