Title: [132843] trunk/LayoutTests
Revision
132843
Author
[email protected]
Date
2012-10-29 13:16:48 -0700 (Mon, 29 Oct 2012)

Log Message

Unreviewed gardening. LayoutTests/mathml/msubsup-fuzz.html passes locally but not on
cr-linux-ews. I need to see a stack trace to debug it. See webkit.org/b/100463.

* mathml/msubsup-fuzz-expected.txt: Added.
* mathml/msubsup-fuzz.html: Added.
* platform/chromium/TestExpectations:
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/mac/TestExpectations:

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (132842 => 132843)


--- trunk/LayoutTests/ChangeLog	2012-10-29 20:01:04 UTC (rev 132842)
+++ trunk/LayoutTests/ChangeLog	2012-10-29 20:16:48 UTC (rev 132843)
@@ -1,3 +1,15 @@
+2012-10-29  David Barton  <[email protected]>
+
+        Unreviewed gardening. LayoutTests/mathml/msubsup-fuzz.html passes locally but not on
+        cr-linux-ews. I need to see a stack trace to debug it. See webkit.org/b/100463.
+
+        * mathml/msubsup-fuzz-expected.txt: Added.
+        * mathml/msubsup-fuzz.html: Added.
+        * platform/chromium/TestExpectations:
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+
 2012-10-29  Justin Novosad  <[email protected]>
 
         [Chromium] flickering observed when copying 2D canvas to webGL texture

Added: trunk/LayoutTests/mathml/msubsup-fuzz-expected.txt (0 => 132843)


--- trunk/LayoutTests/mathml/msubsup-fuzz-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/mathml/msubsup-fuzz-expected.txt	2012-10-29 20:16:48 UTC (rev 132843)
@@ -0,0 +1,4 @@
+This test passes if it does not crash.
+
+3
+

Added: trunk/LayoutTests/mathml/msubsup-fuzz.html (0 => 132843)


--- trunk/LayoutTests/mathml/msubsup-fuzz.html	                        (rev 0)
+++ trunk/LayoutTests/mathml/msubsup-fuzz.html	2012-10-29 20:16:48 UTC (rev 132843)
@@ -0,0 +1,8 @@
+<script>
+    if (window.testRunner)
+        testRunner.dumpAsText();
+</script>
+
+<p>This test passes if it does not crash.</p>
+
+<math><msubsup><mtext style="display: none"></mtext><mn>3</mn></msubsup></math>

Modified: trunk/LayoutTests/platform/chromium/TestExpectations (132842 => 132843)


--- trunk/LayoutTests/platform/chromium/TestExpectations	2012-10-29 20:01:04 UTC (rev 132842)
+++ trunk/LayoutTests/platform/chromium/TestExpectations	2012-10-29 20:16:48 UTC (rev 132843)
@@ -1974,6 +1974,7 @@
 # WebKit merge 48500:48585, newly implemented Object.defineProperty.
 crbug.com/22526 fast/js/Object-defineProperty.html [ Failure ]
 
+webkit.org/b/100463 mathml/msubsup-fuzz.html [ Crash Pass ]
 # WebKit merge 48500:48585, due to newly added support for MathML.
 # crbug.com/22554 mathml
 # The mathml pixel tests will be changing for a few days. They'll need rebaseline after that.

Modified: trunk/LayoutTests/platform/efl/TestExpectations (132842 => 132843)


--- trunk/LayoutTests/platform/efl/TestExpectations	2012-10-29 20:01:04 UTC (rev 132842)
+++ trunk/LayoutTests/platform/efl/TestExpectations	2012-10-29 20:16:48 UTC (rev 132843)
@@ -1579,6 +1579,7 @@
 
 webkit.org/b/99878 css3/flexbox/flexbox-baseline-margins.html [ Missing ImageOnlyFailure ]
 
+webkit.org/b/100463 mathml/msubsup-fuzz.html [ Crash Pass ]
 # Needs rebaseline eventually
 webkit.org/b/97990 mathml/presentation/attributes.xhtml [ Failure ]
 webkit.org/b/97990 mathml/presentation/fractions.xhtml [ Failure ]

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (132842 => 132843)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2012-10-29 20:01:04 UTC (rev 132842)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2012-10-29 20:16:48 UTC (rev 132843)
@@ -422,6 +422,7 @@
 # css3-conditionals support is not yet enabled.
 webkit.org/b/86146 css3/supports.html
 
+webkit.org/b/100463 mathml/msubsup-fuzz.html [ Crash Pass ]
 # MathML layout is being tuned/reworked.
 webkit.org/b/99921 mathml/presentation/fenced.xhtml [ Failure ]
 webkit.org/b/99921 mathml/presentation/mo.xhtml [ Failure ]

Modified: trunk/LayoutTests/platform/mac/TestExpectations (132842 => 132843)


--- trunk/LayoutTests/platform/mac/TestExpectations	2012-10-29 20:01:04 UTC (rev 132842)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2012-10-29 20:16:48 UTC (rev 132843)
@@ -1298,6 +1298,7 @@
 webkit.org/b/80394 fast/block/margin-collapse/025.html [ Failure ]
 webkit.org/b/80394 fast/block/margin-collapse/block-inside-inline/025.html [ Failure ]
 
+webkit.org/b/100463 mathml/msubsup-fuzz.html [ Crash Pass ]
 # Needs rebaselining after bug 99921
 webkit.org/b/99921 mathml/presentation/fenced.xhtml [ Failure ]
 webkit.org/b/99921 mathml/presentation/mo.xhtml [ Failure ]
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to