Bug 246957

Summary: [build.webkit.org] BuildAndTestAllButJSCFactory must forward parameters correctly to BuildAndTestFactory
Product: WebKit Reporter: Lauro Moura <lmoura>
Component: Tools / TestsAssignee: Lauro Moura <lmoura>
Status: RESOLVED FIXED    
Severity: Normal CC: aakash_jain, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Lauro Moura 2022-10-24 12:57:15 PDT
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.
Comment 1 Lauro Moura 2022-10-24 19:42:27 PDT
Pull request: https://github.com/WebKit/WebKit/pull/5729
Comment 2 EWS 2022-10-25 06:43:38 PDT
Committed 255956@main (bb74e4622540): <https://commits.webkit.org/255956@main>

Reviewed commits have been landed. Closing PR #5729 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-10-25 06:44:18 PDT
<rdar://problem/101543208>