| Summary: | Test failures in latest I-builds | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Michael Rennie <Michael_Rennie> | ||||||
| Component: | Debug | Assignee: | Michael Rennie <Michael_Rennie> | ||||||
| Status: | RESOLVED FIXED | QA Contact: | |||||||
| Severity: | normal | ||||||||
| Priority: | P3 | ||||||||
| Version: | 3.7 | ||||||||
| Target Milestone: | 3.7.1 | ||||||||
| Hardware: | PC | ||||||||
| OS: | Windows 7 | ||||||||
| Whiteboard: | |||||||||
| Attachments: |
|
||||||||
Created attachment 200855 [details]
3.7.1 fix
applied the fixes to HEAD and 3.7.1 |
Created attachment 200853 [details] fix Unexpected compile errors in project. Expected 1, found 371 junit.framework.AssertionFailedError: Unexpected compile errors in project. Expected 1, found 371 at org.eclipse.jdt.debug.tests.ProjectCreationDecorator.testForUnexpectedErrorsInProject(ProjectCreationDecorator.java:425) at org.eclipse.jdt.debug.tests.AbstractDebugTest.runBare(AbstractDebugTest.java:1849) at org.eclipse.jdt.debug.tests.DebugSuite$1.run(DebugSuite.java:54) at java.lang.Thread.run(Thread.java:619) The problem is coming from how our bogus ProjectCreationDecorator is creating projects that some of the tests are expecting to be available when they run.