[Webkit-unassigned] [Bug 241863] New: lldbWebKitTester tests failing since the switch to workspace builds

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 22 12:49:42 PDT 2022


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

            Bug ID: 241863
           Summary: lldbWebKitTester tests failing since the switch to
                    workspace builds
           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: emw at apple.com

It appears that workspace builds have broken the dSYMs we rely on for lldb testing. This is likely because buildbot sets `CLANG_DEBUG_INFORMATION_LEVEL=line-tables-only`, and relies on our build scripts to transparently filter it out when building lldbWebKitTester.xcodeproj: https://github.com/WebKit/WebKit/blob/1d790304418a4b511024434f1f2b4f66dbb7c503/Tools/Scripts/webkitdirs.pm#L2111-L2121

Now that we build with a single xcodebuild invocation, the setting is not filtered out when it's supposed to be.

-- 
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/20220622/e8c1deb1/attachment.htm>


More information about the webkit-unassigned mailing list