Bug 241863

Summary: lldbWebKitTester tests failing since the switch to workspace builds
Product: WebKit Reporter: Elliott Williams <emw>
Component: Tools / TestsAssignee: Elliott Williams <emw>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 241298    
Bug Blocks:    

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