Bug 120306
| Summary: | [GTK] WebKit2.ScrollPinningBehaviors unit test is failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Zan Dobersek <zan> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | bugs-noreply, clopez |
| Priority: | P2 | Keywords: | Gtk |
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Zan Dobersek
The WebKit2.ScrollPinningBehaviors unit test in the TestWebKitAPI/TestWebKit2 suite is failing.
[ RUN ] WebKit2.ScrollPinningBehaviors
../../Tools/TestWebKitAPI/Tests/WebKit2/ScrollPinningBehaviors.cpp:44: Failure
JS expression: window.scrollY
Actual: 2854
Expected: 2434
../../Tools/TestWebKitAPI/Tests/WebKit2/ScrollPinningBehaviors.cpp:49: Failure
JS expression: window.scrollY
Actual: 2854
Expected: 2834
../../Tools/TestWebKitAPI/Tests/WebKit2/ScrollPinningBehaviors.cpp:51: Failure
JS expression: window.scrollY
Actual: 2835
Expected: 2834
[ FAILED ] WebKit2.ScrollPinningBehaviors (166 ms)
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Carlos Alberto Lopez Perez
This test not longer fails or times out.
I will be removing it from the list of skipped tests
Carlos Alberto Lopez Perez
(In reply to comment #1)
> This test not longer fails or times out.
>
> I will be removing it from the list of skipped tests
Unskipped the test on r167359 <http://trac.webkit.org/r167359>.
It passes fine on the bot
I think we can close this bug