Bug 545191

Summary: GenericEditorTest testEnabledWhenCompletion test fails on Windows/Linux intermittently
Product: [Eclipse Project] Platform Reporter: Kalyan Prasad Tatavarthi <kalyan_prasad>
Component: TextAssignee: Platform-Text-Inbox <platform-text-inbox>
Status: ASSIGNED --- QA Contact:
Severity: normal    
Priority: P3 CC: daniel_megert, mistria
Version: 4.11   
Target Milestone: ---   
Hardware: PC   
OS: Windows 10   
Whiteboard:

Description Kalyan Prasad Tatavarthi CLA 2019-03-08 00:55:28 EST
test testEnabledWhenCompletion in org.eclipse.ui.genericeditor.tests failed on windows in the build I20190307-0500.

This seems to be an intermittent failure.
Comment 1 Kalyan Prasad Tatavarthi CLA 2020-05-21 23:10:39 EDT
This test failed on linux with Java 8 

https://download.eclipse.org/eclipse/downloads/drops4/I20200521-1000/testresults/html/org.eclipse.ui.genericeditor.tests_ep416I-unit-cen64-gtk3-java8_linux.gtk.x86_64_8.0.html

java.lang.AssertionError: A new shell was found expected:<0> but was:<1>
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.failNotEquals(Assert.java:835)
at org.junit.Assert.assertEquals(Assert.java:647)
at org.eclipse.ui.genericeditor.tests.CompletionTest.testEnabledWhenCompletion(CompletionTest.java:97)
Comment 2 Kalyan Prasad Tatavarthi CLA 2020-05-21 23:11:03 EDT
(In reply to Kalyan Prasad Tatavarthi from comment #1)
> This test failed on linux with Java 8 
> 
> https://download.eclipse.org/eclipse/downloads/drops4/I20200521-1000/
> testresults/html/org.eclipse.ui.genericeditor.tests_ep416I-unit-cen64-gtk3-
> java8_linux.gtk.x86_64_8.0.html
> 
> java.lang.AssertionError: A new shell was found expected:<0> but was:<1>
> at org.junit.Assert.fail(Assert.java:89)
> at org.junit.Assert.failNotEquals(Assert.java:835)
> at org.junit.Assert.assertEquals(Assert.java:647)
> at
> org.eclipse.ui.genericeditor.tests.CompletionTest.
> testEnabledWhenCompletion(CompletionTest.java:97)

This seems to be an intermittent failure