8008180: Several tests in compiler/5091921 need more time to run
authordrchase
Mon, 18 Feb 2013 14:29:16 -0800
changeset 15753 f599307f4ca5
parent 15752 9e5ee72bd9d2
child 15754 5301ce8e3a3d
8008180: Several tests in compiler/5091921 need more time to run Summary: Added an explicit timeouts. Reviewed-by: kvn, twisti
hotspot/test/compiler/5091921/Test6850611.java
hotspot/test/compiler/5091921/Test6890943.java
hotspot/test/compiler/5091921/Test6905845.java
hotspot/test/compiler/5091921/Test6992759.java
--- a/hotspot/test/compiler/5091921/Test6850611.java	Mon Feb 18 09:06:24 2013 +0100
+++ b/hotspot/test/compiler/5091921/Test6850611.java	Mon Feb 18 14:29:16 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -27,7 +27,7 @@
  * @bug 6850611
  * @summary int / long arithmetic seems to be broken in 1.6.0_14 HotSpot Server VM (Win XP)
  *
- * @run main Test6850611
+ * @run main/timeout=480 Test6850611
  */
 
 public class Test6850611 {
--- a/hotspot/test/compiler/5091921/Test6890943.java	Mon Feb 18 09:06:24 2013 +0100
+++ b/hotspot/test/compiler/5091921/Test6890943.java	Mon Feb 18 14:29:16 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -27,7 +27,7 @@
  * @bug 6890943
  * @summary JVM mysteriously gives wrong result on 64-bit 1.6 VMs in hotspot mode.
  *
- * @run shell Test6890943.sh
+ * @run shell/timeout=240 Test6890943.sh
  */
 import java.util.*;
 import java.io.*;
--- a/hotspot/test/compiler/5091921/Test6905845.java	Mon Feb 18 09:06:24 2013 +0100
+++ b/hotspot/test/compiler/5091921/Test6905845.java	Mon Feb 18 14:29:16 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -27,7 +27,7 @@
  * @bug 6905845
  * @summary Server VM improperly optimizing away loop.
  *
- * @run main Test6905845
+ * @run main/timeout=480 Test6905845
  */
 
 public class Test6905845 {
--- a/hotspot/test/compiler/5091921/Test6992759.java	Mon Feb 18 09:06:24 2013 +0100
+++ b/hotspot/test/compiler/5091921/Test6992759.java	Mon Feb 18 14:29:16 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -27,7 +27,7 @@
  * @bug 6992759
  * @summary Bad code generated for integer <= comparison, fails for Integer.MAX_VALUE
  *
- * @run main Test6992759
+ * @run main/timeout=240 Test6992759
  */
 
 public class Test6992759 {