[webkit-changes] [WebKit/WebKit] 242bce: REGRESSION (iOS 18): http/tests/xmlhttprequest/chu...
Chris Dumez
noreply at github.com
Tue Jul 30 07:47:17 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 242bce73a3004f510d9429358520047071f8d059
https://github.com/WebKit/WebKit/commit/242bce73a3004f510d9429358520047071f8d059
Author: Chris Dumez <cdumez at apple.com>
Date: 2024-07-30 (Tue, 30 Jul 2024)
Changed paths:
M LayoutTests/http/tests/xmlhttprequest/chunked-progress-event-expectedLength.html
M LayoutTests/platform/ios-17/TestExpectations
M LayoutTests/platform/ios/TestExpectations
Log Message:
-----------
REGRESSION (iOS 18): http/tests/xmlhttprequest/chunked-progress-event-expectedLength.html is constantly failing
https://bugs.webkit.org/show_bug.cgi?id=277198
rdar://132621992
Reviewed by Youenn Fablet.
The Apache server was recently updated on macOS and this introduced a behavior change
when it comes to `Transfer-Encoding: chunked`. The test here tries to send the data in
chunks to test XHR's behavior when the Content-Length header is missing. On the newer
Apache version, the Content-Length header is still missing and the test is actually
still functioning. However, the test expects the first chunk to be 4 bytes and it is
now larger. So that the test keeps printing the `PASS` line, we now expect a size greater
or equal to 4 bytes.
* LayoutTests/http/tests/xmlhttprequest/chunked-progress-event-expectedLength.html:
* LayoutTests/platform/ios-17/TestExpectations:
* LayoutTests/platform/ios/TestExpectations:
Canonical link: https://commits.webkit.org/281563@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