Title: [127048] trunk/LayoutTests
Revision
127048
Author
jber...@webkit.org
Date
2012-08-29 14:05:26 -0700 (Wed, 29 Aug 2012)

Log Message

ASSERTION FAILED: enclosingIntRect(rendererMappedResult) == enclosingIntRect(FloatQuad(result).boundingBox()) : WebCore::FloatRect WebCore::RenderGeometryMap::absoluteRect(const WebCore::FloatRect &) const
https://bugs.webkit.org/show_bug.cgi?id=92464

Saw an instance of fast/events/tabindex-focus-blur-all.html hitting the assertion on Debug
WK1 as well. Since it doesn't always happen on Debug WK1, mark it as flakey.

* platform/mac-wk2/Skipped:
Move handling of the test from here ...
* platform/mac/TestExpectations:
... to here.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (127047 => 127048)


--- trunk/LayoutTests/ChangeLog	2012-08-29 20:58:56 UTC (rev 127047)
+++ trunk/LayoutTests/ChangeLog	2012-08-29 21:05:26 UTC (rev 127048)
@@ -1,3 +1,16 @@
+2012-08-29  Jessie Berlin  <jber...@apple.com>
+
+        ASSERTION FAILED: enclosingIntRect(rendererMappedResult) == enclosingIntRect(FloatQuad(result).boundingBox()) : WebCore::FloatRect WebCore::RenderGeometryMap::absoluteRect(const WebCore::FloatRect &) const
+        https://bugs.webkit.org/show_bug.cgi?id=92464
+
+        Saw an instance of fast/events/tabindex-focus-blur-all.html hitting the assertion on Debug
+        WK1 as well. Since it doesn't always happen on Debug WK1, mark it as flakey.
+
+        * platform/mac-wk2/Skipped:
+        Move handling of the test from here ...
+        * platform/mac/TestExpectations:
+        ... to here.
+
 2012-08-29  Brady Eidson  <beid...@apple.com>
 
         REGRESSION: Not sending NPP_SetWindow is causing Flash to not throttle itself

Modified: trunk/LayoutTests/platform/mac/TestExpectations (127047 => 127048)


--- trunk/LayoutTests/platform/mac/TestExpectations	2012-08-29 20:58:56 UTC (rev 127047)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2012-08-29 21:05:26 UTC (rev 127048)
@@ -359,3 +359,4 @@
 BUGWK77754 : fast/inline/absolute-positioned-inline-in-centred-block.html = TEXT
 BUGWK77754 : fast/css/absolute-child-with-percent-height-inside-relative-parent.html = TEXT
 
+BUGWK92464 DEBUG : fast/events/tabindex-focus-blur-all.html = CRASH PASS

Modified: trunk/LayoutTests/platform/mac-wk2/Skipped (127047 => 127048)


--- trunk/LayoutTests/platform/mac-wk2/Skipped	2012-08-29 20:58:56 UTC (rev 127047)
+++ trunk/LayoutTests/platform/mac-wk2/Skipped	2012-08-29 21:05:26 UTC (rev 127048)
@@ -375,10 +375,6 @@
 sputnik/Unicode/Unicode_218/S7.6_A2.4.html
 sputnik/Unicode/Unicode_218/S7.6_A5.2_T1.html
 
-# ASSERTs in RenderGeometryMap::absoluteRect
-# https://bugs.webkit.org/show_bug.cgi?id=92464
-fast/events/tabindex-focus-blur-all.html
-
 ### END OF (3) Unclassified failures
 ########################################
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to