[Webkit-unassigned] [Bug 105060] New: Add some unit testing for WTF::clampTo* functions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 14 15:20:40 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=105060

           Summary: Add some unit testing for WTF::clampTo* functions
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jchaffraix at webkit.org
                CC: darin at apple.com, benjamin at webkit.org, eae at chromium.org


While investigating bug 83848, I discovered that we don't cover the clampTo functions which are used for the saturated arithmetic logic.

We do have some indirect testing as we have some saturated arithmetic layout tests (and some unit testing after 104955) but we may as well cover the functions themselves, at least for some basic coverage.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list