eclipse-platform / eclipse.platform.text

8 stars 45 forks source link

org.eclipse.ui.tests.concurrency.TestBug269121.testBug is failing on Windows #215

Closed Shee43 closed 1 year ago

Shee43 commented 1 year ago

In the Build I20230525-0350, the below tests in org.eclipse.ui.tests.concurrency.TestBug269121.testBug failed on win32

java.lang.AssertionError: Deadlock occurred
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.eclipse.ui.tests.concurrency.TestBug269121.testBug(TestBug269121.java:106)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
jukzi commented 1 year ago

duplicates https://github.com/eclipse-platform/eclipse.platform.ui/issues/429