Bug 124934 - [EFL] svg/animations/svglengthlist-animation-3.html is flaky
Summary: [EFL] svg/animations/svglengthlist-animation-3.html is flaky
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-27 05:54 PST by Michal Pakula vel Rutka
Modified: 2017-03-11 10:38 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Pakula vel Rutka 2013-11-27 05:54:16 PST
Layout test svg/animations/svglengthlist-animation-3.html is flaky according to flakiness dashboard:
http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=svg%2Fanimations%2Fsvglengthlist-animation-3.html

Test output:
--- /mnt/buildbot/efl-linux-slave-2/efl-linux-64-release-wk2/build/layout-test-results/svg/animations/svglengthlist-animation-3-expected.txt
+++ /mnt/buildbot/efl-linux-slave-2/efl-linux-64-release-wk2/build/layout-test-results/svg/animations/svglengthlist-animation-3-actual.txt
@@ -10,11 +10,11 @@
 PASS text.x.animVal.getItem(0).value is 50
 PASS text.x.baseVal.numberOfItems is 1
 PASS text.x.baseVal.getItem(0).value is 50
-PASS text.x.animVal.numberOfItems is 4
-PASS text.x.animVal.getItem(0).value is 70
-PASS text.x.animVal.getItem(1).value is 80
-PASS text.x.animVal.getItem(2).value is 90
-PASS text.x.animVal.getItem(3).value is 110
+FAIL text.x.animVal.numberOfItems should be 4. Was 1.
+FAIL text.x.animVal.getItem(0).value should be close to 70. Was 50.
+FAIL text.x.animVal.getItem(1).value should be 80. Threw exception Error: IndexSizeError: DOM Exception 1
+FAIL text.x.animVal.getItem(2).value should be 90. Threw exception Error: IndexSizeError: DOM Exception 1
+FAIL text.x.animVal.getItem(3).value should be 110. Threw exception Error: IndexSizeError: DOM Exception 1
 PASS text.x.baseVal.numberOfItems is 1
 PASS text.x.baseVal.getItem(0).value is 50
 PASS text.x.animVal.numberOfItems is 4
Comment 1 Michael Catanzaro 2017-03-11 10:38:30 PST
Closing this bug because the EFL port has been removed from trunk.

If you feel this bug applies to a different upstream WebKit port and was closed in error, please either update the title and reopen the bug, or leave a comment to request this.