Bug 162381 - Skip mozilla-tests.yaml/js1_5/Array/regress-157652 on memory limited devices
Summary: Skip mozilla-tests.yaml/js1_5/Array/regress-157652 on memory limited devices
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Csaba Osztrogonác
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-22 04:31 PDT by Csaba Osztrogonác
Modified: 2016-09-23 12:05 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.21 KB, patch)
2016-09-22 04:42 PDT, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff
Patch (1.21 KB, patch)
2016-09-22 04:44 PDT, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2016-09-22 04:31:50 PDT
mozilla-tests.yaml/js1_5/Array/regress-157652 consumes ~0.5Gb of 
memory and there are 5 different configurations for this test.

On a 4 core machine it consumes 2Gb of memory which caused
OOM crashes on the JSCOnly bots regularly and kernel sometimes
kill a necessary process and freeze the OS. Because of this
problem we have to restart the tester board every day.

I propose simply skipping this memory consuming test on memory limited devices.
Comment 1 Csaba Osztrogonác 2016-09-22 04:42:17 PDT
Created attachment 289548 [details]
Patch

This test was already skipped on Darwin, let's skip it on all ARM memory limited devices.
Comment 2 Csaba Osztrogonác 2016-09-22 04:44:31 PDT
Created attachment 289549 [details]
Patch

typo fixed
Comment 3 Mark Lam 2016-09-23 11:42:07 PDT
Comment on attachment 289549 [details]
Patch

r=me
Comment 4 WebKit Commit Bot 2016-09-23 12:05:03 PDT
Comment on attachment 289549 [details]
Patch

Clearing flags on attachment: 289549

Committed r206318: <http://trac.webkit.org/changeset/206318>
Comment 5 WebKit Commit Bot 2016-09-23 12:05:06 PDT
All reviewed patches have been landed.  Closing bug.