One or many discrepancies, including: . ----------- Expected ------------ ------------ but was ------------ *.launch --------- Difference is ---------- expected:<[]> but was:<[*.launch]>
junit.framework.ComparisonFailure: One or many discrepancies, including: .
----------- Expected ------------
------------ but was ------------
*.launch
--------- Difference is ----------
expected:<[]> but was:<[*.launch]>
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertStringEquals(TestCase.java:266)
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:242)
at org.eclipse.jdt.core.tests.dom.APIDocumentationTests.testJavaCoreAPI(APIDocumentationTests.java:302)
Wrong bundles loaded: - org.eclipse.jdt.apt.core - org.eclipse.jdt.apt.pluggable.core expected:<0> but was:<64>
java.lang.AssertionError: Wrong bundles loaded:
- org.eclipse.jdt.apt.core
- org.eclipse.jdt.apt.pluggable.core
expected:<0> but was:<64>
We have new reproducible test fails on all platform in JDT with I20230615-1800 build.
jdt.apt.tests
AptReconcileTests | testGeneratedFilecomplains about workspace settings:Workspace options should be back to their default.jdt.core.tests.model
JavaProjectTests.testAddExternalLibFolder6complains about workspace settings:Workspace options should be back to their default.APIDocumentationTests.testJavaCoreAPI: some strange failjdt.text.tests
PluginsNotLoadedTest | pluginsNotLoadedsome bundle loading issueThere were not many changes in last build, most notable:
I assume (but have not verified that yet) eclipse-jdt/eclipse.jdt.debug#231 could be the one who caused the fails above, since it may affect which JVM is selected a s default, or some platform change.