Closed
Bug 522862
Opened 14 years ago
Closed 14 years ago
intermittent failure at test_transitions.html
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla1.9.3a1
People
(Reporter: masayuki, Assigned: dbaron)
References
Details
(Keywords: intermittent-failure)
> 80523 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/style/test/test_transitions.html | timing function test for timing function cubic-bezier(1, 0, 0, 1): computed value 45.2667px should be between 45.294170px and 45.474170px at time between 3.9990639999999997s and 3.9990639999999997s. http://tinderbox.mozilla.org/showlog.cgi?log=Firefox-Unittest/1255769201.1255771723.17886.gz
Reporter | ||
Updated•14 years ago
|
Whiteboard: [orange]
Updated•14 years ago
|
Assignee | ||
Comment 1•14 years ago
|
||
I increased the tolerance such that that occurrence wouldn't fail anymore: http://hg.mozilla.org/mozilla-central/rev/f8a2075294dc
Comment 2•14 years ago
|
||
OS X 10.5.2 mozilla-central test opt mochitests on 2009/10/20 18:47:04 Error 0 (Unknown error: 0). 80777 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/style/test/test_transitions.html | early reference: computed value 259.883px should be between 282.500000px and 379.500000px at time between 2.26s and 3.036s. 80778 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/style/test/test_transitions.html | late reference: computed value 259.883px should be between 282.500000px and 379.500000px at time between 2.26s and 3.036s. 80841 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/style/test/test_transitions.html | early reference: computed value 259.883px should be between 284.875000px and 381.875000px at time between 2.279s and 3.055s. 80842 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/style/test/test_transitions.html | late reference: computed value 259.883px should be between 284.875000px and 381.875000px at time between 2.279s and 3.055s. 125151 INFO Error: Unable to restore focus, expect failures and timeouts. http://tinderbox.mozilla.org/showlog.cgi?log=Firefox-Unittest/1256089624.1256091683.26465.gz Is this a different failure of the same test?
Assignee | ||
Comment 3•14 years ago
|
||
That's the timing failure; there are some comments late in bug 435441 (e.g., bug 435441 comment 104 and bug 435441 comment 107). Probably better to track it in this bug. But I do want to test something about real time and not just give up on hoping we can test something related to it on the unit test slaves. The error above shows it missed the 750ms error window by being nearly 1s off.
Comment 4•14 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox-Unittest/1256275093.1256277249.16987.gz Linux mozilla-central test debug mochitests-4/5 on 2009/10/22 22:18:13
Comment 5•14 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox-Unittest/1256335904.1256337307.24760.gz WINNT 5.2 mozilla-central test debug mochitests-4/5 on 2009/10/23 15:11:44 { 22033 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/style/test/test_transitions.html | early reference: computed value 869.25px should be between 907.500000px and 1000.000000px at time between 7.26s and 8s. 22034 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/style/test/test_transitions.html | late reference: computed value 869.25px should be between 907.500000px and 1000.000000px at time between 7.26s and 8s. ... 22045 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/style/test/test_transitions.html | early reference: computed value 869.25px should be between 910.625000px and 1000.000000px at time between 7.285s and 8s. 22046 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/style/test/test_transitions.html | late reference: computed value 869.25px should be between 910.625000px and 1000.000000px at time between 7.285s and 8s. }
OS: Linux → All
Hardware: x86 → All
Assignee | ||
Comment 6•14 years ago
|
||
I made it so that we only report a TODO rather than an UNEXPECTED-FAIL when the wall-clock timing is off: http://hg.mozilla.org/mozilla-central/rev/bb45a8fae1c5
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Assignee: nobody → dbaron
Flags: in-testsuite+
Target Milestone: --- → mozilla1.9.3a1
Updated•11 years ago
|
Keywords: intermittent-failure
Updated•11 years ago
|
Whiteboard: [orange]
You need to log in
before you can comment on or make changes to this bug.
Description
•