Title: [192515] trunk/LayoutTests
Revision
192515
Author
wenson_hs...@apple.com
Date
2015-11-17 11:05:29 -0800 (Tue, 17 Nov 2015)

Log 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:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (192514 => 192515)


--- trunk/LayoutTests/ChangeLog	2015-11-17 17:58:42 UTC (rev 192514)
+++ trunk/LayoutTests/ChangeLog	2015-11-17 19:05:29 UTC (rev 192515)
@@ -1,3 +1,12 @@
+2015-11-17  Wenson Hsieh  <wenson_hs...@apple.com>
+
+        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:
+
 2015-11-17  Brent Fulgham  <bfulg...@apple.com>
 
         [WK1] Mark test failure to get bots green after r192499

Modified: trunk/LayoutTests/platform/mac/TestExpectations (192514 => 192515)


--- trunk/LayoutTests/platform/mac/TestExpectations	2015-11-17 17:58:42 UTC (rev 192514)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2015-11-17 19:05:29 UTC (rev 192515)
@@ -156,6 +156,10 @@
 fast/mediastream/MediaStreamTrack-onended.html
 fast/mediastream/MediaStreamTrack.html
 
+# Media Stream tests that crash unexpectedly under GuardMalloc, see https://bugs.webkit.org/show_bug.cgi?id=151353
+fast/mediastream/MediaStream-video-element-track-stop.html
+fast/mediastream/MediaStream-video-element.html
+
 # WebRTC is not supported yet.
 fast/mediastream/RTCPeerConnection-AddRemoveStream.html
 fast/mediastream/RTCPeerConnection-createAnswer.html
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to