Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 903c53aa4abcd48c2108c02ab063043c746cd91c
https://github.com/WebKit/WebKit/commit/903c53aa4abcd48c2108c02ab063043c746cd91c
Author: Fujii Hironori <[email protected]>
Date: 2023-10-20 (Fri, 20 Oct 2023)
Changed paths:
M LayoutTests/http/tests/multipart/load-last-non-html-frame.py
M LayoutTests/http/tests/multipart/multipart-html.py
M LayoutTests/http/tests/multipart/multipart-replace-non-html-content.py
M LayoutTests/http/tests/multipart/policy-ignore-crash.py
M LayoutTests/http/tests/multipart/resources/multipart-nodashes.py
M
LayoutTests/http/tests/multipart/resources/multipart-wait-before-boundary.py
M LayoutTests/http/tests/multipart/resources/multipart.py
M LayoutTests/platform/wincairo/TestExpectations
M
LayoutTests/platform/wincairo/http/tests/multipart/invalid-image-data-standalone-expected.txt
Log Message:
-----------
Rewrite Python CGI under http/tests/multipart for Windows Python
https://bugs.webkit.org/show_bug.cgi?id=263425
Reviewed by Ross Kirsling.
Windows Python replaces '\n' to '\r\n' for sys.stdout. Use
sys.stdout.buffer.write instead of sys.stdout.write.
* LayoutTests/http/tests/multipart/load-last-non-html-frame.py:
* LayoutTests/http/tests/multipart/multipart-html.py:
* LayoutTests/http/tests/multipart/multipart-replace-non-html-content.py:
* LayoutTests/http/tests/multipart/policy-ignore-crash.py:
* LayoutTests/http/tests/multipart/resources/multipart-nodashes.py:
* LayoutTests/http/tests/multipart/resources/multipart-wait-before-boundary.py:
* LayoutTests/http/tests/multipart/resources/multipart.py:
* LayoutTests/platform/wincairo/TestExpectations:
*
LayoutTests/platform/wincairo/http/tests/multipart/invalid-image-data-standalone-expected.txt:
Canonical link: https://commits.webkit.org/269589@main
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes