Bug 149072 - svg/animations/svgboolean-animation-1.html is flaky
Summary: svg/animations/svgboolean-animation-1.html is flaky
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Safari 9
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-11 14:12 PDT by Alexey Proskuryakov
Modified: 2024-01-01 14:35 PST (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 Alexey Proskuryakov 2015-09-11 14:12:34 PDT
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
Comment 1 Alexey Proskuryakov 2015-09-11 14:27:03 PDT
Marked as flaky in r189629.
Comment 2 Ahmad Saleem 2024-01-01 11:35:17 PST
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'.