Bug 92111 - fast/events/panScroll-click-hyperlink.html test should be put in platform/win
Summary: fast/events/panScroll-click-hyperlink.html test should be put in platform/win
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Zan Dobersek
URL:
Keywords:
Depends on: 92231
Blocks:
  Show dependency treegraph
 
Reported: 2012-07-24 06:34 PDT by Zan Dobersek
Modified: 2012-07-27 21:30 PDT (History)
5 users (show)

See Also:


Attachments
Patch (13.79 KB, patch)
2012-07-24 06:41 PDT, Zan Dobersek
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 2012-07-24 06:34:40 PDT
fast/events/panScroll-click-hyperlink.html test should be located in platform/win directory along the other pan scrolling tests. Currently it's not, meaning the test is run on all the ports. This means that on platforms where pan scrolling is not supported a baseline is required that just tells the feature is not supported.
Comment 1 Zan Dobersek 2012-07-24 06:41:58 PDT
Created attachment 154044 [details]
Patch
Comment 2 Zan Dobersek 2012-07-25 00:32:19 PDT
Comment on attachment 154044 [details]
Patch

Clearing flags on attachment: 154044

Committed r123583: <http://trac.webkit.org/changeset/123583>
Comment 3 Zan Dobersek 2012-07-25 00:32:26 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Peter Kasting 2012-07-27 21:30:19 PDT
Next time please try to watch the tree after landing or get some solid test runs beforehand -- the test contained a relative reference to another script (that the move broke), so the test failed to load on any of the Chromium Win bots.  (Fixed this in r123949.)