Bug 171238
Summary: | [ios-simulator] LayoutTest fast/canvas/canvas-crash.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | bfulgham, pvollan |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryan Haddad
[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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryan Haddad
This test has been failing on ios-simulator since it was added with https://trac.webkit.org/changeset/215632/webkit
Brent Fulgham
(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
Rebaselined test for iOS simulator in https://trac.webkit.org/changeset/215734/webkit