[Webkit-unassigned] [Bug 80005] Implement strict testing criterion for callback function definition

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 7 02:46:01 PST 2012


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





--- Comment #24 from Yanbin <yanbin.zhang at intel.com>  2012-03-07 02:46:01 PST ---
(In reply to comment #23)
> (In reply to comment #22)
> > If this patch check in 
> > Philippe’s test result(on GTK environment) ,new webkitPeerConnection("TURNS NONE",{}) will throw exception .
> > > new webkitPeerConnection("TURNS NONE",{}) will also throw exception on V8 environment(chromium).
> 
> Maybe I am confused...
> 
> Chromium result:
> PASS new webkitPeerConnection("TURN NONE",{}) threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17.
> 
> Other results:
> FAIL new webkitPeerConnection("TURNS NONE",{}) did not throw exception.
> 
> Am I missing something?

original result:
> Chromium result:
> new webkitPeerConnection("TURN NONE",{})  did not throw exception
> 
> Other results:
> new webkitPeerConnection("TURNS NONE",{}) threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17.
while,old test cases expected result is 
PASS new webkitPeerConnection("TURN NONE",{})  did not throw exception

if this patch in
Chromium result will equal other result:
new webkitPeerConnection("TURNS NONE",{}) threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17.
so test cases also updated. now, test case expected result is
PASS new webkitPeerConnection("TURN NONE",{}) threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17.

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