[Webkit-unassigned] [Bug 280125] New: [CMake] ENABLE_LAYOUT_TESTS should depend on DEVELOPER_MODE

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 21 09:17:53 PDT 2024


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

            Bug ID: 280125
           Summary: [CMake] ENABLE_LAYOUT_TESTS should depend on
                    DEVELOPER_MODE
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CMake
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aperez at igalia.com

When ENABLE_LAYOUT_TESTS is enabled the CMake build compiles WKTR. But WKTR
uses internal functions from Web{Core,Kit}, which are hidden by a linker
script *unless* DEVELOPER_MODE is enabled.

Currently it's possible to set ENABLE_LAYOUT_TESTS=ON with DEVELOPER_MODE=OFF
and the build will fail to link WKTR. It would be better to prevent this set
of config options to work together.

-- 
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/20240921/40d7ea33/attachment.htm>


More information about the webkit-unassigned mailing list