RESOLVED FIXED 241863
lldbWebKitTester tests failing since the switch to workspace builds
https://bugs.webkit.org/show_bug.cgi?id=241863
Summary lldbWebKitTester tests failing since the switch to workspace builds
Elliott Williams
Reported 2022-06-22 12:49:42 PDT
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.
Attachments
Elliott Williams
Comment 1 2022-06-22 12:51:24 PDT
EWS
Comment 2 2022-06-23 16:51:02 PDT
Committed 251808@main (1b9d28989fea): <https://commits.webkit.org/251808@main> Reviewed commits have been landed. Closing PR #1692 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2022-06-23 16:52:12 PDT
Elliott Williams
Comment 4 2022-06-24 10:44:58 PDT
lldb-webkit-test is green once again: https://build.webkit.org/#/builders/70/builds/10382
Note You need to log in before you can comment on or make changes to this bug.