[Webkit-unassigned] [Bug 60391] Media Stream no-interface-object test should not have ReferenceError message in expected results

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 30 07:50:08 PDT 2011


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





--- Comment #7 from Adam Bergkvist <adam.bergkvist at ericsson.com>  2011-05-30 07:50:08 PST ---
(In reply to comment #6)
> This should be fixed by now. Can you please confirm it? All the tests passed in mac using JSC last time I tried.
> 
> Thanks.

Still got the same problem with a build from this morning (r87680).

Here's the diff:

--- /tmp/layout-test-results/fast/dom/MediaStream/no-interface-object-expected.txt    2011-05-30 13:28:59.468002394 +0200
+++ /tmp/layout-test-results/fast/dom/MediaStream/no-interface-object-actual.txt    2011-05-30 13:28:59.468002394 +0200
@@ -4,13 +4,13 @@


 PASS typeof NavigatorUserMedia is "undefined"
-PASS NavigatorUserMedia.prototype threw exception ReferenceError: NavigatorUserMedia is not defined.
+PASS NavigatorUserMedia.prototype threw exception ReferenceError: Can't find variable: NavigatorUserMedia.
 PASS typeof NavigatorUserMediaError is "undefined"
-PASS NavigatorUserMediaError.prototype threw exception ReferenceError: NavigatorUserMediaError is not defined.
+PASS NavigatorUserMediaError.prototype threw exception ReferenceError: Can't find variable: NavigatorUserMediaError.
 PASS typeof NavigatorUserMediaSuccessCallback is "undefined"
-PASS NavigatorUserMediaSuccessCallback.prototype threw exception ReferenceError: NavigatorUserMediaSuccessCallback is not defined.
+PASS NavigatorUserMediaSuccessCallback.prototype threw exception ReferenceError: Can't find variable: NavigatorUserMediaSuccessCallback.
 PASS typeof NavigatorUserMediaErrorCallback is "undefined"
-PASS NavigatorUserMediaErrorCallback.prototype threw exception ReferenceError: NavigatorUserMediaErrorCallback is not defined.
+PASS NavigatorUserMediaErrorCallback.prototype threw exception ReferenceError: Can't find variable: NavigatorUserMediaErrorCallback.
 PASS successfullyParsed is true

 TEST COMPLETE

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