> What kinds of tests do we have for the code already? Do we have code that 
> tries to exercise edge cases? Do we have a fuzzer of some sort?
> 
>     -- Darin

Every effect that was implemented has at least one test. They are mostly
simple test cases that just test one effect at once but there are also
more complex tests, to see the behavior on combining different effects.
I try to address the different edge cases of every filter effect and add
more tests if necessary.
Mainly effects with pixel manipulation already have more than one test
to target different edge cases.

- Dirk

_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to