Bug 203053

Summary: TestWebKitAPI.ScrollViewScrollabilityTests.ScrollableWithOverflowHiddenAndInputView is failing on iPad simulator
Product: WebKit Reporter: Russell Epstein <repstein>
Component: Tools / TestsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, jbedard, repstein, simon.fraser, webkit-bot-watchers-bugzilla, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Russell Epstein 2019-10-16 14:34:18 PDT
The following API test is consistently failing on iPad Simulator bots:

TestWebKitAPI.ScrollViewScrollabilityTests.ScrollableWithOverflowHiddenAndInputView

Error:

Failed

    TestWebKitAPI.ScrollViewScrollabilityTests.ScrollableWithOverflowHiddenAndInputView
        LEAK: 1 WebProcessPool
        LEAK: 1 WebPageProxy
        
        /Volumes/Data/slave/ios-simulator-13-debug/build/Tools/TestWebKitAPI/Tests/ios/ScrollViewScrollabilityTests.mm:97
        Expected equality of these values:
          [[webView scrollView] isScrollEnabled]
            Which is: false
          __objc_yes
            Which is: true
Comment 1 Russell Epstein 2019-10-16 14:36:18 PDT
rdar://53823611
Comment 2 Russell Epstein 2019-10-16 14:39:28 PDT
Created attachment 381110 [details]
Patch
Comment 3 Russell Epstein 2019-10-16 14:40:50 PDT
(In reply to Russell Epstein from comment #2)
> Created attachment 381110 [details]
> Patch

This patch was provided by Wenson as a potential workaround, as this test is not designed to pass on iPad.
Comment 4 Simon Fraser (smfr) 2019-10-21 14:49:42 PDT
Created attachment 381461 [details]
Patch
Comment 5 WebKit Commit Bot 2019-10-21 18:31:29 PDT
Comment on attachment 381461 [details]
Patch

Clearing flags on attachment: 381461

Committed r251407: <https://trac.webkit.org/changeset/251407>
Comment 6 WebKit Commit Bot 2019-10-21 18:31:31 PDT
All reviewed patches have been landed.  Closing bug.