Title: [110745] trunk/LayoutTests
Revision
110745
Author
[email protected]
Date
2012-03-14 14:04:25 -0700 (Wed, 14 Mar 2012)

Log Message

PeerConnection was renamed to DeprecatedPeerConnection in r110587. Update the expected
results.

The rebaseline landed for Qt in 110685 should actually have been landed for all ports.
Land it for all ports, and remove the Qt specific expected results.

* fast/dom/call-a-constructor-as-a-function-expected.txt:
* platform/qt/fast/dom/call-a-constructor-as-a-function-expected.txt: Removed.

Modified Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (110744 => 110745)


--- trunk/LayoutTests/ChangeLog	2012-03-14 21:01:37 UTC (rev 110744)
+++ trunk/LayoutTests/ChangeLog	2012-03-14 21:04:25 UTC (rev 110745)
@@ -1,3 +1,14 @@
+2012-03-14  Jessie Berlin  <[email protected]>
+
+        PeerConnection was renamed to DeprecatedPeerConnection in r110587. Update the expected
+        results.
+
+        The rebaseline landed for Qt in 110685 should actually have been landed for all ports.
+        Land it for all ports, and remove the Qt specific expected results.
+
+        * fast/dom/call-a-constructor-as-a-function-expected.txt:
+        * platform/qt/fast/dom/call-a-constructor-as-a-function-expected.txt: Removed.
+
 2012-03-14  Adam Barth  <[email protected]>
 
         Clean up a few more baseline.

Modified: trunk/LayoutTests/fast/dom/call-a-constructor-as-a-function-expected.txt (110744 => 110745)


--- trunk/LayoutTests/fast/dom/call-a-constructor-as-a-function-expected.txt	2012-03-14 21:01:37 UTC (rev 110744)
+++ trunk/LayoutTests/fast/dom/call-a-constructor-as-a-function-expected.txt	2012-03-14 21:04:25 UTC (rev 110745)
@@ -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()').
-SKIP webkitPeerConnection is not implemented.
+SKIP webkitDeprecatedPeerConnection is not implemented.
 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()').

Deleted: trunk/LayoutTests/platform/qt/fast/dom/call-a-constructor-as-a-function-expected.txt (110744 => 110745)


--- trunk/LayoutTests/platform/qt/fast/dom/call-a-constructor-as-a-function-expected.txt	2012-03-14 21:01:37 UTC (rev 110744)
+++ trunk/LayoutTests/platform/qt/fast/dom/call-a-constructor-as-a-function-expected.txt	2012-03-14 21:04:25 UTC (rev 110745)
@@ -1,35 +0,0 @@
-This tests if TypeError is thrown or not when we call a constructor as a normal function.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS ArrayBuffer() threw exception TypeError: '[object ArrayBufferConstructor]' is not a function (evaluating 'ArrayBuffer()').
-SKIP AudioContext is not implemented.
-PASS FormData() threw exception TypeError: '[object FormDataConstructor]' is not a function (evaluating 'FormData()').
-PASS DataView() threw exception TypeError: '[object DataViewConstructor]' is not a function (evaluating 'DataView()').
-PASS EventSource() threw exception TypeError: '[object EventSourceConstructor]' is not a function (evaluating 'EventSource()').
-PASS FileReader() threw exception TypeError: '[object FileReaderConstructor]' is not a function (evaluating 'FileReader()').
-PASS Float32Array() threw exception TypeError: '[object Float32ArrayConstructor]' is not a function (evaluating 'Float32Array()').
-PASS Float64Array() threw exception TypeError: '[object Float64ArrayConstructor]' is not a function (evaluating 'Float64Array()').
-PASS Audio() threw exception TypeError: '[object AudioConstructor]' is not a function (evaluating 'Audio()').
-PASS Image() threw exception TypeError: '[object ImageConstructor]' is not a function (evaluating 'Image()').
-PASS Option() threw exception TypeError: '[object OptionConstructor]' is not a function (evaluating 'Option()').
-PASS Int16Array() threw exception TypeError: '[object Int16ArrayConstructor]' is not a function (evaluating 'Int16Array()').
-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()').
-SKIP webkitDeprecatedPeerConnection is not implemented.
-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()').
-PASS Uint8Array() threw exception TypeError: '[object Uint8ArrayConstructor]' is not a function (evaluating 'Uint8Array()').
-PASS WebKitCSSMatrix() threw exception TypeError: '[object WebKitCSSMatrixConstructor]' is not a function (evaluating 'WebKitCSSMatrix()').
-PASS WebKitPoint() threw exception TypeError: '[object WebKitPointConstructor]' is not a function (evaluating 'WebKitPoint()').
-PASS WebSocket() threw exception TypeError: '[object WebSocketConstructor]' is not a function (evaluating 'WebSocket()').
-PASS Worker() threw exception TypeError: '[object WorkerConstructor]' is not a function (evaluating 'Worker()').
-PASS XMLHttpRequest() threw exception TypeError: '[object XMLHttpRequestConstructor]' is not a function (evaluating 'XMLHttpRequest()').
-PASS XSLTProcessor() threw exception TypeError: '[object XSLTProcessorConstructor]' is not a function (evaluating 'XSLTProcessor()').
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to