RESOLVED DUPLICATE of bug 213321 213209
[ARMv7][MIPS][JSC] Investigate failure of check-is-constant-non-cell-should-not-array-profile-during-osr-exit.js
https://bugs.webkit.org/show_bug.cgi?id=213209
Summary [ARMv7][MIPS][JSC] Investigate failure of check-is-constant-non-cell-should-n...
Caio Lima
Reported 2020-06-15 13:08:13 PDT
...
Attachments
Guillaume Emont
Comment 1 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.
Keith Miller
Comment 2 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.
Caio Lima
Comment 3 2020-07-06 06:29:08 PDT
*** This bug has been marked as a duplicate of bug 213321 ***
Note You need to log in before you can comment on or make changes to this bug.