8176241: JShell tests: on full builds CompletionSuggestionTest.testImportStart() fails jdk-9+160
authorrfield
Mon, 06 Mar 2017 15:44:37 -0800
changeset 58060f4fef68d2d8
parent 5805 099bb085017a
child 5807 0433a089601b
child 5808 17249d1d92fe
8176241: JShell tests: on full builds CompletionSuggestionTest.testImportStart() fails
Reviewed-by: darcy
test/jdk/jshell/CompletionSuggestionTest.java
     1.1 --- a/test/jdk/jshell/CompletionSuggestionTest.java	Mon Mar 06 08:57:41 2017 -0800
     1.2 +++ b/test/jdk/jshell/CompletionSuggestionTest.java	Mon Mar 06 15:44:37 2017 -0800
     1.3 @@ -23,7 +23,7 @@
     1.4  
     1.5  /*
     1.6   * @test
     1.7 - * @bug 8131025 8141092 8153761 8145263 8131019 8175886 8176184
     1.8 + * @bug 8131025 8141092 8153761 8145263 8131019 8175886 8176184 8176241
     1.9   * @summary Test Completion and Documentation
    1.10   * @library /tools/lib
    1.11   * @modules jdk.compiler/com.sun.tools.javac.api
    1.12 @@ -297,7 +297,6 @@
    1.13  
    1.14      public void testImportStart() {
    1.15          assertCompletion("import c|", "com");
    1.16 -        assertCompletion("import o|", "org");
    1.17      }
    1.18  
    1.19      public void testBrokenClassFile() throws Exception {