Bug 179098

Summary: REGRESSION(r224192): [WPE] Fix WebEventFactory::createWebWheelEvent
Product: WebKit Reporter: Michael Catanzaro <mcatanzaro>
Component: WPE WebKitAssignee: Michael Catanzaro <mcatanzaro>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, buildbot, mcatanzaro, sam, webkit-bug-importer
Priority: P2    
Version: Other   
Hardware: PC   
OS: Linux   
Bug Depends on:    
Bug Blocks: 178894    
Attachments:
Description Flags
Patch
sam: review+, buildbot: commit-queue-
Archive of layout-test-results from ews122 for ios-simulator-wk2 none

Description Michael Catanzaro 2017-10-31 18:09:20 PDT
../../Source/WebKit/Shared/wpe/WebEventFactory.cpp:159:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
         delta = wheelTicks;
         ~~~~~~^~~~~~~~~~~~
../../Source/WebKit/Shared/wpe/WebEventFactory.cpp:160:5: note: here
     default:
     ^~~~~~~
Comment 1 Michael Catanzaro 2017-10-31 18:25:46 PDT
Ooops, this is my fault.
Comment 2 Michael Catanzaro 2017-10-31 18:26:18 PDT
Created attachment 325535 [details]
Patch
Comment 3 Build Bot 2017-10-31 19:38:06 PDT
Comment on attachment 325535 [details]
Patch

Attachment 325535 [details] did not pass ios-sim-ews (ios-simulator-wk2):
Output: http://webkit-queues.webkit.org/results/5058141

New failing tests:
imported/w3c/web-platform-tests/service-workers/cache-storage/serviceworker/cache-match.https.html
Comment 4 Build Bot 2017-10-31 19:38:07 PDT
Created attachment 325539 [details]
Archive of layout-test-results from ews122 for ios-simulator-wk2

The attached test failures were seen while running run-webkit-tests on the ios-sim-ews.
Bot: ews122  Port: ios-simulator-wk2  Platform: Mac OS X 10.12.6
Comment 5 Michael Catanzaro 2017-11-01 05:21:11 PDT
Committed r224274: <https://trac.webkit.org/changeset/224274>