Bug 263174

Summary: [Win] Some layout tests are failing due to the CR LF line end style if they are checked out by Windows Git
Product: WebKit Reporter: Fujii Hironori <Hironori.Fujii>
Component: Tools / TestsAssignee: Fujii Hironori <Hironori.Fujii>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=34645
Bug Depends on:    
Bug Blocks: 240158    

Description Fujii Hironori 2023-10-15 14:20:24 PDT
[Win] Some layout tests are failing due to the CR LF line end style if they are checked out by Windows Git

fast/dom/Range/surround-contents-font-face-crash.svg [ Failure ]
fast/dom/adopt-attribute-crash.svg [ Failure ]
http/tests/inspector/network/copy-as-fetch.html [ Failure ]
http/tests/inspector/network/resource-sizes-memory-cache.html [ Failure ]
http/tests/inspector/network/resource-sizes-network.html [ Failure ]
http/tests/xmlhttprequest/cache-override.html [ Failure ]
http/tests/xmlhttprequest/response-empty-arraybuffer.html [ Failure ]
js/dom/modules/module-integrity-bad-value-success-with-cache.html [ Failure ]
js/dom/modules/module-integrity-non-top-level.html [ Failure ]

That's because core.autocrlf=true is the defalut of Windows Git,
Add '-crlf' attributes for them.
See also 45745@main (bug#34645).
Comment 1 Fujii Hironori 2023-10-15 14:26:45 PDT
Pull request: https://github.com/WebKit/WebKit/pull/19098
Comment 2 EWS 2023-10-15 18:49:01 PDT
Committed 269350@main (d1882602c9b1): <https://commits.webkit.org/269350@main>

Reviewed commits have been landed. Closing PR #19098 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-10-15 18:50:15 PDT
<rdar://problem/116993720>