Title: [168453] trunk/LayoutTests
Revision
168453
Author
gga...@apple.com
Date
2014-05-07 17:07:07 -0700 (Wed, 07 May 2014)

Log Message

REGRESSION (r161429?): Frequent crashes on media/track/media-element-enqueue-event-crash.html
https://bugs.webkit.org/show_bug.cgi?id=117756

Reviewed by Mark Hahnenberg.

Re-enabled this test because it doesn't seem to crash anymore.

* media/track/media-element-enqueue-event-crash.html: Reduced the number
of test runs because otherwise this test often times out.

* platform/mac/TestExpectations: Re-enable this test because I ran it
for about a minute on my Mac Pro without crashing.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (168452 => 168453)


--- trunk/LayoutTests/ChangeLog	2014-05-07 23:28:50 UTC (rev 168452)
+++ trunk/LayoutTests/ChangeLog	2014-05-08 00:07:07 UTC (rev 168453)
@@ -1,3 +1,18 @@
+2014-05-07  Geoffrey Garen  <gga...@apple.com>
+
+        REGRESSION (r161429?): Frequent crashes on media/track/media-element-enqueue-event-crash.html
+        https://bugs.webkit.org/show_bug.cgi?id=117756
+
+        Reviewed by Mark Hahnenberg.
+
+        Re-enabled this test because it doesn't seem to crash anymore.
+
+        * media/track/media-element-enqueue-event-crash.html: Reduced the number
+        of test runs because otherwise this test often times out.
+
+        * platform/mac/TestExpectations: Re-enable this test because I ran it
+        for about a minute on my Mac Pro without crashing.
+
 2014-05-07  Radu Stavila  <stav...@adobe.com>
 
         Use after free in WebCore::RenderObject::nextSibling / WebCore::RenderBoxModelObject::moveChildrenTo

Modified: trunk/LayoutTests/media/track/media-element-enqueue-event-crash.html (168452 => 168453)


--- trunk/LayoutTests/media/track/media-element-enqueue-event-crash.html	2014-05-07 23:28:50 UTC (rev 168452)
+++ trunk/LayoutTests/media/track/media-element-enqueue-event-crash.html	2014-05-08 00:07:07 UTC (rev 168453)
@@ -17,7 +17,7 @@
                 localStorage.testRuns = Number(localStorage.testRuns) + 1;
             else {
                 localStorage.testRuns = 1;
-                localStorage.totalRuns = 5;
+                localStorage.totalRuns = 2;
             }
 
             document.getElementsByTagName('track')[0].track.mode = 'showing';

Modified: trunk/LayoutTests/platform/mac/TestExpectations (168452 => 168453)


--- trunk/LayoutTests/platform/mac/TestExpectations	2014-05-07 23:28:50 UTC (rev 168452)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2014-05-08 00:07:07 UTC (rev 168453)
@@ -1262,9 +1262,6 @@
 
 webkit.org/b/52016 http/tests/xmlhttprequest/xmlhttprequest-50ms-download-dispatch.html [ Pass Failure Timeout ]
 
-# Crashes in garbage collection code.
-webkit.org/b/117756 media/track/media-element-enqueue-event-crash.html [ Skip ]
-
 # Subpixel failures
 # Subpixel: position dependent size: snapSizeToPixel()
 webkit.org/b/126889 fast/forms/input-widths.html [ Failure ]
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to