RESOLVED CONFIGURATION CHANGED 171238
[ios-simulator] LayoutTest fast/canvas/canvas-crash.html is failing
https://bugs.webkit.org/show_bug.cgi?id=171238
Summary [ios-simulator] LayoutTest fast/canvas/canvas-crash.html is failing
Ryan Haddad
Reported 2017-04-24 11:51:04 PDT
[ios-simulator] LayoutTest fast/canvas/canvas-crash.html is failing https://build.webkit.org/builders/Apple%20iOS%2010%20Simulator%20Release%20WK2%20(Tests)/builds/884 https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=fast%2Fcanvas%2Fcanvas-crash.html --- /Volumes/Data/slave/ios-simulator-10-release-tests-wk2/build/layout-test-results/fast/canvas/canvas-crash-expected.txt +++ /Volumes/Data/slave/ios-simulator-10-release-tests-wk2/build/layout-test-results/fast/canvas/canvas-crash-actual.txt @@ -1 +1,2 @@ +CONSOLE MESSAGE: line 16: Canvas area exceeds the maximum limit (width * height > 16777216). PASSED
Attachments
Ryan Haddad
Comment 1 2017-04-24 11:52:24 PDT
This test has been failing on ios-simulator since it was added with https://trac.webkit.org/changeset/215632/webkit
Brent Fulgham
Comment 2 2017-04-24 17:01:25 PDT
(In reply to Ryan Haddad from comment #0) > [ios-simulator] LayoutTest fast/canvas/canvas-crash.html is failing > > https://build.webkit.org/builders/ > Apple%20iOS%2010%20Simulator%20Release%20WK2%20(Tests)/builds/884 > > https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard. > html#showAllRuns=true&tests=fast%2Fcanvas%2Fcanvas-crash.html > > --- > /Volumes/Data/slave/ios-simulator-10-release-tests-wk2/build/layout-test- > results/fast/canvas/canvas-crash-expected.txt > +++ > /Volumes/Data/slave/ios-simulator-10-release-tests-wk2/build/layout-test- > results/fast/canvas/canvas-crash-actual.txt > @@ -1 +1,2 @@ > +CONSOLE MESSAGE: line 16: Canvas area exceeds the maximum limit (width * > height > 16777216). > PASSED This is expected behavior for anything with limited memory (like the iOS simulator). We should rebaseline or skip this test on iOS simulator, unless the simulators are updated to use a less memory-constrained device.
Ryan Haddad
Comment 3 2017-04-25 09:04:25 PDT
Rebaselined test for iOS simulator in https://trac.webkit.org/changeset/215734/webkit
Note You need to log in before you can comment on or make changes to this bug.