Bug 96216
| Summary: | [chromium] CCRenderPassTest.copyShouldBeIdenticalExceptIdAndQuads failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | James Robinson <jamesr> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | danakj, enne |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
James Robinson
Example failure log:
CCRenderPassTest.copyShouldBeIdenticalExceptIdAndQuads:
/Volumes/data/b/build/slave/webkit-mac-latest-dbg/build/src/third_party/WebKit/Source/WebKit/chromium/tests/CCRenderPassTest.cpp:104: Failure
Value of: sizeof(CCRenderPass)
Actual: 204
Expected: sizeof(CCRenderPassSize)
Which is: 200
http://build.chromium.org/p/chromium.webkit/builders/Webkit%20Mac10.7%20%28dbg%29/builds/307/steps/webkit_unit_tests/logs/copyShouldBeIdenticalExceptIdAndQuads
It's currently failing on the lion, snowleopard and 10.7 (dbg) bots. I can't tell how long it's been failing for.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
James Robinson
Actually it's failing everywhere (the other bots were compile broken).
Dana Jansens
*** This bug has been marked as a duplicate of bug 96220 ***