eclipse-platform / eclipse.platform.swt

Eclipse SWT
https://www.eclipse.org/swt/
Eclipse Public License 2.0
114 stars 132 forks source link

org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Text failing in Windows #876

Open elsazac opened 10 months ago

elsazac commented 10 months ago

Describe the bug

org.eclipse.swt.tests.junit failing in win32.x86_64

Environment:

  1. Select the platform(s) on which the behavior is seen:
      • [ ] All OS
      • [x] Windows
      • [ ] Linux
      • [ ] macOS
expected:<[]> but was:<[01567890]>

org.junit.ComparisonFailure: expected:<[]> but was:<[01567890]>
at org.junit.Assert.assertEquals(Assert.java:117)
at org.junit.Assert.assertEquals(Assert.java:146)
at org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Text.test_cut(Test_org_eclipse_swt_widgets_Text.java:378)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
SyntevoAlex commented 10 months ago

Duplicate of https://github.com/eclipse-platform/eclipse.platform.swt/issues/106