Title: [106345] trunk/LayoutTests
Revision
106345
Author
[email protected]
Date
2012-01-31 01:36:07 -0800 (Tue, 31 Jan 2012)

Log Message

Unreviewed, GTK gardening.

* platform/gtk/Skipped: Skipping some new failures.
* platform/gtk/fast/dom/constructed-objects-prototypes-expected.txt: Added.
* platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
* platform/gtk/fast/js/global-constructors-expected.txt:
* platform/gtk/test_expectations.txt: Marked one more svg test as flaky.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (106344 => 106345)


--- trunk/LayoutTests/ChangeLog	2012-01-31 09:19:24 UTC (rev 106344)
+++ trunk/LayoutTests/ChangeLog	2012-01-31 09:36:07 UTC (rev 106345)
@@ -1,3 +1,13 @@
+2012-01-31  Philippe Normand  <[email protected]>
+
+        Unreviewed, GTK gardening.
+
+        * platform/gtk/Skipped: Skipping some new failures.
+        * platform/gtk/fast/dom/constructed-objects-prototypes-expected.txt: Added.
+        * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
+        * platform/gtk/fast/js/global-constructors-expected.txt:
+        * platform/gtk/test_expectations.txt: Marked one more svg test as flaky.
+
 2012-01-31  Yuzo Fujishima  <[email protected]>
 
         [Chromium] Unreviewed test expectation change.

Modified: trunk/LayoutTests/platform/gtk/Skipped (106344 => 106345)


--- trunk/LayoutTests/platform/gtk/Skipped	2012-01-31 09:19:24 UTC (rev 106344)
+++ trunk/LayoutTests/platform/gtk/Skipped	2012-01-31 09:36:07 UTC (rev 106345)
@@ -1629,3 +1629,11 @@
 
 # https://bugs.webkit.org/show_bug.cgi?id=77019
 http/tests/media/video-buffering-repaints-controls.html
+
+# ENABLE(SHADOW_DOM) is disabled
+# https://bugs.webkit.org/show_bug.cgi?id=76439
+fast/dom/shadow/content-element-api.html
+fast/dom/shadow/content-element-outside-shadow.html
+
+# https://bugs.webkit.org/show_bug.cgi?id=77413
+fast/parser/nested-fragment-parser-crash.html

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


--- trunk/LayoutTests/platform/gtk/fast/dom/constructed-objects-prototypes-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/dom/constructed-objects-prototypes-expected.txt	2012-01-31 09:36:07 UTC (rev 106345)
@@ -0,0 +1,69 @@
+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.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.TrackEvent()).isInner is true
+PASS (new inner.TrackEvent()).constructor.isInner is true
+PASS (new inner.WebGLContextEvent()).isInner is true
+PASS (new inner.WebGLContextEvent()).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/gtk/fast/dom/prototype-inheritance-2-expected.txt (106344 => 106345)


--- trunk/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-2-expected.txt	2012-01-31 09:19:24 UTC (rev 106344)
+++ trunk/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-2-expected.txt	2012-01-31 09:36:07 UTC (rev 106345)
@@ -240,7 +240,6 @@
 Never found DOMParser
 Never found DOMSettableTokenList
 Never found DOMStringList
-Never found DOMURL
 Never found Document
 Never found DocumentFragment
 Never found DocumentType

Modified: trunk/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt (106344 => 106345)


--- trunk/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt	2012-01-31 09:19:24 UTC (rev 106344)
+++ trunk/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt	2012-01-31 09:36:07 UTC (rev 106345)
@@ -334,7 +334,6 @@
 PASS XPathResult.toString() is '[object XPathResultConstructor]'
 PASS XSLTProcessor.toString() is '[object XSLTProcessorConstructor]'
 FAIL webkitPeerConnection.toString() should be [object webkitPeerConnectionConstructor]. Was [object PeerConnectionConstructor].
-FAIL webkitURL.toString() should be [object webkitURLConstructor]. Was [object DOMURLConstructor].
 PASS successfullyParsed is true
 
 TEST COMPLETE

Modified: trunk/LayoutTests/platform/gtk/test_expectations.txt (106344 => 106345)


--- trunk/LayoutTests/platform/gtk/test_expectations.txt	2012-01-31 09:19:24 UTC (rev 106344)
+++ trunk/LayoutTests/platform/gtk/test_expectations.txt	2012-01-31 09:36:07 UTC (rev 106345)
@@ -13,10 +13,6 @@
 BUGWK76815 DEBUG : editing/inserting/4960120-2.html = CRASH
 BUGWK76815 DEBUG : editing/execCommand/19455.html = CRASH
 
-// Needs ENABLE_SHADOW_DOM
-BUGWK76439 DEBUG : fast/dom/shadow/content-element-api.html = TEXT
-BUGWK76439 DEBUG : fast/dom/shadow/content-element-outside-shadow.html = TEXT
-
 // Flaky tests
 
 BUGWK68878 : media/video-playing-and-pause.html = PASS TEXT
@@ -93,6 +89,7 @@
 BUGWK76831 : svg/custom/junk-data.svg = PASS TEXT
 BUGWK76831 : svg/custom/missing-xlink.svg = PASS TEXT
 BUGWK76831 : svg/custom/use-font-face-crash.svg = PASS TEXT
+BUGWK76831 : svg/hixie/error/012.xml = PASS TEXT
 
 // End of Flaky tests
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to