Disable P2PTransportChannelTest.* on memcheck and tsan bots due to issue 1972.

TBR=mallinath
BUG=1972
RISK=P3
TEST=with below cmd lines and disabled tests won't run
tools/valgrind-webrtc/webrtc_tests.sh --build_dir out/Debug --test libjingle_p2p_unittest --gtest_filter=P2PTransportChannelTest* --tool tsan
tools/valgrind-webrtc/webrtc_tests.sh --build_dir out/Debug --test libjingle_p2p_unittest --gtest_filter=P2PTransportChannelTest* --tool memcheck

Review URL: https://webrtc-codereview.appspot.com/1954004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4479 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
wu@webrtc.org
2013-08-02 23:30:50 +00:00
parent 2cbb429323
commit 94349552de
2 changed files with 4 additions and 9 deletions

View File

@@ -1,10 +1,4 @@
# Fails when run under memcheck
# https://code.google.com/p/webrtc/issues/detail?id=1972
P2PTransportChannelTest.TestBLOCK_UDPToOPENAsIce
P2PTransportChannelTest.TestOPENToBLOCK_UDPAsIce
P2PTransportChannelTest.TestOPENToNAT_FULL_CONEAsGiceNoneSharedUfrag
P2PTransportChannelTest.TestOPENToNAT_FULL_CONEAsGiceP0SharedUfrag
P2PTransportChannelTest.TestOPENToNAT_FULL_CONEAsGiceP1SharedUfrag
P2PTransportChannelTest.TestOPENToNAT_PORT_RESTRICTEDAsIce
# TODO(wu): Reenable P2PTransportChannelTest after issue 2158 is resolved.
P2PTransportChannelTest.*
PortTest.TestSendStunMessageAsIce

View File

@@ -1,2 +1,3 @@
P2PTransportChannelTest.TestOPENToNAT_FULL_CONEAsGiceNoneSharedUfrag
# TODO(wu): Reenable P2PTransportChannelTest after issue 2158 is resolved.
P2PTransportChannelTest.*
PortTest.TestSendStunMessageAsIce