Title: [118926] trunk/LayoutTests
Revision
118926
Author
[email protected]
Date
2012-05-30 08:45:45 -0700 (Wed, 30 May 2012)

Log Message

More Windows test cleanup.

Update the Skipped list and tests for features turned on/off on Windows.

* platform/win/Skipped:
* platform/win/fast/dom/constructed-objects-prototypes-expected.txt: Added.
* platform/win/fast/js/global-constructors-expected.txt:

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (118925 => 118926)


--- trunk/LayoutTests/ChangeLog	2012-05-30 15:26:41 UTC (rev 118925)
+++ trunk/LayoutTests/ChangeLog	2012-05-30 15:45:45 UTC (rev 118926)
@@ -1,3 +1,13 @@
+2012-05-30  Jessie Berlin  <[email protected]>
+
+        More Windows test cleanup.
+
+        Update the Skipped list and tests for features turned on/off on Windows.
+
+        * platform/win/Skipped:
+        * platform/win/fast/dom/constructed-objects-prototypes-expected.txt: Added.
+        * platform/win/fast/js/global-constructors-expected.txt:
+
 2012-05-30  Kinuko Yasuda  <[email protected]>
 
         File.lastModifiedDate must return null if the modified time info is not available

Modified: trunk/LayoutTests/platform/win/Skipped (118925 => 118926)


--- trunk/LayoutTests/platform/win/Skipped	2012-05-30 15:26:41 UTC (rev 118925)
+++ trunk/LayoutTests/platform/win/Skipped	2012-05-30 15:45:45 UTC (rev 118926)
@@ -268,9 +268,10 @@
 fast/forms/file/recover-file-input-in-unposted-form.html
 http/tests/security/clipboard/clipboard-file-access.html
 
-# File API is not supported yet
+# File API is not supported yet (e.g. ENABLE(BLOB))
 fast/files
 http/tests/fileapi
+fast/dom/DOMURL/check-instanceof-domurl-functions.html
 
 # Need to add functionality to DumpRenderTree to test IDN <rdar://problem/5301954>
 fast/encoding/idn-security.html

Added: trunk/LayoutTests/platform/win/fast/dom/constructed-objects-prototypes-expected.txt (0 => 118926)


--- trunk/LayoutTests/platform/win/fast/dom/constructed-objects-prototypes-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/win/fast/dom/constructed-objects-prototypes-expected.txt	2012-05-30 15:45:45 UTC (rev 118926)
@@ -0,0 +1,67 @@
+Make sure prototypes are set up using the window a property came from, instead of the lexical global object.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS (new inner.Audio()).isInner is true
+PASS (new inner.Audio()).constructor.isInner is true
+PASS (new inner.BeforeLoadEvent()).isInner is true
+PASS (new inner.BeforeLoadEvent()).constructor.isInner is true
+PASS (new inner.Blob()).isInner is true
+PASS (new inner.Blob()).constructor.isInner is true
+PASS (new inner.CloseEvent()).isInner is true
+PASS (new inner.CloseEvent()).constructor.isInner is true
+PASS (new inner.CustomEvent()).isInner is true
+PASS (new inner.CustomEvent()).constructor.isInner is true
+PASS (new inner.DOMParser()).isInner is true
+PASS (new inner.DOMParser()).constructor.isInner is true
+PASS (new inner.ErrorEvent()).isInner is true
+PASS (new inner.ErrorEvent()).constructor.isInner is true
+PASS (new inner.Event()).isInner is true
+PASS (new inner.Event()).constructor.isInner is true
+PASS (new inner.FormData()).isInner is true
+PASS (new inner.FormData()).constructor.isInner is true
+PASS (new inner.HashChangeEvent()).isInner is true
+PASS (new inner.HashChangeEvent()).constructor.isInner is true
+PASS (new inner.Image()).isInner is true
+PASS (new inner.Image()).constructor.isInner is true
+PASS (new inner.MediaController()).isInner is true
+PASS (new inner.MediaController()).constructor.isInner is true
+PASS (new inner.MessageChannel()).isInner is true
+PASS (new inner.MessageChannel()).constructor.isInner is true
+PASS (new inner.MessageEvent()).isInner is true
+PASS (new inner.MessageEvent()).constructor.isInner is true
+PASS (new inner.Option()).isInner is true
+PASS (new inner.Option()).constructor.isInner is true
+PASS (new inner.OverflowEvent()).isInner is true
+PASS (new inner.OverflowEvent()).constructor.isInner is true
+PASS (new inner.PageTransitionEvent()).isInner is true
+PASS (new inner.PageTransitionEvent()).constructor.isInner is true
+PASS (new inner.PopStateEvent()).isInner is true
+PASS (new inner.PopStateEvent()).constructor.isInner is true
+PASS (new inner.ProgressEvent()).isInner is true
+PASS (new inner.ProgressEvent()).constructor.isInner is true
+PASS (new inner.StorageEvent()).isInner is true
+PASS (new inner.StorageEvent()).constructor.isInner is true
+PASS (new inner.WebKitAnimationEvent()).isInner is true
+PASS (new inner.WebKitAnimationEvent()).constructor.isInner is true
+PASS (new inner.WebKitCSSMatrix()).isInner is true
+PASS (new inner.WebKitCSSMatrix()).constructor.isInner is true
+PASS (new inner.WebKitPoint()).isInner is true
+PASS (new inner.WebKitPoint()).constructor.isInner is true
+PASS (new inner.WebKitTransitionEvent()).isInner is true
+PASS (new inner.WebKitTransitionEvent()).constructor.isInner is true
+PASS (new inner.Worker('foo')).isInner is true
+PASS (new inner.Worker('foo')).constructor.isInner is true
+PASS (new inner.XMLHttpRequest()).isInner is true
+PASS (new inner.XMLHttpRequest()).constructor.isInner is true
+PASS (new inner.XMLSerializer()).isInner is true
+PASS (new inner.XMLSerializer()).constructor.isInner is true
+PASS (new inner.XPathEvaluator()).isInner is true
+PASS (new inner.XPathEvaluator()).constructor.isInner is true
+PASS (new inner.XSLTProcessor()).isInner is true
+PASS (new inner.XSLTProcessor()).constructor.isInner is true
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Modified: trunk/LayoutTests/platform/win/fast/js/global-constructors-expected.txt (118925 => 118926)


