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: | Images | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/125372071>
Jay Stfleur
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
Pull request: https://github.com/WebKit/WebKit/pull/26445
EWS
Test gardening commit 276703@main (4a2e6597ff86): <https://commits.webkit.org/276703@main>
Reviewed commits have been landed. Closing PR #26445 and removing active labels.