[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 04:12:02 PST 2012


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





--- Comment #26 from Kentaro Hara <haraken at chromium.org>  2012-03-07 04:12:02 PST ---
(In reply to comment #25)
> 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.

Why will JavaScriptCore throw exception for "new webkitPeerConnection("TURN NONE",{})" ?

Given that your patch does not change any behavior of JavaScriptCore, JavaScriptCore won't throw exception for "new webkitPeerConnection("TURN NONE",{})". Then the JavaScriptCore result would be "FAIL new webkitPeerConnection("TURN NONE",{})  did not throw exception".

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