[Webkit-unassigned] [Bug 250235] New: Do not enable 'developer' features during tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 6 14:57:08 PST 2023


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

            Bug ID: 250235
           Summary: Do not enable 'developer' features during tests
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org

The generator logic added in Bug 247926 also activated features with 'developer' status while running tests.

However, the 'developer' flags with a defaultValue of 'false' are generally not relevant to testing (e.g., enabling security-violating CORS state, enabling features not meant for web use cases, etc.

TestWebKitAPI tests that need these special settings already enable the individually, so we should not hard-set them to 'true' at each test iteration, as this can also enables features on platforms or configurations that need these features to be off.

-- 
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/20230106/3bb9471a/attachment.htm>


More information about the webkit-unassigned mailing list