Title: [110603] trunk/LayoutTests
- Revision
- 110603
- Author
- [email protected]
- Date
- 2012-03-13 14:03:09 -0700 (Tue, 13 Mar 2012)
Log Message
Unreviewed, GTK rebaseline after r110587.
* platform/gtk/fast/dom/Window/window-properties-expected.txt:
* platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
* platform/gtk/fast/dom/call-a-constructor-as-a-function-expected.txt:
* platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
* platform/gtk/fast/js/global-constructors-expected.txt:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (110602 => 110603)
--- trunk/LayoutTests/ChangeLog 2012-03-13 21:02:30 UTC (rev 110602)
+++ trunk/LayoutTests/ChangeLog 2012-03-13 21:03:09 UTC (rev 110603)
@@ -1,3 +1,13 @@
+2012-03-13 Philippe Normand <[email protected]>
+
+ Unreviewed, GTK rebaseline after r110587.
+
+ * platform/gtk/fast/dom/Window/window-properties-expected.txt:
+ * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
+ * platform/gtk/fast/dom/call-a-constructor-as-a-function-expected.txt:
+ * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
+ * platform/gtk/fast/js/global-constructors-expected.txt:
+
2012-03-13 Julien Chaffraix <[email protected]>
Too many tests (200+ on SL, 80+ on Lion) tests are failing on Mac port
Modified: trunk/LayoutTests/platform/gtk/fast/dom/Window/window-properties-expected.txt (110602 => 110603)
--- trunk/LayoutTests/platform/gtk/fast/dom/Window/window-properties-expected.txt 2012-03-13 21:02:30 UTC (rev 110602)
+++ trunk/LayoutTests/platform/gtk/fast/dom/Window/window-properties-expected.txt 2012-03-13 21:03:09 UTC (rev 110603)
@@ -2680,25 +2680,25 @@
window.webkitCancelRequestAnimationFrame [function]
window.webkitConvertPointFromNodeToPage [function]
window.webkitConvertPointFromPageToNode [function]
-window.webkitPeerConnection [object PeerConnectionConstructor]
-window.webkitPeerConnection.ACTIVE [number]
-window.webkitPeerConnection.CLOSED [number]
-window.webkitPeerConnection.NEGOTIATING [number]
-window.webkitPeerConnection.NEW [number]
-window.webkitPeerConnection.length [number]
-window.webkitPeerConnection.prototype [object PeerConnectionPrototype]
-window.webkitPeerConnection.prototype.ACTIVE [number]
-window.webkitPeerConnection.prototype.CLOSED [number]
-window.webkitPeerConnection.prototype.NEGOTIATING [number]
-window.webkitPeerConnection.prototype.NEW [number]
-window.webkitPeerConnection.prototype.addEventListener [function]
-window.webkitPeerConnection.prototype.addStream [function]
-window.webkitPeerConnection.prototype.close [function]
-window.webkitPeerConnection.prototype.dispatchEvent [function]
-window.webkitPeerConnection.prototype.processSignalingMessage [function]
-window.webkitPeerConnection.prototype.removeEventListener [function]
-window.webkitPeerConnection.prototype.removeStream [function]
-window.webkitPeerConnection.prototype.send [function]
+window.webkitDeprecatedPeerConnection [object DeprecatedPeerConnectionConstructor]
+window.webkitDeprecatedPeerConnection.ACTIVE [number]
+window.webkitDeprecatedPeerConnection.CLOSED [number]
+window.webkitDeprecatedPeerConnection.NEGOTIATING [number]
+window.webkitDeprecatedPeerConnection.NEW [number]
+window.webkitDeprecatedPeerConnection.length [number]
+window.webkitDeprecatedPeerConnection.prototype [object DeprecatedPeerConnectionPrototype]
+window.webkitDeprecatedPeerConnection.prototype.ACTIVE [number]
+window.webkitDeprecatedPeerConnection.prototype.CLOSED [number]
+window.webkitDeprecatedPeerConnection.prototype.NEGOTIATING [number]
+window.webkitDeprecatedPeerConnection.prototype.NEW [number]
+window.webkitDeprecatedPeerConnection.prototype.addEventListener [function]
+window.webkitDeprecatedPeerConnection.prototype.addStream [function]
+window.webkitDeprecatedPeerConnection.prototype.close [function]
+window.webkitDeprecatedPeerConnection.prototype.dispatchEvent [function]
+window.webkitDeprecatedPeerConnection.prototype.processSignalingMessage [function]
+window.webkitDeprecatedPeerConnection.prototype.removeEventListener [function]
+window.webkitDeprecatedPeerConnection.prototype.removeStream [function]
+window.webkitDeprecatedPeerConnection.prototype.send [function]
window.webkitPostMessage [function]
window.webkitRequestAnimationFrame [function]
window.window [printed above as window]
Modified: trunk/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt (110602 => 110603)
--- trunk/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt 2012-03-13 21:02:30 UTC (rev 110602)
+++ trunk/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt 2012-03-13 21:03:09 UTC (rev 110603)
@@ -518,7 +518,7 @@
PASS typeof Object.getOwnPropertyDescriptor(window, 'top') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'undefined') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'unescape') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'webkitPeerConnection') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'webkitDeprecatedPeerConnection') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'window') is 'object'
PASS typeof Object.getOwnPropertyDescriptor(window, 'windowPropertyNames') is 'object'
PASS Object.getOwnPropertyDescriptor(window, '__defineGetter__') is undefined.
Modified: trunk/LayoutTests/platform/gtk/fast/dom/call-a-constructor-as-a-function-expected.txt (110602 => 110603)
--- trunk/LayoutTests/platform/gtk/fast/dom/call-a-constructor-as-a-function-expected.txt 2012-03-13 21:02:30 UTC (rev 110602)
+++ trunk/LayoutTests/platform/gtk/fast/dom/call-a-constructor-as-a-function-expected.txt 2012-03-13 21:03:09 UTC (rev 110603)
@@ -18,7 +18,7 @@
PASS Int32Array() threw exception TypeError: '[object Int32ArrayConstructor]' is not a function (evaluating 'Int32Array()').
PASS Int8Array() threw exception TypeError: '[object Int8ArrayConstructor]' is not a function (evaluating 'Int8Array()').
PASS MessageChannel() threw exception TypeError: '[object MessageChannelConstructor]' is not a function (evaluating 'MessageChannel()').
-PASS webkitDeprecatedPeerConnection() threw exception TypeError: '[object PeerConnectionConstructor]' is not a function (evaluating 'webkitPeerConnection()').
+PASS webkitDeprecatedPeerConnection() threw exception TypeError: '[object DeprecatedPeerConnectionConstructor]' is not a function (evaluating 'webkitDeprecatedPeerConnection()').
PASS SharedWorker() threw exception TypeError: '[object SharedWorkerConstructor]' is not a function (evaluating 'SharedWorker()').
PASS Uint16Array() threw exception TypeError: '[object Uint16ArrayConstructor]' is not a function (evaluating 'Uint16Array()').
PASS Uint32Array() threw exception TypeError: '[object Uint32ArrayConstructor]' is not a function (evaluating 'Uint32Array()').
Modified: trunk/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-2-expected.txt (110602 => 110603)
--- trunk/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-2-expected.txt 2012-03-13 21:02:30 UTC (rev 110602)
+++ trunk/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-2-expected.txt 2012-03-13 21:03:09 UTC (rev 110603)
@@ -242,6 +242,7 @@
Never found DOMParser
Never found DOMSettableTokenList
Never found DOMStringList
+Never found DeprecatedPeerConnection
Never found Document
Never found DocumentFragment
Never found DocumentType
@@ -304,7 +305,6 @@
Never found NodeFilter
Never found Notation
Never found Option
-Never found PeerConnection
Never found ProcessingInstruction
Never found Range
Never found SVGAElement
Modified: trunk/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt (110602 => 110603)
--- trunk/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt 2012-03-13 21:02:30 UTC (rev 110602)
+++ trunk/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt 2012-03-13 21:03:09 UTC (rev 110603)
@@ -335,7 +335,7 @@
PASS XPathException.toString() is '[object XPathExceptionConstructor]'
PASS XPathResult.toString() is '[object XPathResultConstructor]'
PASS XSLTProcessor.toString() is '[object XSLTProcessorConstructor]'
-FAIL webkitPeerConnection.toString() should be [object webkitPeerConnectionConstructor]. Was [object PeerConnectionConstructor].
+FAIL webkitDeprecatedPeerConnection.toString() should be [object webkitDeprecatedPeerConnectionConstructor]. Was [object DeprecatedPeerConnectionConstructor].
FAIL webkitURL.toString() should be [object webkitURLConstructor]. Was [object URLConstructor].
PASS successfullyParsed is true
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes