Changeset 168453 in webkit


Ignore:
Timestamp:
May 7, 2014 5:07:07 PM (10 years ago)
Author:
ggaren@apple.com
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.

Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r168448 r168453  
     12014-05-07  Geoffrey Garen  <ggaren@apple.com>
     2
     3        REGRESSION (r161429?): Frequent crashes on media/track/media-element-enqueue-event-crash.html
     4        https://bugs.webkit.org/show_bug.cgi?id=117756
     5
     6        Reviewed by Mark Hahnenberg.
     7
     8        Re-enabled this test because it doesn't seem to crash anymore.
     9
     10        * media/track/media-element-enqueue-event-crash.html: Reduced the number
     11        of test runs because otherwise this test often times out.
     12
     13        * platform/mac/TestExpectations: Re-enable this test because I ran it
     14        for about a minute on my Mac Pro without crashing.
     15
    1162014-05-07  Radu Stavila  <stavila@adobe.com>
    217
  • trunk/LayoutTests/media/track/media-element-enqueue-event-crash.html

    r154815 r168453  
    1818            else {
    1919                localStorage.testRuns = 1;
    20                 localStorage.totalRuns = 5;
     20                localStorage.totalRuns = 2;
    2121            }
    2222
  • trunk/LayoutTests/platform/mac/TestExpectations

    r168354 r168453  
    12621262
    12631263webkit.org/b/52016 http/tests/xmlhttprequest/xmlhttprequest-50ms-download-dispatch.html [ Pass Failure Timeout ]
    1264 
    1265 # Crashes in garbage collection code.
    1266 webkit.org/b/117756 media/track/media-element-enqueue-event-crash.html [ Skip ]
    12671264
    12681265# Subpixel failures
Note: See TracChangeset for help on using the changeset viewer.