You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Build I20230525-0350, the below tests in org.eclipse.ui.tests.progress.ProgressViewTests.testItemOrder failed
on win32
Wrong job order: arrays first differed at element [0]; expected:<1. User Job(1299)> but was:<6. Low Priority Job(1304)>
at org.junit.internal.ComparisonCriteria.arrayEquals(ComparisonCriteria.java:78)
at org.junit.internal.ComparisonCriteria.arrayEquals(ComparisonCriteria.java:28)
at org.junit.Assert.internalArrayEquals(Assert.java:534)
at org.junit.Assert.assertArrayEquals(Assert.java:285)
at org.eclipse.ui.tests.progress.ProgressViewTests.testItemOrder(ProgressViewTests.java:193)
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)
The text was updated successfully, but these errors were encountered:
In the Build I20230525-0350, the below tests in org.eclipse.ui.tests.progress.ProgressViewTests.testItemOrder failed
on win32
The text was updated successfully, but these errors were encountered: