Bug 80291 - [Qt] svg/animations/animate-currentColor.html is flakey
Summary: [Qt] svg/animations/animate-currentColor.html is flakey
Status: RESOLVED DUPLICATE of bug 80703
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks:
 
Reported: 2012-03-05 08:08 PST by Csaba Osztrogonác
Modified: 2012-03-09 07:23 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2012-03-05 08:08:04 PST
svg/animations/animate-currentColor.html is flakey on 32 bit:
--- /ramdisk/qt-linux-release/build/layout-test-results/svg/animations/animate-currentColor-expected.txt 
+++ /ramdisk/qt-linux-release/build/layout-test-results/svg/animations/animate-currentColor-actual.txt 
@@ -7,7 +7,7 @@
 
 PASS getComputedStyle(rect).fill is '#ff0000'
 PASS rect.style.fill is ""
-PASS getComputedStyle(rect).fill is '#804000'
+FAIL getComputedStyle(rect).fill should be #804000. Was #803f00.
 PASS rect.style.fill is ""
 PASS getComputedStyle(rect).fill is '#008000'
 PASS rect.style.fill is ""


You can easily reproduce it with:
$Tools/Scripts/old-run-webkit-tests svg/animations/animate-currentColor.html --iterations 1000
...
888 test cases (88%) succeeded
112 test cases (11%) had incorrect layout
Comment 1 Csaba Osztrogonác 2012-03-05 08:41:30 PST
I skipped it until proper fix - http://trac.webkit.org/changeset/109752
Comment 2 Csaba Osztrogonác 2012-03-09 07:23:50 PST

*** This bug has been marked as a duplicate of bug 80703 ***