Bug 182411 - JSTests: Skip mozilla/js1_5/Array/regress-157652.js on all memory limited platforms
Summary: JSTests: Skip mozilla/js1_5/Array/regress-157652.js on all memory limited pla...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Other Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-02-01 16:08 PST by Guillaume Emont
Modified: 2018-02-02 08:40 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.60 KB, patch)
2018-02-01 16:12 PST, Guillaume Emont
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>