Title: [118554] trunk/LayoutTests
- Revision
- 118554
- Author
- [email protected]
- Date
- 2012-05-25 13:11:42 -0700 (Fri, 25 May 2012)
Log Message
2012-05-25 Jessie Berlin <[email protected]>
File API is not yet supported on Windows
https://bugs.webkit.org/show_bug.cgi?id=37957
Add platform specific results for a test that attempts to use the FileReaderConstructor.
* platform/win/fast/dom/call-a-constructor-as-a-function-expected.txt: Added.
Modified Paths
Added Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (118553 => 118554)
--- trunk/LayoutTests/ChangeLog 2012-05-25 20:02:24 UTC (rev 118553)
+++ trunk/LayoutTests/ChangeLog 2012-05-25 20:11:42 UTC (rev 118554)
@@ -1,3 +1,12 @@
+2012-05-25 Jessie Berlin <[email protected]>
+
+ File API is not yet supported on Windows
+ https://bugs.webkit.org/show_bug.cgi?id=37957
+
+ Add platform specific results for a test that attempts to use the FileReaderConstructor.
+
+ * platform/win/fast/dom/call-a-constructor-as-a-function-expected.txt: Added.
+
2012-05-25 Sheriff Bot <[email protected]>
Unreviewed, rolling out r118395.
Added: trunk/LayoutTests/platform/win/fast/dom/call-a-constructor-as-a-function-expected.txt (0 => 118554)
--- trunk/LayoutTests/platform/win/fast/dom/call-a-constructor-as-a-function-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/win/fast/dom/call-a-constructor-as-a-function-expected.txt 2012-05-25 20:11:42 UTC (rev 118554)
@@ -0,0 +1,35 @@
+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()').
+SKIP FileReader is not implemented.
+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