Title: [143577] trunk/LayoutTests
Revision
143577
Author
[email protected]
Date
2013-02-21 02:26:48 -0800 (Thu, 21 Feb 2013)

Log Message

Unreviewed GTK gardening.

* platform/gtk/TestExpectations: Adding failure expectations for tests introduced in r143470 and r143541.
* platform/gtk/fast/dom/constructed-objects-prototypes-expected.txt: Rebaselining after r143505.
* platform/gtk/fast/js/global-constructors-expected.txt: Ditto.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (143576 => 143577)


--- trunk/LayoutTests/ChangeLog	2013-02-21 10:16:32 UTC (rev 143576)
+++ trunk/LayoutTests/ChangeLog	2013-02-21 10:26:48 UTC (rev 143577)
@@ -1,3 +1,11 @@
+2013-02-21  Zan Dobersek  <[email protected]>
+
+        Unreviewed GTK gardening.
+
+        * platform/gtk/TestExpectations: Adding failure expectations for tests introduced in r143470 and r143541.
+        * platform/gtk/fast/dom/constructed-objects-prototypes-expected.txt: Rebaselining after r143505.
+        * platform/gtk/fast/js/global-constructors-expected.txt: Ditto.
+
 2013-02-21  Ádám Kallai  <[email protected]>
 
         [Qt] Unreviewed gardening. Skipped failing inpector tests after r143300.

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (143576 => 143577)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2013-02-21 10:16:32 UTC (rev 143576)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2013-02-21 10:26:48 UTC (rev 143577)
@@ -1045,6 +1045,7 @@
 
 # DRT doesn't dispatch an event for the second call eventSender.contextClick().
 webkit.org/b/39102 editing/spelling/context-menu-suggestions.html [ Failure ]
+webkit.org/b/39102 editing/spelling/spelling-changed-text.html [ Failure ]
 
 # Some input type=range tests fail because of the size
 # of the slider thumb in GTK+ themes.
@@ -1469,6 +1470,8 @@
 webkit.org/b/110320 fast/dom/shadow/shadow-dom-event-dispatching-distributed-text-node.html [ Failure ]
 webkit.org/b/110320 fast/dom/shadow/shadow-dom-event-dispatching-text-node-in-shadow-root.html [ Failure ]
 
+webkit.org/b/110446 svg/as-background-image/svg-transformed-background.html [ ImageOnlyFailure ]
+
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of Tests failing
 #////////////////////////////////////////////////////////////////////////////////////////

Modified: trunk/LayoutTests/platform/gtk/fast/dom/constructed-objects-prototypes-expected.txt (143576 => 143577)


--- trunk/LayoutTests/platform/gtk/fast/dom/constructed-objects-prototypes-expected.txt	2013-02-21 10:16:32 UTC (rev 143576)
+++ trunk/LayoutTests/platform/gtk/fast/dom/constructed-objects-prototypes-expected.txt	2013-02-21 10:26:48 UTC (rev 143577)
@@ -45,6 +45,8 @@
 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.Path()).isInner is true
+PASS (new inner.Path()).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

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


--- trunk/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt	2013-02-21 10:16:32 UTC (rev 143576)
+++ trunk/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt	2013-02-21 10:26:48 UTC (rev 143577)
@@ -165,6 +165,7 @@
 PASS Option.toString() is '[object OptionConstructor]'
 PASS OverflowEvent.toString() is '[object OverflowEventConstructor]'
 PASS PageTransitionEvent.toString() is '[object PageTransitionEventConstructor]'
+PASS Path.toString() is '[object PathConstructor]'
 PASS Plugin.toString() is '[object PluginConstructor]'
 PASS PluginArray.toString() is '[object PluginArrayConstructor]'
 PASS PopStateEvent.toString() is '[object PopStateEventConstructor]'
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to