Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: be4c3736aa5706152e6b5f35af2f16fd8030ab9b
https://github.com/WebKit/WebKit/commit/be4c3736aa5706152e6b5f35af2f16fd8030ab9b
Author: Carlos Alberto Lopez Perez <[email protected]>
Date: 2026-02-09 (Mon, 09 Feb 2026)
Changed paths:
M Tools/CISupport/build-webkit-org/steps.py
M Tools/CISupport/build-webkit-org/steps_unittest.py
Log Message:
-----------
[WKCI][GTK][WPE] Pass platform argument to test262 runner (v2)
https://bugs.webkit.org/show_bug.cgi?id=302549
Unreviewed follow-up fix.
On platforms WPE/GTK it is needed to pass the flag "--${port}" to the
test262-runner script, and
that should be done from buildbot.
This was working fine until 299905@main introduced a regression when the pipe
to filter-test-logs
was added: the platform parameter needs to be passed before the pipe and not
after.
This is a reland of 303610@main but without calling "productDir()" from the
runner, which is not
needed an causes problems (see the regression of 304103@main).
* Tools/CISupport/build-webkit-org/steps.py:
(RunTest262Tests.run):
* Tools/CISupport/build-webkit-org/steps_unittest.py:
Canonical link: https://commits.webkit.org/307112@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications