[Webkit-unassigned] [Bug 80005] Implement strict testing criterion for callback function definition
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Mar 22 03:59:41 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=80005
--- Comment #65 from Yanbin <yanbin.zhang at intel.com> 2012-03-22 03:59:41 PST ---
(In reply to comment #64)
> (From update of attachment 133202 [details])
> Attachment 133202 [details] did not pass chromium-ews (chromium-xvfb):
> Output: http://queues.webkit.org/results/12071911
>
> New failing tests:
> fast/dom/MediaStream/argument-types.html
The failures are test cases issue:
following test cases should be modified because of CodeGenerateV8.pm's modification.
LayoutTests/fast/dom/MediaStream/script-tests/argument-types.js
test('navigator.webkitGetUserMedia("video", {})', false); => test('navigator.webkitGetUserMedia("video", {})', true;
test('navigator.webkitGetUserMedia("video", emptyFunction, {})', false); => test('navigator.webkitGetUserMedia("video", emptyFunction, {})', true);
and corrsponding argument-types-expected.txt also should be modified
PASS navigator.webkitGetUserMedia("video", emptyFunction, {}) did not throw exception.
=> PASS navigator.webkitGetUserMedia("video", emptyFunction, {}) threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17.
PASS navigator.webkitGetUserMedia("video", {}) did not throw exception.
=> PASS navigator.webkitGetUserMedia("video", {}) 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