[Webkit-unassigned] [Bug 190190] Allow run-javascriptcore-tests to distribute tests between devices

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 3 07:58:41 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=190190

Dominik Inführ <dinfuehr at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dinfuehr at igalia.com

--- Comment #2 from Dominik Inführ <dinfuehr at igalia.com> ---
Comment on attachment 351511
  --> https://bugs.webkit.org/attachment.cgi?id=351511
Patch

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

> Tools/Scripts/run-jsc-stress-tests:268
> +        $remoteHosts = [ { :name => 'default',

Could we use `Struct.new` here? It should the be possible to invoke `remoteHost.remoteDirectory` instead of `remoteHost[:remoteDirectory]`

> Tools/Scripts/run-jsc-stress-tests:1792
> +    remoteHost=$remoteHosts[remoteIndex]

spaces around `=`

> Tools/Scripts/run-jsc-stress-tests:1908
> +        remoteHost=$remoteHosts[remoteIndex]

spaces around `=`

-- 
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/20181003/ed8b6998/attachment-0001.html>


More information about the webkit-unassigned mailing list