Bug 271669 - REGRESSION (276513@main): [ iOS ] fast/images/async-image-intersect-different-size-for-drawing.html is a consistent failure
Summary: REGRESSION (276513@main): [ iOS ] fast/images/async-image-intersect-different...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Images (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Said Abou-Hallawa
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-03-25 13:46 PDT by Jay Stfleur
Modified: 2024-03-26 11:51 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jay Stfleur 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
Comment 1 Radar WebKit Bug Importer 2024-03-25 13:46:39 PDT
<rdar://problem/125372071>
Comment 2 Jay Stfleur 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
Comment 3 Said Abou-Hallawa 2024-03-25 18:00:10 PDT
Pull request: https://github.com/WebKit/WebKit/pull/26445
Comment 4 EWS 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.