Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 353821 - Test failures in latest I-builds
Summary: Test failures in latest I-builds
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.7   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 3.7.1   Edit
Assignee: Michael Rennie CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-03 16:03 EDT by Michael Rennie CLA
Modified: 2011-08-03 16:57 EDT (History)
0 users

See Also:


Attachments
fix (35.95 KB, patch)
2011-08-03 16:03 EDT, Michael Rennie CLA
no flags Details | Diff
3.7.1 fix (4.24 KB, patch)
2011-08-03 16:48 EDT, Michael Rennie CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Rennie CLA 2011-08-03 16:03:12 EDT
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.
Comment 1 Michael Rennie CLA 2011-08-03 16:48:26 EDT
Created attachment 200855 [details]
3.7.1 fix
Comment 2 Michael Rennie CLA 2011-08-03 16:57:39 EDT
applied the fixes to HEAD and 3.7.1