Exclude flaky PhysicalSocketTest tests on Dr Memory bots.

Also update the referenced bug for the Memcheck exclusion.

BUG=webrtc:4958
TBR=ehmaldonado@webrtc.org

Review URL: https://codereview.webrtc.org/2315493003 .

Cr-Commit-Position: refs/heads/master@{#14078}
This commit is contained in:
Henrik Kjellander 2016-09-06 07:38:30 +02:00
parent aa90b313b4
commit b27c0918f2
2 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,6 @@
# Fails when run under Dr Memory.
# https://code.google.com/p/webrtc/issues/detail?id=4958
PhysicalSocketTest.TestUdpReadyToSendIPv4
PhysicalSocketTest.TestUdpIPv4
PhysicalSocketTest.TestSocketRecvTimestampIPv4

View File

@ -1,5 +1,5 @@
# Fails when run under memcheck
# https://code.google.com/p/webrtc/issues/detail?id=1976
# https://code.google.com/p/webrtc/issues/detail?id=4958
PhysicalSocketTest.TestUdpReadyToSendIPv4
PhysicalSocketTest.TestUdpIPv4
PhysicalSocketTest.TestSocketRecvTimestampIPv4