Bug 241863
| Summary: | lldbWebKitTester tests failing since the switch to workspace builds | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Elliott Williams <emw> |
| Component: | Tools / Tests | Assignee: | 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: | |||
Elliott Williams
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Elliott Williams
Pull request: https://github.com/WebKit/WebKit/pull/1692
EWS
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
<rdar://problem/95817071>
Elliott Williams
lldb-webkit-test is green once again: https://build.webkit.org/#/builders/70/builds/10382