[Webkit-unassigned] [Bug 204063] [GTK] Add 'test262-test' to GTK and JSCOnly build bots

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 11 08:36:43 PST 2019


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

Carlos Alberto Lopez Perez <clopez at igalia.com> changed:

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

--- Comment #3 from Carlos Alberto Lopez Perez <clopez at igalia.com> ---
Comment on attachment 383269
  --> https://bugs.webkit.org/attachment.cgi?id=383269
Patch

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

> Tools/BuildSlaveSupport/build.webkit.org-config/factories.py:111
>          if platform == "gtk":
>              self.addStep(RunGtkAPITests())
>              self.addStep(RunWebDriverTests())
> +            self.addStep(RunTest262Tests())
>          if platform == "wpe":
>              self.addStep(RunWPEAPITests())

We likely want to run it also on the WPE bots.

> Tools/BuildSlaveSupport/build.webkit.org-config/factories.py:149
> +        self.addStep(RunTest262Tests(timeout=60 * 60))

Does this script support running remotely? If not then we can't run it on the JSCOnly buildbots that run remote JSC tests

-- 
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/20191111/245b74ca/attachment.htm>


More information about the webkit-unassigned mailing list