[Webkit-unassigned] [Bug 218703] New: [JSC][MIPS] Stress tests with '-e' parameters in requireOptions fail with bytecode cache enabled
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Nov 9 03:53:20 PST 2020
https://bugs.webkit.org/show_bug.cgi?id=218703
Bug ID: 218703
Summary: [JSC][MIPS] Stress tests with '-e' parameters in
requireOptions fail with bytecode cache enabled
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: xan.lopez at gmail.com
Some stress tests have a line like:
//@ requireOptions("-e", "let iterations=1e5") if ["mips"].include?($architecture)
to reduce the number of iterations on MIPS (since its bots are slower).
This causes bugs with the bytecode cache enabled, seemingly because issues with (lack of) double quoting:
stress/generator-cell-with-type.js.bytecode-cache: Could not open file: iterations=1e5
stress/generator-cell-with-type.js.bytecode-cache: Exception: ReferenceError: Can't find variable: let
stress/generator-cell-with-type.js.bytecode-cache: global code@[Command Line]:1:4
This is a blocker to enable bytecode cache support on MIPS.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201109/bc2fa341/attachment-0001.htm>
More information about the webkit-unassigned
mailing list