Bug 271669

Summary: REGRESSION (276513@main): [ iOS ] fast/images/async-image-intersect-different-size-for-drawing.html is a consistent failure
Product: WebKit Reporter: Jay Stfleur <j_stfleur>
Component: ImagesAssignee: Said Abou-Hallawa <sabouhallawa>
Status: NEW    
Severity: Normal CC: sabouhallawa, simon.fraser, webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Jay Stfleur
Reported 2024-03-25 13:46:09 PDT
Description: fast/images/async-image-intersect-different-size-for-drawing.html Is a consistent failure after changes on 276513@main History: https://results.webkit.org/?suite=layout-tests&test=fast%2Fimages%2Fasync-image-intersect-different-size-for-drawing.html&version_name=iOS%2017&recent=false&limit=50000 Diff/Image Diff/Crash Log: https://build.webkit.org/results/Apple-iOS-17-Simulator-Release-WK2-Tests/276628@main%20(2623)/fast/images/async-image-intersect-different-size-for-drawing-diff.txt --- /Volumes/Data/worker/Apple-iOS-17-Simulator-Release-WK2-Tests/build/layout-test-results/fast/images/async-image-intersect-different-size-for-drawing-expected.txt +++ /Volumes/Data/worker/Apple-iOS-17-Simulator-Release-WK2-Tests/build/layout-test-results/fast/images/async-image-intersect-different-size-for-drawing-actual.txt @@ -3,9 +3,10 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". -PASS decodingOptions is "{ decodingMode : Asynchronous, sizeForDrawing : { 500, 500 } }" -PASS decodingOptions is "{ decodingMode : Synchronous, sizeForDrawing : { 1000, 1000 } }" +FAIL decodingOptions should be { decodingMode : Asynchronous, sizeForDrawing : { 500, 500 } }. Was { decodingMode : Asynchronous, sizeForDrawing : { 1000, 1000 } }. +FAIL decodingOptions should be { decodingMode : Synchronous, sizeForDrawing : { 1000, 1000 } }. Was { decodingMode : Synchronous, sizeForDrawing : { 2000, 2000 } }. PASS successfullyParsed is true +Some tests failed. TEST COMPLETE
Attachments
Radar WebKit Bug Importer
Comment 1 2024-03-25 13:46:39 PDT
Jay Stfleur
Comment 2 2024-03-25 14:09:31 PDT
Reproducibility: I was able to reproduce using spade from ToT using command run-webkit-tests --ios-simulator fast/images/async-image-intersect-different-size-for-drawing.html --child-process=1 --iterations 5
Said Abou-Hallawa
Comment 3 2024-03-25 18:00:10 PDT
EWS
Comment 4 2024-03-26 11:51:11 PDT
Test gardening commit 276703@main (4a2e6597ff86): <https://commits.webkit.org/276703@main> Reviewed commits have been landed. Closing PR #26445 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.