| Summary: | JUnit failure: cdt.core testSharedDefaults | ||
|---|---|---|---|
| Product: | [Tools] CDT | Reporter: | Andrew Gvozdev <angvoz.dev> |
| Component: | cdt-core | Assignee: | Andrew Gvozdev <angvoz.dev> |
| Status: | RESOLVED FIXED | QA Contact: | Doug Schaefer <cdtdoug> |
| Severity: | normal | ||
| Priority: | P3 | CC: | cdtdoug |
| Version: | 8.0 | ||
| Target Milestone: | 8.1.0 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Andrew Gvozdev
Fixed on master. *** cdt git genie on behalf of Andrew Gvozdev ***
bug 357660: JUnit failure: cdt.core testSharedDefaults
[*] http://git.eclipse.org/c/cdt/org.eclipse.cdt.git/commit/?id=5ce8c116028fee3fe159fb1cf52a91f3ef5dc2cc
Not sure of this one. We shouldn't be requiring the UI to be loaded during core tests. It points out a problem in the architecture. The UI needs to be an optional component since it may need to be replaced some day. (In reply to comment #3) > Not sure of this one. We shouldn't be requiring the UI to be loaded during core > tests. It points out a problem in the architecture. The UI needs to be an > optional component since it may need to be replaced some day. I agree with you in principle but isn't it the same as bug 357633 where cdt.managedbuilder.core tests depend on cdt.managedbuilder.ui plugin? (In reply to comment #4) > (In reply to comment #3) > > Not sure of this one. We shouldn't be requiring the UI to be loaded during core > > tests. It points out a problem in the architecture. The UI needs to be an > > optional component since it may need to be replaced some day. > I agree with you in principle but isn't it the same as bug 357633 where > cdt.managedbuilder.core tests depend on cdt.managedbuilder.ui plugin? Yes, that crossed my mind too. At the moment, I just want a clear build so principle will have to wait. |