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:
@@ -1,10 +1,4 @@
|
|||||||
# Fails when run under memcheck
|
# TODO(wu): Reenable P2PTransportChannelTest after issue 2158 is resolved.
|
||||||
# https://code.google.com/p/webrtc/issues/detail?id=1972
|
P2PTransportChannelTest.*
|
||||||
P2PTransportChannelTest.TestBLOCK_UDPToOPENAsIce
|
|
||||||
P2PTransportChannelTest.TestOPENToBLOCK_UDPAsIce
|
|
||||||
P2PTransportChannelTest.TestOPENToNAT_FULL_CONEAsGiceNoneSharedUfrag
|
|
||||||
P2PTransportChannelTest.TestOPENToNAT_FULL_CONEAsGiceP0SharedUfrag
|
|
||||||
P2PTransportChannelTest.TestOPENToNAT_FULL_CONEAsGiceP1SharedUfrag
|
|
||||||
P2PTransportChannelTest.TestOPENToNAT_PORT_RESTRICTEDAsIce
|
|
||||||
PortTest.TestSendStunMessageAsIce
|
PortTest.TestSendStunMessageAsIce
|
||||||
|
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
P2PTransportChannelTest.TestOPENToNAT_FULL_CONEAsGiceNoneSharedUfrag
|
# TODO(wu): Reenable P2PTransportChannelTest after issue 2158 is resolved.
|
||||||
|
P2PTransportChannelTest.*
|
||||||
PortTest.TestSendStunMessageAsIce
|
PortTest.TestSendStunMessageAsIce
|
||||||
|
|||||||
Reference in New Issue
Block a user