Coder Social home page Coder Social logo

Comments (16)

ktatavarthi avatar ktatavarthi commented on July 28, 2024

eclipse-platform/eclipse.platform.text#9 is a duplicate of this bug.

from eclipse.platform.ui.

ktatavarthi avatar ktatavarthi commented on July 28, 2024

The below test failed in the IBuild I20220601-1800 on Windows and Mac

Windows

  • org.eclipse.jface.text.tests.contentassist.AsyncContentAssistTest.testCompleteActivationChar
  • org.eclipse.jface.text.tests.contentassist.AsyncContentAssistTest.testSyncFailureNPE

Mac x86_64 and aarch64

  • org.eclipse.jface.text.tests.contentassist.AsyncContentAssistTest.testSyncFailureNPE

from eclipse.platform.ui.

ktatavarthi avatar ktatavarthi commented on July 28, 2024

The below tests failed in the IBuild I20220706-1800 on Windows

  • org.eclipse.jface.text.tests.contentassist.AsyncContentAssistTest.testCompleteActivationChar
  • org.eclipse.jface.text.tests.contentassist.AsyncContentAssistTest.testSyncFailureNPE

from eclipse.platform.ui.

ktatavarthi avatar ktatavarthi commented on July 28, 2024

The below tests failed in the IBuild I20220817-1800

On Windows

  • org.eclipse.jface.text.tests.contentassist.AsyncContentAssistTest.testCompleteActivationChar
  • org.eclipse.jface.text.tests.contentassist.AsyncContentAssistTest.testSyncFailureNPE

On Mac x86_64 and aarch64

  • org.eclipse.jface.text.tests.contentassist.AsyncContentAssistTest.testSyncFailureNPE

from eclipse.platform.ui.

ktatavarthi avatar ktatavarthi commented on July 28, 2024

The below tests failed in the IBuild I20220824-1800

On Windows

  • org.eclipse.jface.text.tests.contentassist.AsyncContentAssistTest.testCompleteActivationChar
  • org.eclipse.jface.text.tests.contentassist.AsyncContentAssistTest.testSyncFailureNPE

On Mac x86_64 and aarch64

  • org.eclipse.jface.text.tests.contentassist.AsyncContentAssistTest.testSyncFailureNPE

from eclipse.platform.ui.

ktatavarthi avatar ktatavarthi commented on July 28, 2024

The below tests failed in the IBuild I20220831-1800

On Windows

  • org.eclipse.jface.text.tests.contentassist.AsyncContentAssistTest.testCompleteActivationChar
  • org.eclipse.jface.text.tests.contentassist.AsyncContentAssistTest.testSyncFailureNPE

On MacM1

  • org.eclipse.jface.text.tests.contentassist.AsyncContentAssistTest.testSyncFailureNPE

from eclipse.platform.ui.

ktatavarthi avatar ktatavarthi commented on July 28, 2024

The below test failed in the IBuild I20220928-1800

On Windows

  • org.eclipse.jface.text.tests.contentassist.AsyncContentAssistTest.testCompleteActivationChar

from eclipse.platform.ui.

ktatavarthi avatar ktatavarthi commented on July 28, 2024

The below tests fail in the build I20221117-1330 on Windows

  • org.eclipse.jface.text.tests.contentassist.AsyncContentAssistTest.testCompleteActivationChar
  • org.eclipse.jface.text.tests.contentassist.ContextInformationPresenterTest.testContextInfo_withStyledTextPresentation
  • org.eclipse.jface.text.tests.contentassist.ContextInformationTest.testContextInfo
  • org.eclipse.jface.text.tests.contentassist.ContextInformationTest.testContextInfo_hide_keyEsc
  • org.eclipse.jface.text.tests.contentassist.ContextInformationTest.testContextInfo_hide_validRange

from eclipse.platform.ui.

ktatavarthi avatar ktatavarthi commented on July 28, 2024

The below tests fail in the build I20221123-1800 on Windows

org.eclipse.jface.text.tests.contentassist.AsyncContentAssistTest.testCompleteActivationChar
org.eclipse.jface.text.tests.contentassist.ContextInformationPresenterTest.testContextInfo_withStyledTextPresentation
org.eclipse.jface.text.tests.contentassist.ContextInformationTest.testContextInfo_hide_keyEsc
org.eclipse.jface.text.tests.contentassist.ContextInformationTest.testContextInfo_hide_validRange

from eclipse.platform.ui.

jukzi avatar jukzi commented on July 28, 2024

ContextInformationTest's randomly fails locally on WIndows every ~2nd time. for MAC and Linux ContextInformationTest.testContextInfo_hide_focusOut() is already disabled.

from eclipse.platform.ui.

jukzi avatar jukzi commented on July 28, 2024

Still an error:
https://download.eclipse.org/eclipse/downloads/drops4/I20230531-1800/testresults/html/org.eclipse.jface.text.tests_ep428I-unit-win32-java17_win32.win32.x86_64_17.html

java.lang.AssertionError: Not unique new shell found expected:<1> but was:<0>
at org.junit.Assert.assertEquals(Assert.java:647)
at org.eclipse.jface.text.tests.contentassist.AbstractContentAssistTest.findNewShell(AbstractContentAssistTest.java:235)
at org.eclipse.jface.text.tests.contentassist.AsyncContentAssistTest.testCompleteActivationChar(AsyncContentAssistTest.java:182)

from eclipse.platform.ui.

jukzi avatar jukzi commented on July 28, 2024

still randomly failing on win
https://download.eclipse.org/eclipse/downloads/drops4/I20230620-1800/testresults/html/org.eclipse.jface.text.tests_ep429I-unit-win32-java17_win32.win32.x86_64_17.html

java.lang.AssertionError: Not unique new shell found expected:<1> but was:<0>
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.jface.text.tests.contentassist.AbstractContentAssistTest.findNewShell(AbstractContentAssistTest.java:235)

from eclipse.platform.ui.

jukzi avatar jukzi commented on July 28, 2024

still randomly failing on win
https://download.eclipse.org/eclipse/downloads/drops4/I20230713-1800/testresults/html/org.eclipse.jface.text.tests_ep429I-unit-win32-java17_win32.win32.x86_64_17.html

java.lang.AssertionError: Not unique new shell found expected:<1> but was:<0>
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.jface.text.tests.contentassist.AbstractContentAssistTest.findNewShell(AbstractContentAssistTest.java:235)
at org.eclipse.jface.text.tests.contentassist.AsyncContentAssistTest.testCompleteActivationChar(AsyncContentAssistTest.java:161)

from eclipse.platform.ui.

jukzi avatar jukzi commented on July 28, 2024

Added help_wanted flag, as this is one frequently shows up in I-builds.

from eclipse.platform.ui.

iloveeclipse avatar iloveeclipse commented on July 28, 2024

I would propose to disable AsyncContentAssistTest.testCompleteActivationChar. It makes no sense to keep the test failing for years.

from eclipse.platform.ui.

jukzi avatar jukzi commented on July 28, 2024

I would propose to disable AsyncContentAssistTest.testCompleteActivationChar.

ok for me

from eclipse.platform.ui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.