Bug 211773

Summary: REGRESSION(r261538): [GTK] API tests are failing
Product: WebKit Reporter: Diego Pino <dpino>
Component: WebKit APIAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: ews-watchlist, keith_miller, mark.lam, msaboff, saam, tzagallo, webkit-bug-importer, ysuzuki
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=211729
Attachments:
Description Flags
proposed patch. ysuzuki: review+

Description Diego Pino 2020-05-11 23:55:38 PDT
API tests started failing in the interval [r261537-r261541] (See: https://build.webkit.org/builders/GTK%20Linux%2064-bit%20Release%20(Tests)?numbuilds=50).

The EWS API-GTK bot reported the tests were failing on r261538 (https://bugs.webkit.org/show_bug.cgi?id=211729) (https://ews-build.webkit.org/#/builders/34/builds/9068). So it was either r261537 or r261538. I run the API tests on r261537 and the tests run fine (only 1 unexpected timeout and 1 unexpected pass), so the regression was introduced in r261538.
Comment 1 Mark Lam 2020-05-12 00:56:01 PDT
Created attachment 399108 [details]
proposed patch.
Comment 2 Mark Lam 2020-05-12 00:59:43 PDT
Comment on attachment 399108 [details]
proposed patch.

View in context: https://bugs.webkit.org/attachment.cgi?id=399108&action=review

> Source/WebKit/ChangeLog:8
> +        Previously, we were calling Wasm::enableFastMemory().  By then, it is too late

Missing some text here.  I meant to say we were calling Wasm::enableFastMemory() in WebProcess::initializeWebProcess().
Comment 3 Yusuke Suzuki 2020-05-12 01:00:55 PDT
Comment on attachment 399108 [details]
proposed patch.

r=me
Comment 4 Mark Lam 2020-05-12 01:48:49 PDT
Diego has tested the patch manually and confirmed that it resolved the API test failures on GTK.  I will land it shortly.
Comment 5 Mark Lam 2020-05-12 01:49:50 PDT
Landed in r261549: <http://trac.webkit.org/r261549>.
Comment 6 Radar WebKit Bug Importer 2020-05-12 01:50:19 PDT
<rdar://problem/63127074>