Title: [120201] trunk/LayoutTests
Revision
120201
Author
[email protected]
Date
2012-06-13 07:08:46 -0700 (Wed, 13 Jun 2012)

Log Message

[EFL][DRT] Gardening for a greener bot
https://bugs.webkit.org/show_bug.cgi?id=88971

Unreviewed, EFL gardening.

Patch by Dominik Röttsches <[email protected]> on 2012-06-13

* platform/efl/TestExpectations:
* platform/efl/fast/multicol/span/clone-flexbox-expected.txt: rebaselined after r120100.
* platform/efl/http/tests/loading/gmail-assert-on-load-expected.txt: Added, we print more verbosely.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (120200 => 120201)


--- trunk/LayoutTests/ChangeLog	2012-06-13 13:54:49 UTC (rev 120200)
+++ trunk/LayoutTests/ChangeLog	2012-06-13 14:08:46 UTC (rev 120201)
@@ -1,3 +1,14 @@
+2012-06-13  Dominik Röttsches  <[email protected]>
+
+        [EFL][DRT] Gardening for a greener bot
+        https://bugs.webkit.org/show_bug.cgi?id=88971
+
+        Unreviewed, EFL gardening.
+
+        * platform/efl/TestExpectations:
+        * platform/efl/fast/multicol/span/clone-flexbox-expected.txt: rebaselined after r120100.
+        * platform/efl/http/tests/loading/gmail-assert-on-load-expected.txt: Added, we print more verbosely.
+
 2012-06-13  Christophe Dumez  <[email protected]>
 
         [GTK][EFL] Skip http/tests/misc/redirect-to-about-blank.html

Modified: trunk/LayoutTests/platform/efl/TestExpectations (120200 => 120201)


--- trunk/LayoutTests/platform/efl/TestExpectations	2012-06-13 13:54:49 UTC (rev 120200)
+++ trunk/LayoutTests/platform/efl/TestExpectations	2012-06-13 14:08:46 UTC (rev 120201)
@@ -717,5 +717,10 @@
 BUG_OJAN : tables/mozilla/bugs/bug131020.html = TEXT IMAGE IMAGE+TEXT
 
 // These tests do not seem to fail anywhere else.
-BUGWK88030 : fast/multicol/column-break-with-balancing.html = IMAGE
 BUGWK88031 : fast/multicol/span/generated-child-split-flow-crash.html = TEXT
+
+// Flexbox test failing on EFL.
+BUGWK88984 : css3/flexbox/flexitem.html = TEXT
+
+// Animation timing inaccurate.
+BUGWK88986 : animations/first-letter-play-state.html = TEXT

Modified: trunk/LayoutTests/platform/efl/fast/multicol/span/clone-flexbox-expected.txt (120200 => 120201)


--- trunk/LayoutTests/platform/efl/fast/multicol/span/clone-flexbox-expected.txt	2012-06-13 13:54:49 UTC (rev 120200)
+++ trunk/LayoutTests/platform/efl/fast/multicol/span/clone-flexbox-expected.txt	2012-06-13 14:08:46 UTC (rev 120201)
@@ -10,12 +10,12 @@
 layer at (8,8) size 784x17
   RenderBlock (anonymous multi-column) at (0,0) size 784x17
     RenderFlexibleBox {DIV} at (0,0) size 117x16 [color=#FFFFFF]
-      RenderBlock (anonymous) at (0,0) size 117x16
+      RenderBlock (anonymous) at (0,0) size 16x16
         RenderText {#text} at (0,0) size 16x17
           text run at (0,0) width 16: "a"
 layer at (8,25) size 784x17
   RenderBlock (anonymous multi-column) at (0,17) size 784x17
     RenderFlexibleBox {DIV} at (0,0) size 117x16 [color=#FFFFFF]
-      RenderBlock (anonymous) at (0,0) size 117x16
+      RenderBlock (anonymous) at (0,0) size 16x16
         RenderText {#text} at (0,0) size 16x17
           text run at (0,0) width 16: "b"

Added: trunk/LayoutTests/platform/efl/http/tests/loading/gmail-assert-on-load-expected.txt (0 => 120201)


--- trunk/LayoutTests/platform/efl/http/tests/loading/gmail-assert-on-load-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl/http/tests/loading/gmail-assert-on-load-expected.txt	2012-06-13 14:08:46 UTC (rev 120201)
@@ -0,0 +1,14 @@
+main frame - didStartProvisionalLoadForFrame
+main frame - didCommitLoadForFrame
+frame "<!--framePath //<!--frame0-->-->" - didStartProvisionalLoadForFrame
+main frame - didFinishDocumentLoadForFrame
+frame "<!--framePath //<!--frame0-->-->" - didCommitLoadForFrame
+frame "<!--framePath //<!--frame0-->-->" - didFinishDocumentLoadForFrame
+frame "<!--framePath //<!--frame0-->-->" - didHandleOnloadEventsForFrame
+main frame - didHandleOnloadEventsForFrame
+main frame - didFinishLoadForFrame
+This test provokes HTMLTokenizer::timerFired to be called and from within timerFired we want to call WebCore::pageDestroyed.
+
+You pass this test if you don't see an ASSERT. This is from http://bugs.webkit.org/show_bug.cgi?id=15765.
+
+
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to