8031425: Two langtools/javac tests fail by timeout on Windows

Reviewed-by: jjg, vromero
This commit is contained in:
Alexander Zuev 2014-04-01 10:00:43 -07:00
parent e339370175
commit d9d9742c75
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -26,6 +26,7 @@
* @bug 8005166 * @bug 8005166
* @summary Add support for static interface methods * @summary Add support for static interface methods
* Smoke test for static interface method hiding * Smoke test for static interface method hiding
* @run main/timeout=600 InterfaceMethodHidingTest
*/ */
import com.sun.source.util.JavacTask; import com.sun.source.util.JavacTask;

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -30,7 +30,7 @@
* @author Maurizio Cimadamore * @author Maurizio Cimadamore
* @library ../lib * @library ../lib
* @build JavacTestingAbstractThreadedTest * @build JavacTestingAbstractThreadedTest
* @run main/othervm FunctionalInterfaceConversionTest * @run main/timeout=600/othervm FunctionalInterfaceConversionTest
*/ */
// use /othervm to avoid jtreg timeout issues (CODETOOLS-7900047) // use /othervm to avoid jtreg timeout issues (CODETOOLS-7900047)