WebPlatformForEmbedded / WPEWebKit

WPE WebKit port (downstream)
210 stars 135 forks source link

[wpe-2.38] Partial import of 261707@main #1320

Closed dpino closed 2 months ago

dpino commented 2 months ago

Our buildbot deployment is failing to run LayoutTests on the wpe-2.38 branch.

https://build-wpe-rdk.igalia.com/#/builders/8/builds/13

Usage: run-webkit-tests [options] [<path>...]
run-webkit-tests: error: no such option: --enable-core-dumps-nolimit

The reason is that the layout-tests are ran with the option --enable-core-dumps-nolimit.

This option was introduced in 261707@main. This ChangeSet modified the following files:

Tools/CISupport/build-webkit-org/steps.py
Tools/CISupport/build-webkit-org/steps_unittest.py
Tools/CISupport/ews-build/steps.py
Tools/CISupport/ews-build/steps_unittest.py
Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py

It's necessary to cherry-pick the changes in Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py, so the layout-tests can run in the wpe-2.38 branch.