Bug 182411

Summary: JSTests: Skip mozilla/js1_5/Array/regress-157652.js on all memory limited platforms
Product: WebKit Reporter: Guillaume Emont <guijemont>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: clopez, commit-queue, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Other   
OS: Linux   
Attachments:
Description Flags
Patch none

Description Guillaume Emont 2018-02-01 16:08:45 PST
This is skipped only on arm memory limited platforms. Until recently it was not a problem on MIPS as the butterfly was not initialized. But since r227435, the butterfly is initialized in that test and therefore memory is allocated, and the test typically takes around 512M, which means it generally gets OOM-killed on the MIPS buildbot.
Comment 1 Guillaume Emont 2018-02-01 16:12:46 PST
Created attachment 332922 [details]
Patch

Patch skipping the test.
Comment 2 WebKit Commit Bot 2018-02-02 08:39:01 PST
Comment on attachment 332922 [details]
Patch

Clearing flags on attachment: 332922

Committed r228011: <https://trac.webkit.org/changeset/228011>
Comment 3 WebKit Commit Bot 2018-02-02 08:39:02 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2018-02-02 08:40:54 PST
<rdar://problem/37157492>