Bug 241863 - lldbWebKitTester tests failing since the switch to workspace builds
Summary: lldbWebKitTester tests failing since the switch to workspace builds
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Elliott Williams
URL:
Keywords: InRadar
Depends on: 241298
Blocks:
  Show dependency treegraph
 
Reported: 2022-06-22 12:49 PDT by Elliott Williams
Modified: 2022-06-24 10:44 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Elliott Williams 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.
Comment 1 Elliott Williams 2022-06-22 12:51:24 PDT
Pull request: https://github.com/WebKit/WebKit/pull/1692
Comment 2 EWS 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.
Comment 3 Radar WebKit Bug Importer 2022-06-23 16:52:12 PDT
<rdar://problem/95817071>
Comment 4 Elliott Williams 2022-06-24 10:44:58 PDT
lldb-webkit-test is green once again: https://build.webkit.org/#/builders/70/builds/10382