Bug 162381

Summary: Skip mozilla-tests.yaml/js1_5/Array/regress-157652 on memory limited devices
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: Csaba Osztrogonác <ossy>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, mark.lam, ossy, saam
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

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.