Bug 545191 - GenericEditorTest testEnabledWhenCompletion test fails on Windows/Linux intermittently
Summary: GenericEditorTest testEnabledWhenCompletion test fails on Windows/Linux inter...
Status: ASSIGNED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 4.11   Edit
Hardware: PC Windows 10
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-08 00:55 EST by Kalyan Prasad Tatavarthi CLA
Modified: 2020-05-21 23:14 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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