eclipse-platform / eclipse.platform.text

8 stars 45 forks source link

Update Jenkinsfile to build using CentOS 8 #162

Closed akurtakov closed 1 year ago

akurtakov commented 1 year ago

Trying to get rid of CentOS 7 image building.

iloveeclipse commented 1 year ago
org.eclipse.jface.text.tests.contentassist.ContextInformationTest.testContextInfo_hide_focusOut  Time elapsed: 0.249 s  <<< FAILURE!
java.lang.AssertionError
    at org.junit.Assert.fail(Assert.java:87)
    at org.junit.Assert.assertTrue(Assert.java:42)
    at org.junit.Assert.assertTrue(Assert.java:53)
    at org.eclipse.jface.text.tests.contentassist.ContextInformationTest.testContextInfo_hide_focusOut(ContextInformationTest.java:117)

One stable test fail. But I assume that is something one can fix / mute, since that is about focus handling, which is usually very sensitive.