Skip to content

Failures in org.eclipse.ui.genericeditor.tests.CompletionTest #3880

@fedejeanne

Description

@fedejeanne

These 3 failed with similar stack traces in #967:

  • testCompletionService
  • testMoveCaretBackUsesAllProcessors_bug522255
  • testCompletion

Stack traces

Unexpected second proposal item
Expected: a string ending with "s are good for a beer."
     but: was "bars are also good for soft drink cocktails."
java.lang.AssertionError: 
Unexpected second proposal item
Expected: a string ending with "s are good for a beer."
     but: was "bars are also good for soft drink cocktails."
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.eclipse.ui.genericeditor.tests.CompletionTest.checkCompletionContent(CompletionTest.java:219)
	at org.eclipse.ui.genericeditor.tests.CompletionTest.testCompletionService(CompletionTest.java:127)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)

Unexpected second proposal item
Expected: a string ending with "s are good for a beer."
     but: was "bars are also good for soft drink cocktails."
java.lang.AssertionError: 
Unexpected second proposal item
Expected: a string ending with "s are good for a beer."
     but: was "bars are also good for soft drink cocktails."
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.eclipse.ui.genericeditor.tests.CompletionTest.checkCompletionContent(CompletionTest.java:219)
	at org.eclipse.ui.genericeditor.tests.CompletionTest.testMoveCaretBackUsesAllProcessors_bug522255(CompletionTest.java:264)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)

Unexpected second proposal item
Expected: a string ending with "s are good for a beer."
     but: was "bars are also good for soft drink cocktails."
java.lang.AssertionError: 
Unexpected second proposal item
Expected: a string ending with "s are good for a beer."
     but: was "bars are also good for soft drink cocktails."
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.eclipse.ui.genericeditor.tests.CompletionTest.checkCompletionContent(CompletionTest.java:219)
	at org.eclipse.ui.genericeditor.tests.CompletionTest.testCompletion(CompletionTest.java:93)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)

Metadata

Metadata

Assignees

No one assigned

    Labels

    testjunit test related things

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions