Disable flaky WebRtcVideoChannel2Base, EndToEndTest tests on Dr. Memory.
BUG=webrtc:4963, webrtc:4979 R=kjellander@webrtc.org, pbos@webrtc.org Review URL: https://codereview.webrtc.org/1315323008 . Cr-Commit-Position: refs/heads/master@{#9895}
This commit is contained in:
@ -4,6 +4,21 @@ WebRtcVideoChannel2BaseTest.SimulateConference
|
|||||||
WebRtcVideoChannel2BaseTest.TwoStreamsSendAndReceive
|
WebRtcVideoChannel2BaseTest.TwoStreamsSendAndReceive
|
||||||
WebRtcVideoChannel2BaseTest.TwoStreamsReUseFirstStream
|
WebRtcVideoChannel2BaseTest.TwoStreamsReUseFirstStream
|
||||||
|
|
||||||
|
# https://code.google.com/p/webrtc/issues/detail?id=4963
|
||||||
|
WebRtcVideoChannel2BaseTest.AdaptResolution16x10
|
||||||
|
WebRtcVideoChannel2BaseTest.AdaptResolution4x3
|
||||||
|
WebRtcVideoChannel2BaseTest.AddRemoveSendStreams
|
||||||
|
WebRtcVideoChannel2BaseTest.GetStatsMultipleRecvStreams
|
||||||
|
WebRtcVideoChannel2BaseTest.MuteStream
|
||||||
|
WebRtcVideoChannel2BaseTest.RemoveCapturerWithoutAdd
|
||||||
|
WebRtcVideoChannel2BaseTest.SendAndReceiveVp8Vga
|
||||||
|
WebRtcVideoChannel2BaseTest.SendManyResizeOnce
|
||||||
|
WebRtcVideoChannel2BaseTest.SetRenderer
|
||||||
|
WebRtcVideoChannel2BaseTest.SetSend
|
||||||
|
WebRtcVideoChannel2BaseTest.SetSendSsrc
|
||||||
|
WebRtcVideoChannel2BaseTest.SetSendSsrcAfterSetCodecs
|
||||||
|
WebRtcVideoChannel2BaseTest.SetSendStreamFormat0x0
|
||||||
|
|
||||||
# https://code.google.com/p/webrtc/issues/detail?id=3158
|
# https://code.google.com/p/webrtc/issues/detail?id=3158
|
||||||
WebRtcVideoMediaChannelTest.SendVp8HdAndReceiveAdaptedVp8Vga
|
WebRtcVideoMediaChannelTest.SendVp8HdAndReceiveAdaptedVp8Vga
|
||||||
|
|
||||||
|
@ -12,3 +12,5 @@ EndToEndTest.SendsAndReceivesH264
|
|||||||
EndToEndTest.SendsAndReceivesVP9
|
EndToEndTest.SendsAndReceivesVP9
|
||||||
VideoSendStreamTest.CanReconfigureToUseStartBitrateAbovePreviousMax
|
VideoSendStreamTest.CanReconfigureToUseStartBitrateAbovePreviousMax
|
||||||
VideoSendStreamTest.ReconfigureBitratesSetsEncoderBitratesCorrectly
|
VideoSendStreamTest.ReconfigureBitratesSetsEncoderBitratesCorrectly
|
||||||
|
# https://code.google.com/p/webrtc/issues/detail?id=4979
|
||||||
|
EndToEndTest.AssignsTransportSequenceNumbers
|
||||||
|
Reference in New Issue
Block a user