8176241: JShell tests: on full builds CompletionSuggestionTest.testImportStart() fails
authorrfield
Mon, 06 Mar 2017 15:44:37 -0800
changeset 44066 336ca6c49e10
parent 44065 d0a8a4c41c85
child 44067 6aa8be0c4e05
child 44178 03eb0d2f8485
child 44179 4fa9641810db
8176241: JShell tests: on full builds CompletionSuggestionTest.testImportStart() fails Reviewed-by: darcy
langtools/test/jdk/jshell/CompletionSuggestionTest.java
--- a/langtools/test/jdk/jshell/CompletionSuggestionTest.java	Mon Mar 06 08:57:41 2017 -0800
+++ b/langtools/test/jdk/jshell/CompletionSuggestionTest.java	Mon Mar 06 15:44:37 2017 -0800
@@ -23,7 +23,7 @@
 
 /*
  * @test
- * @bug 8131025 8141092 8153761 8145263 8131019 8175886 8176184
+ * @bug 8131025 8141092 8153761 8145263 8131019 8175886 8176184 8176241
  * @summary Test Completion and Documentation
  * @library /tools/lib
  * @modules jdk.compiler/com.sun.tools.javac.api
@@ -297,7 +297,6 @@
 
     public void testImportStart() {
         assertCompletion("import c|", "com");
-        assertCompletion("import o|", "org");
     }
 
     public void testBrokenClassFile() throws Exception {