[TEST] JUnit tests in org.eclipse.jface.text.tests.contentassist are failing on Windows
Closed this issue · 1 comments
ktatavarthi commented
The JFace text tests in org.eclipse.jface.text.tests.contentassist failed in the IBuild I20220407-0240 as below
- AsyncContentAssistTest.testCompleteActivationChar
- ContextInformationPresenterTest.testContextInfo_withStyledTextPresentation
- ContextInformationTest.testContextInfo
- ContextInformationTest.testContextInfo_hide_Bug512251
- ContextInformationTest.testContextInfo_hide_focusOut
- ContextInformationTest.testContextInfo_hide_keyEsc
- ContextInformationTest.testContextInfo_hide_validRange
This is a followup of Bug 571316
The link to the test failures report is org.eclipse.jface.text.tests_ep424I-unit-win32-java11_win32.win32.x86_64_11
ktatavarthi commented
This is a duplicate of eclipse-platform/eclipse.platform.ui#890