Title: [155037] trunk/LayoutTests
Revision
155037
Author
[email protected]
Date
2013-09-04 05:42:21 -0700 (Wed, 04 Sep 2013)

Log Message

Unreviewed GTK gardening.

* platform/gtk/TestExpectations: Adding failure expectation for accessibility/image-map1.html after r155022.
* platform/gtk/fast/dom/Window/window-postmessage-clone-expected.txt: Rebaselining after 155008.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (155036 => 155037)


--- trunk/LayoutTests/ChangeLog	2013-09-04 11:39:21 UTC (rev 155036)
+++ trunk/LayoutTests/ChangeLog	2013-09-04 12:42:21 UTC (rev 155037)
@@ -1,3 +1,10 @@
+2013-09-04  Zan Dobersek  <[email protected]>
+
+        Unreviewed GTK gardening.
+
+        * platform/gtk/TestExpectations: Adding failure expectation for accessibility/image-map1.html after r155022.
+        * platform/gtk/fast/dom/Window/window-postmessage-clone-expected.txt: Rebaselining after 155008.
+
 2013-09-04  Zoltan Arvai  <[email protected]>
 
         [Qt] Unreviewed bot greening.

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (155036 => 155037)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2013-09-04 11:39:21 UTC (rev 155036)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2013-09-04 12:42:21 UTC (rev 155037)
@@ -1477,6 +1477,8 @@
 
 webkit.org/b/120674 fast/filter-image/filter-image-animation.html [ Failure ]
 
+webkit.org/b/84045 accessibility/image-map1.html [ Failure ]
+
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of Tests failing
 #////////////////////////////////////////////////////////////////////////////////////////

Modified: trunk/LayoutTests/platform/gtk/fast/dom/Window/window-postmessage-clone-expected.txt (155036 => 155037)


--- trunk/LayoutTests/platform/gtk/fast/dom/Window/window-postmessage-clone-expected.txt	2013-09-04 11:39:21 UTC (rev 155036)
+++ trunk/LayoutTests/platform/gtk/fast/dom/Window/window-postmessage-clone-expected.txt	2013-09-04 12:42:21 UTC (rev 155037)
@@ -33,6 +33,14 @@
 PASS: eventData is === to eventData[0]
 PASS: eventData.graph1 is === to eventData.graph2
 PASS: eventData[0] is === to eventData[1]
+PASS: String keyed entry was cloned correctly
+PASS: Object key entry was cloned correctly
+PASS: newMap.get(true) is [object Set] of type object
+PASS: newMap.aSet.has(newMap) is true of type boolean
+LOG: 2.5 => 1
+LOG: [object Object] => entry
+LOG: [object Set] => true
+LOG: [object Map] => [object Object]
 PASS: 'postMessage((function() {return {get a() { throw "accessor-exn"; }};})())' threw accessor-exn
 PASS: 'postMessage((function() {var obja = {get p() { throw "accessor-exn"; }}; return {get a() { return obja; }};})())' threw accessor-exn
 PASS: lastIndex initially correct: was 3
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to