The initial version of https://github.com/WebKit/WebKit/pull/5710 added `additionalArguments` to a bunch of bots, including GTK-Linux-64-bit-Release-GTK4-Tests, which uses the BuildAndTestAllButJSCFactory, a subclass of BuildAndTestFactory. This raised a failure in the build-webkit-org unittests with the extra steps when `triggers` is non-null added to the test output. Turns out that BuildAndTestAllButJSCFactory wasn't forwarding the `triggers` parameter correctly to its parent class. Originally `additionalArguments` was empty, and the test worked fine. Patch incoming.
Pull request: https://github.com/WebKit/WebKit/pull/5729
Committed 255956@main (bb74e4622540): <https://commits.webkit.org/255956@main> Reviewed commits have been landed. Closing PR #5729 and removing active labels.
<rdar://problem/101543208>