Bug 180712 - Skip stress/call-apply-exponential-bytecode-size.js unless x86-64 or arm64
Summary: Skip stress/call-apply-exponential-bytecode-size.js unless x86-64 or arm64
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-12-12 12:48 PST by Guillaume Emont
Modified: 2017-12-18 09:49 PST (History)
6 users (show)

See Also:


Attachments
Patch (1.53 KB, patch)
2017-12-12 12:53 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-12-12 12:48:21 PST
stress/call-apply-exponential-bytecode-size.js crashes if the ExecutableAllocator's fixedExecutableMemoryPoolSize is less than 64 MB. Currently it is 64 MB or more only on x86-64 and arm64, so we should skip the test on other platforms.
Comment 1 Guillaume Emont 2017-12-12 12:53:57 PST
Created attachment 329140 [details]
Patch

Patch fixing the issue.
Comment 2 WebKit Commit Bot 2017-12-18 09:48:35 PST
Comment on attachment 329140 [details]
Patch

Clearing flags on attachment: 329140

Committed r226060: <https://trac.webkit.org/changeset/226060>
Comment 3 WebKit Commit Bot 2017-12-18 09:48:37 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2017-12-18 09:49:26 PST
<rdar://problem/36108247>