Open
Bug 947166
Opened 12 years ago
Updated 2 years ago
Create test for bug 890743 - to test 0ms delay single loop GIFs
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
NEW
People
(Reporter: ali, Unassigned)
References
Details
Attachments
(1 obsolete file)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36
Steps to reproduce:
After imagelib has undergone refactoring that could improve its testability, create a test for corner cases such as bug 890743 - probably not tests that depend on time factors and the output of 3 different threads (decode thread, main thread and compositing thread), but on functional output that depends on properties of an image.
Comment 1•12 years ago
|
||
Specifically, what we need to test bug 890743 better is the ability to unit test the animation functionality in imagelib. Integration tests are likely to be very challenging for that feature since there is so much in the environment that can affect the outcome. (Bug 890743 comment 25 has some discussion.)
Updated•12 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•3 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Attachment #9384431 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•