diff test/compiler/5091921/Test6992759.java @ 8077:514efad5e81a

8008180: Several tests in compiler/5091921 need more time to run Summary: Added an explicit timeouts. Reviewed-by: kvn, twisti
author drchase
date Mon, 18 Feb 2013 14:29:16 -0800
parents bad7ecd0b6ed
children
line wrap: on
line diff
--- a/test/compiler/5091921/Test6992759.java	Mon Feb 18 09:06:24 2013 +0100
+++ b/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 {