Bug 149072
Summary: | svg/animations/svgboolean-animation-1.html is flaky | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alexey Proskuryakov <ap> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | ahmad.saleem792, dino, sabouhallawa, simon.fraser |
Priority: | P2 | ||
Version: | Safari 9 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=266957 |
Alexey Proskuryakov
svg/animations/svgboolean-animation-1.html frequently fails on slower Mac bots (debug WK1 or WK1, as well as leaks bot).
http://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=svg%2Fanimations%2Fsvgboolean-animation-1.html
PASS feConvolveMatrix.preserveAlpha.animVal is false
PASS feConvolveMatrix.preserveAlpha.baseVal is false
-PASS feConvolveMatrix.preserveAlpha.animVal is false
+FAIL feConvolveMatrix.preserveAlpha.animVal should be false. Was true.
PASS feConvolveMatrix.preserveAlpha.baseVal is false
PASS feConvolveMatrix.preserveAlpha.animVal is true
PASS feConvolveMatrix.preserveAlpha.baseVal is false
I could easily reproduce with a debug build locally:
run-webkit-tests svg/animations/svgboolean-animation-1.html --no-retry --repeat 1000 -f
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
Marked as flaky in r189629.
Ahmad Saleem
I am trying to remove this test in favor of WPT here: https://github.com/WebKit/WebKit/pull/22281
WPT variant passes and don't have any platform specific expectation.
Once landed, I will mark this as 'RESOLVED CONFIGURATION CHANGED'. Refer to 'See Also'.