Bug 33664
Summary: | transitions/shorthand-border-transitions.html failed on Snow Leopard Intel Leaks Bot | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | cmarrin, ojan |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 | ||
Bug Depends on: | |||
Bug Blocks: | 33292 |
Eric Seidel (no email)
transitions/shorthand-border-transitions.html failed on Snow Leopard Intel Leaks Bot
This may be a test-dependency problem as this failed when other tests crashed (which might have changed what set of tests this one got run with).
http://build.webkit.org/results/SnowLeopard%20Intel%20Leaks/r53248%20(3417)/transitions/shorthand-border-transitions-diffs.txt
--- layout-test-results/transitions/shorthand-border-transitions-expected.txt 2010-01-14 02:02:25.000000000 -0800
+++ layout-test-results/transitions/shorthand-border-transitions-actual.txt 2010-01-14 02:02:25.000000000 -0800
@@ -1,9 +1,9 @@
Tests transitions of the border shorthand properties.
-PASS - "border-top-color" property for "box" element at 0.5s saw something close to: 128,0,128
-PASS - "border-right-color" property for "box" element at 0.5s saw something close to: 128,0,128
-PASS - "border-bottom-color" property for "box" element at 0.5s saw something close to: 128,0,128
-PASS - "border-left-color" property for "box" element at 0.5s saw something close to: 128,0,128
+FAIL - "border-top-color" property for "box" element at 0.5s expected: 128,0,128 but saw: 150,0,150
+FAIL - "border-right-color" property for "box" element at 0.5s expected: 128,0,128 but saw: 150,0,150
+FAIL - "border-bottom-color" property for "box" element at 0.5s expected: 128,0,128 but saw: 150,0,150
+FAIL - "border-left-color" property for "box" element at 0.5s expected: 128,0,128 but saw: 150,0,150
PASS - "border-top-width" property for "box" element at 0.5s saw something close to: 10
PASS - "border-right-width" property for "box" element at 0.5s saw something close to: 10
PASS - "border-bottom-width" property for "box" element at 0.5s saw something close to: 10
@@ -11,5 +11,5 @@
PASS - "border-top-width" property for "box1" element at 0.5s saw something close to: 10
PASS - "border-top-color" property for "box1" element at 0.5s saw something close to: 255,0,255
PASS - "border-top-width" property for "box2" element at 0.5s saw something close to: 10
-PASS - "border-bottom-width" property for "box2" element at 0.5s saw something close to: 20
+FAIL - "border-bottom-width" property for "box2" element at 0.5s expected: 20 but saw: 23
Last modified by Ojan:
http://trac.webkit.org/browser/trunk/LayoutTests/transitions/shorthand-border-transitions.html
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
The fun continues:
http://build.webkit.org/results/SnowLeopard%20Intel%20Leaks/r53267%20(3427)/transitions/shorthand-border-transitions-diffs.txt
Same exact diff as before.
Ojan Vafai
*** This bug has been marked as a duplicate of bug 33642 ***