[Webkit-unassigned] [Bug 162743] New: Break some slow running tests into smaller bits so they don't time out.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 29 12:02:46 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=162743
Bug ID: 162743
Summary: Break some slow running tests into smaller bits so
they don't time out.
Classification: Unclassified
Product: WebKit
Version: WebKit Local Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mark.lam at apple.com
The following tests have shown to be slow running:
op_div.js
op_lshift.js
op_mod.js
op_mul.js
op_rshift.js
op_sub.js
op_urshift
These tests auto-generate permutations of values to apply to binary operations. They also test the operations with 3 permutations of value types:
1. VarVar - both operands variables
2. VarConst - variable operand 1, constant / literal operand 2
3. ConstVar - constant / literal operand 1, variable operand 2
We can prevent these tests from timing out by breaking each up to only run 1 of the 3 permutations of value types.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160929/f2dcb594/attachment.html>
More information about the webkit-unassigned
mailing list