eclipse-jdt / eclipse-jdt/eclipse.jdt.core
Random failure for org.eclipse.jdt.core.tests.model.ClasspathTests.testInvalidClasspath2
- Dominant language
- Java
- Stars
- 237
- Forks
- 195
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 47
Description
Ref:
https://download.eclipse.org/eclipse/downloads/drops4/I20240828-1820/testresults/html/org.eclipse.jdt.core.tests.model_ep433I-unit-mac64-java17_macosx.cocoa.x86_64_17.html
Unexpected markers. ----------- Expected ------------ Illegal entry in '.classpath' of project 'P' file: Unknown kind: 'src1' ------------ but was ------------ ---------------------- ---------- expected:<[Illegal entry in '.classpath' of project 'P' file: Unknown kind: 'src1']> but was:<[]>
junit.framework.ComparisonFailure: Unexpected markers.
----------- Expected ------------
Illegal entry in '.classpath' of project 'P' file: Unknown kind: 'src1'
------------ but was ------------
---------------------- ----------
expected:<[Illegal entry in '.classpath' of project 'P' file: Unknown kind: 'src1']> but was:<[]>
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertStringEquals(TestCase.java:267)
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:242)
at org.eclipse.jdt.core.tests.model.AbstractJavaModelTests.assertMarkers(AbstractJavaModelTests.java:1135)
at org.eclipse.jdt.core.tests.model.AbstractJavaModelTests.assertBuildPathMarkers(AbstractJavaModelTests.java:1103)
at org.eclipse.jdt.core.tests.model.ClasspathTests.testInvalidClasspath2(ClasspathTests.java:3958)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at junit.framework.TestCase.runTest(TestCase.java:177)
at org.eclipse.jdt.core.tests.junit.extension.TestCase.runTest(TestCase.java:972)
at junit.framework.TestCase.runBare(TestCase.java:142)
at junit.framework.TestResult$1.protect(TestResult.java:122)
at junit.framework.TestResult.runProtected(TestResult.java:142)
at junit.framework.TestResult.run(TestResult.java:125)
at junit.framework.TestCase.run(TestCase.java:130)
at junit.framework.TestSuite.runTest(TestSuite.java:241)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:116)
at junit.framework.TestSuite.run(TestSuite.java:236)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:99)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite$1.protect(SuiteOfTestCases.java:87)
at junit.framework.TestResult.runProtected(TestResult.java:142)
at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:96)
at junit.framework.TestSuite.runTest(TestSuite.java:241)
at junit.framework.TestSuite.run(TestSuite.java:236)
Contributor guide
Assessment
This issue has not been assessed yet.