--- trunk/LayoutTests/platform/win/fast/js/global-constructors-expected.txt	2012-05-30 15:26:41 UTC (rev 118925)
+++ trunk/LayoutTests/platform/win/fast/js/global-constructors-expected.txt	2012-05-30 15:45:45 UTC (rev 118926)
@@ -83,7 +83,6 @@
 PASS HTMLIFrameElement.toString() is '[object HTMLIFrameElementConstructor]'
 PASS HTMLImageElement.toString() is '[object HTMLImageElementConstructor]'
 PASS HTMLInputElement.toString() is '[object HTMLInputElementConstructor]'
-PASS HTMLIsIndexElement.toString() is '[object HTMLIsIndexElementConstructor]'
 PASS HTMLKeygenElement.toString() is '[object HTMLKeygenElementConstructor]'
 PASS HTMLLIElement.toString() is '[object HTMLLIElementConstructor]'
 PASS HTMLLabelElement.toString() is '[object HTMLLabelElementConstructor]'
@@ -125,6 +124,7 @@
 PASS Image.toString() is '[object ImageConstructor]'
 PASS ImageData.toString() is '[object ImageDataConstructor]'
 PASS KeyboardEvent.toString() is '[object KeyboardEventConstructor]'
+PASS MediaController.toString() is '[object MediaControllerConstructor]'
 PASS MediaError.toString() is '[object MediaErrorConstructor]'
 PASS MediaList.toString() is '[object MediaListConstructor]'
 PASS MessageChannel.toString() is '[object MessageChannelConstructor]'
@@ -294,6 +294,7 @@
 PASS SVGViewSpec.toString() is '[object SVGViewSpecConstructor]'
 PASS SVGZoomAndPan.toString() is '[object SVGZoomAndPanConstructor]'
 PASS SVGZoomEvent.toString() is '[object SVGZoomEventConstructor]'
+PASS Selection.toString() is '[object SelectionConstructor]'
 PASS SharedWorker.toString() is '[object SharedWorkerConstructor]'
 PASS Storage.toString() is '[object StorageConstructor]'
 PASS StorageEvent.toString() is '[object StorageEventConstructor]'
@@ -309,12 +310,13 @@
 PASS WebKitCSSKeyframeRule.toString() is '[object WebKitCSSKeyframeRuleConstructor]'
 PASS WebKitCSSKeyframesRule.toString() is '[object WebKitCSSKeyframesRuleConstructor]'
 PASS WebKitCSSMatrix.toString() is '[object WebKitCSSMatrixConstructor]'
-PASS WebKitCSSRegionRule.toString() is '[object WebKitCSSRegionRuleConstructor]'
 PASS WebKitCSSTransformValue.toString() is '[object WebKitCSSTransformValueConstructor]'
+PASS WebKitMutationObserver.toString() is '[object WebKitMutationObserverConstructor]'
 PASS WebKitPoint.toString() is '[object WebKitPointConstructor]'
 PASS WebKitTransitionEvent.toString() is '[object WebKitTransitionEventConstructor]'
 PASS WebSocket.toString() is '[object WebSocketConstructor]'
 PASS WheelEvent.toString() is '[object WheelEventConstructor]'
+PASS Window.toString() is '[object WindowConstructor]'
 PASS Worker.toString() is '[object WorkerConstructor]'
 PASS XMLDocument.toString() is '[object DocumentConstructor]'
 PASS XMLHttpRequest.toString() is '[object XMLHttpRequestConstructor]'
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to