[Webkit-unassigned] [Bug 105927] New: Add tests for WebIDL type conversions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 2 09:32:34 PST 2013


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

           Summary: Add tests for WebIDL type conversions
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: arv at chromium.org
                CC: abarth at webkit.org, jsbell at chromium.org


Maybe we could add an object to the testRunner whose sole purpose is to test the type conversions required by WebIDL

interface TestWebIDLConversions {
  long attribute testLong;
  unsigned long attribute testUnsignedLong;
  [EnforceRange] long attribute testEnforceRangeLong;
  ...
}

-- 
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