RESOLVED FIXED 266044
REGRESSION: run-api-tests strips newlines in failure summary
https://bugs.webkit.org/show_bug.cgi?id=266044
Summary REGRESSION: run-api-tests strips newlines in failure summary
Timothy Hatcher
Reported 2023-12-07 17:29:28 PST
This seems to be a recent-ish regression, I definitely it formatting the results much nicer. (The inline results during the tests look fine, it is just the summary.) Example summary: webkit-extension://9cf23198-e1ce-4b7a-a478-cad199dead28/background.js:17Title should be provided after same site navigation: Actual: undefinedExpected: "Next Title" (edited) Inline result: webkit-extension://097ed562-83de-477d-b107-9dfbc06db7f1/background.js:17 Title should be provided after same site navigation: Actual: undefined Expected: "Next Title"
Attachments
Alexey Proskuryakov
Comment 1 2023-12-11 13:47:05 PST
It's not clear to me what this describes, I don't see output of this kind at https://build.webkit.org/#/builders/933/builds/569/steps/19/logs/stdio. Could you please post a link?
Ryan Haddad
Comment 2 2023-12-11 13:57:05 PST
(In reply to Alexey Proskuryakov from comment #1) > It's not clear to me what this describes, I don't see output of this kind at > https://build.webkit.org/#/builders/933/builds/569/steps/19/logs/stdio. > Could you please post a link? I think it is actually visible in the link you shared, see: /Volumes/Data/worker/Apple-Sonoma-Debug-Build/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebExtensionAPIRuntime.mm:877 Expected equality of these values: manager.get().yieldMessage Which is: Startup Event Did Not Fire @"Startup Event Fired" Which is: Startup Event Fired but in the summary: TestWebKitAPI.WKWebExtensionAPIRuntime.StartupEvent /Volumes/Data/worker/Apple-Sonoma-Debug-Build/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebExtensionAPIRuntime.mm:877Expected equality of these values: manager.get().yieldMessage Which is: Startup Event Did Not Fire @"Startup Event Fired" Which is: Startup Event FiredLEAK: 2 WebProcessPoolLEAK: 2 WebPageProxy
Alexey Proskuryakov
Comment 3 2023-12-11 14:42:36 PST
Indeed.
Radar WebKit Bug Importer
Comment 4 2023-12-14 17:30:20 PST
Jonathan Bedard
Comment 5 2024-05-10 12:35:04 PDT
EWS
Comment 6 2024-05-11 20:55:36 PDT
Committed 278660@main (11b43d3c00be): <https://commits.webkit.org/278660@main> Reviewed commits have been landed. Closing PR #28402 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.