Bug 239087

Summary: REGRESSION (r292696): lldb_webkit_unittest.TestSummaryProviders.serial_test_WTFStringImpl_SummaryProvider_null_string is a constant failure
Product: WebKit Reporter: Karl Rackler <rackler>
Component: New BugsAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, cdumez, darin, ggaren, jbedard, webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Karl Rackler
Reported 2022-04-11 14:21:40 PDT
lldb_webkit_unittest.TestSummaryProviders.serial_test_WTFStringImpl_SummaryProvider_null_string The first build that the failure is seen on: https://build.webkit.org/#/builders/370/builds/2637 Diff: Traceback (most recent call last): File "/Volumes/Data/worker/monterey-release-applesilicon-tests-wk2/build/Tools/lldb/lldb_webkit_unittest.py", line 110, in serial_test_WTFStringImpl_SummaryProvider_null_string self.assertEqual(summary, "{ length = 0, is8bit = 1, contents = '' }") AssertionError: '' != "{ length = 0, is8bit = 1, contents = '' }" + { length = 0, is8bit = 1, contents = '' }
Attachments
Patch (1.40 KB, patch)
2022-04-11 14:34 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2022-04-11 14:34:28 PDT
Radar WebKit Bug Importer
Comment 2 2022-04-11 14:34:39 PDT
EWS
Comment 3 2022-04-11 18:17:00 PDT
Committed r292750 (249534@main): <https://commits.webkit.org/249534@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 457287 [details].
Darin Adler
Comment 4 2022-04-12 11:02:40 PDT
Comment on attachment 457287 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=457287&action=review > Tools/ChangeLog:9 > + Revert change to aNullString made in r292696 as the the following test relies on this String being empty: > + lldb_webkit_unittest.TestSummaryProviders.serial_test_WTFStringImpl_SummaryProvider_null_string Someone named an empty string "aNullString"! Great way to set a trap for Chris.
Alexey Proskuryakov
Comment 5 2022-04-12 14:53:19 PDT
We also have "anEmptyString" right below. Which is now identical to aNullString.
Chris Dumez
Comment 6 2022-04-12 15:03:40 PDT
(In reply to Alexey Proskuryakov from comment #5) > We also have "anEmptyString" right below. Which is now identical to > aNullString. Yes, aNullString and anEmptyString are identical now and historically (before I tried to fix this non-sense recently and failed because I didn't realize this python test somehow relies on these).
Note You need to log in before you can comment on or make changes to this bug.