test/tools/javac/lambdaShapes/org/openjdk/tests/vm/FDSeparateCompilationTest.java

changeset 1520
5c956be64b9e
parent 1448
7d34e91f66bb
child 2525
2eb010b6cb22
     1.1 --- a/test/tools/javac/lambdaShapes/org/openjdk/tests/vm/FDSeparateCompilationTest.java	Wed Jan 23 15:08:03 2013 +0000
     1.2 +++ b/test/tools/javac/lambdaShapes/org/openjdk/tests/vm/FDSeparateCompilationTest.java	Wed Jan 23 20:57:40 2013 +0000
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -23,6 +23,9 @@
    1.11   * questions.
    1.12   */
    1.13  
    1.14 +// this test has been disabled because of timeout issues.
    1.15 +// see JDK-8006746
    1.16 +
    1.17  package org.openjdk.tests.vm;
    1.18  
    1.19  import java.util.*;
    1.20 @@ -91,7 +94,7 @@
    1.21      private static final ConcreteMethod canonicalMethod = new ConcreteMethod(
    1.22              "String", "m", "returns " + EMPTY + ";", AccessFlag.PUBLIC);
    1.23  
    1.24 -    @Test(groups = "vm", dataProvider = "allShapes")
    1.25 +    @Test(enabled = false, groups = "vm", dataProvider = "allShapes")
    1.26      public void separateCompilationTest(Hierarchy hs) {
    1.27          ClassCase cc = hs.root;
    1.28          Type type = sourceTypeFrom(hs.root);

mercurial