[Webkit-unassigned] [Bug 267923] New: run-gtk-tests should ignore unknown command-line arguments

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 23 08:07:44 PST 2024


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

            Bug ID: 267923
           Summary: run-gtk-tests should ignore unknown command-line
                    arguments
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: csaavedra at igalia.com

When using additionalArguments in config.json for a test bot, these get passed to both the API and layout test steps. If passing --exit-after-n-crashes-or-timeouts as additionalArguments, this will cause run-gtk-tests to fail, because that argument is not valid for this command.

A workaround would be to strip this command-line argument in steps.py, but a better approach would be to make run-gtk-tests ignore unknown command-line arguments.

(This bug hits when trying to use additionalArguments to increase the timeout and crash threshold for Linux debug bots, as it causes GTK API tests to fail because run-gtk-tests has no --exit-after-n-crashes-or-timeouts argument)

-- 
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/20240123/5c11d16d/attachment.htm>


More information about the webkit-unassigned mailing list