[Webkit-unassigned] [Bug 82100] New: [WebSocket]Reserved bits test case should cover both extension and no-extension scenarios

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 23 16:08:32 PDT 2012


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

           Summary: [WebSocket]Reserved bits test case should cover both
                    extension and no-extension scenarios
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: li.yin at intel.com
                CC: yutak at chromium.org, bashi at chromium.org


Maybe the test case should be redesigned, it had better cover both no-extension and extension scenarios.

extension bit1 bit2 bit3  covered
   yes     0    1    0      yes
   yes     0    0    1      yes
   no      1    0    0      no
   no      0    1    0      no
   no      0    0    1      no

The current test case only covered the 1st and 2nd.
But the 3rd, 4th and 5th were not covered. 

What's your opinion?

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