Bug 120306 - [GTK] WebKit2.ScrollPinningBehaviors unit test is failing
Summary: [GTK] WebKit2.ScrollPinningBehaviors unit test is failing
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2013-08-26 06:11 PDT by Zan Dobersek
Modified: 2017-03-11 10:58 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 2013-08-26 06:11:19 PDT
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)
Comment 1 Carlos Alberto Lopez Perez 2014-04-16 09:49:58 PDT
This test not longer fails or times out.

I will be removing it from the list of skipped tests
Comment 2 Carlos Alberto Lopez Perez 2014-04-17 05:40:51 PDT
(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