[webkit-changes] [WebKit/WebKit] 11b43d: REGRESSION: run-api-tests strips newlines in failu...
Jonathan Bedard
noreply at github.com
Sat May 11 20:55:55 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 11b43d3c00bef88afe9c312dcbab08bb295fd3cb
https://github.com/WebKit/WebKit/commit/11b43d3c00bef88afe9c312dcbab08bb295fd3cb
Author: Jonathan Bedard <jbedard at apple.com>
Date: 2024-05-11 (Sat, 11 May 2024)
Changed paths:
M Tools/Scripts/webkitpy/api_tests/runner.py
Log Message:
-----------
REGRESSION: run-api-tests strips newlines in failure summary
https://bugs.webkit.org/show_bug.cgi?id=266044
rdar://119696758
Reviewed by Sam Sneddon.
Our technique for grabbing the remaining stdout and stderr from
an API process accidentally strips newlines.
* Tools/Scripts/webkitpy/api_tests/runner.py:
(_Worker._filter_noisy_output): Strip trailing whitespace on output.
(_Worker._run_single_test): Re-add newlines when grabbing remaining stdout and stderr.
Canonical link: https://commits.webkit.org/278660@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list