Bug 213209 - [ARMv7][MIPS][JSC] Investigate failure of check-is-constant-non-cell-should-not-array-profile-during-osr-exit.js
Summary: [ARMv7][MIPS][JSC] Investigate failure of check-is-constant-non-cell-should-n...
Status: RESOLVED DUPLICATE of bug 213321
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-15 13:08 PDT by Caio Lima
Modified: 2020-07-06 06:29 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Caio Lima 2020-06-15 13:08:13 PDT
...
Comment 1 Guillaume Emont 2020-06-16 01:26:32 PDT
On an rpi3, this test takes close to 900MB of memory, and when it's run in parallel with another memory heavy test (such as itself in another configuration), it gets OOM-killed.

It's unclear to me at this stage:
 - if such a memory footprint is expected of the test
 - whether the test could be modified to take less memory while still testing what we want

Depending on the answers to this question, we might have to skip the test for memory limited devices.
Comment 2 Keith Miller 2020-06-17 09:32:33 PDT
Yeah, that seems pretty high. I'd guess we can cut down the memory usage somewhere, likely every object or something is retained while the test is running and that might not be needed.
Comment 3 Caio Lima 2020-07-06 06:29:08 PDT

*** This bug has been marked as a duplicate of bug 213321 ***