Bug 82007
| Summary: | [chromium] EWS doesn't run unit tests. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Michal Mocny <mmocny> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | danakj, jamesr, nduca |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Michal Mocny
This CL: https://bugs.webkit.org/show_bug.cgi?id=81823 was landed via commit queue successfully, even though CCLayerTreeHostImplTest.visibilityChangeResetsDamage was failing:
[ RUN ] CCLayerTreeHostImplTest.visibilityChangeResetsDamage
../../third_party/WebKit/Source/WebKit/chromium/tests/CCLayerTreeHostImplTest.cpp:1026: Failure
Value of: actualSwapRect.y()
Actual: 500
Expected: expectedSwapRect.y()
Which is: 0
../../third_party/WebKit/Source/WebKit/chromium/tests/CCLayerTreeHostImplTest.cpp:1027: Failure
Value of: actualSwapRect.width()
Actual: 0
Expected: expectedSwapRect.width()
Which is: 500
../../third_party/WebKit/Source/WebKit/chromium/tests/CCLayerTreeHostImplTest.cpp:1028: Failure
Value of: actualSwapRect.height()
Actual: 0
Expected: expectedSwapRect.height()
Which is: 500
[ FAILED ] CCLayerTreeHostImplTest.visibilityChangeResetsDamage (0 ms)
And was removed: https://bugs.webkit.org/show_bug.cgi?id=82003
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
James Robinson
The commit queue doesn't run webkit_unit_tests