Bug 179744 - Skip stress/unshiftCountSlowCase-correct-postCapacity.js in memory limited environments
Summary: Skip stress/unshiftCountSlowCase-correct-postCapacity.js in memory limited en...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-11-15 13:56 PST by Guillaume Emont
Modified: 2017-11-20 17:28 PST (History)
7 users (show)

See Also:


Attachments
Patch (1.34 KB, patch)
2017-11-15 14:01 PST, Guillaume Emont
no flags Details | Formatted Diff | Diff
Patch (1.38 KB, patch)
2017-11-16 09:32 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 2017-11-15 13:56:49 PST
Skip stress/unshiftCountSlowCase-correct-postCapacity.js on embedded Linux
Comment 1 Guillaume Emont 2017-11-15 13:58:14 PST
It gets OOM-killed on arm and mips.
Comment 2 Guillaume Emont 2017-11-15 14:01:04 PST
Created attachment 327022 [details]
Patch
Comment 3 Michael Catanzaro 2017-11-15 19:05:37 PST
Comment on attachment 327022 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=327022&action=review

> JSTests/stress/unshiftCountSlowCase-correct-postCapacity.js:2
> +//@ skip if $memoryLimited && $hostOS == "linux"

Not sure why $hostOS is relevant here? Especially since it's already skipped on arm64.
Comment 4 Guillaume Emont 2017-11-16 09:32:38 PST
Created attachment 327070 [details]
Patch

New version that simplifies things by just skipping whenever we have HEAD~..HEADmemoryLimited
Comment 5 Guillaume Emont 2017-11-20 14:51:16 PST
Ping reviewers.
Comment 6 WebKit Commit Bot 2017-11-20 17:27:06 PST
Comment on attachment 327070 [details]
Patch

Clearing flags on attachment: 327070

Committed r225061: <https://trac.webkit.org/changeset/225061>
Comment 7 WebKit Commit Bot 2017-11-20 17:27:07 PST
All reviewed patches have been landed.  Closing bug.
Comment 8 Radar WebKit Bug Importer 2017-11-20 17:28:21 PST
<rdar://problem/35650632>