Re-enable tests that failed under Linux_Msan.
Fixed in latest libvpx roll. Keep EndToEndTest.TransportSeqNumOnAudioAndVideo disabled on Win_DrMemory for now as it seems to time-out/too slow. TBR=stefan@webrtc.org, kjellander@webrtc.org BUG=webrtc:5402 NOTRY=True Review URL: https://codereview.webrtc.org/1577313003 Cr-Commit-Position: refs/heads/master@{#11240}
This commit is contained in:
parent
fca54f41ad
commit
8432e1f4b8
@ -10,7 +10,6 @@ EndToEndTest.RestartingSendStreamPreservesRtpStatesWithRtx
|
||||
EndToEndTest.SendsAndReceivesH264
|
||||
EndToEndTest.SendsAndReceivesVP9
|
||||
EndToEndTest.TransportFeedbackNotConfigured
|
||||
# https://bugs.chromium.org/p/webrtc/issues/detail?id=5402
|
||||
EndToEndTest.TransportSeqNumOnAudioAndVideo
|
||||
VideoSendStreamTest.CanReconfigureToUseStartBitrateAbovePreviousMax
|
||||
VideoSendStreamTest.ReconfigureBitratesSetsEncoderBitratesCorrectly
|
||||
|
||||
@ -2146,9 +2146,6 @@ TEST_F(VideoSendStreamTest, Vp9NonFlexMode_1Tl2SLayers) {
|
||||
TestVp9NonFlexMode(kNumTemporalLayers, kNumSpatialLayers);
|
||||
}
|
||||
|
||||
#if !defined(MEMORY_SANITIZER)
|
||||
// Fails under MemorySanitizer:
|
||||
// See https://code.google.com/p/webrtc/issues/detail?id=5402.
|
||||
TEST_F(VideoSendStreamTest, Vp9NonFlexMode_2Tl2SLayers) {
|
||||
const uint8_t kNumTemporalLayers = 2;
|
||||
const uint8_t kNumSpatialLayers = 2;
|
||||
@ -2160,7 +2157,6 @@ TEST_F(VideoSendStreamTest, Vp9NonFlexMode_3Tl2SLayers) {
|
||||
const uint8_t kNumSpatialLayers = 2;
|
||||
TestVp9NonFlexMode(kNumTemporalLayers, kNumSpatialLayers);
|
||||
}
|
||||
#endif
|
||||
|
||||
void VideoSendStreamTest::TestVp9NonFlexMode(uint8_t num_temporal_layers,
|
||||
uint8_t num_spatial_layers) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user