Changeset 192515 in webkit


Ignore:
Timestamp:
Nov 17, 2015 11:05:29 AM (8 years ago)
Author:
Wenson Hsieh
Message:

Unreviewed, skip crashing mediastream tests

Tests in fast/mediastream/ that attempt to render mock video source frames crash due to
use-after-free. https://bugs.webkit.org/show_bug.cgi?id=151353 tracks these crashes.

  • platform/mac/TestExpectations:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r192514 r192515  
     12015-11-17  Wenson Hsieh  <wenson_hsieh@apple.com>
     2
     3        Unreviewed, skip crashing mediastream tests
     4
     5        Tests in fast/mediastream/ that attempt to render mock video source frames crash due to
     6        use-after-free. https://bugs.webkit.org/show_bug.cgi?id=151353 tracks these crashes.
     7
     8        * platform/mac/TestExpectations:
     9
    1102015-11-17  Brent Fulgham  <bfulgham@apple.com>
    211
  • trunk/LayoutTests/platform/mac/TestExpectations

    r192489 r192515  
    156156fast/mediastream/MediaStreamTrack-onended.html
    157157fast/mediastream/MediaStreamTrack.html
     158
     159# Media Stream tests that crash unexpectedly under GuardMalloc, see https://bugs.webkit.org/show_bug.cgi?id=151353
     160fast/mediastream/MediaStream-video-element-track-stop.html
     161fast/mediastream/MediaStream-video-element.html
    158162
    159163# WebRTC is not supported yet.
Note: See TracChangeset for help on using the changeset viewer.