summaryrefslogtreecommitdiff
path: root/p2p
diff options
context:
space:
mode:
authorkjellander@webrtc.org <kjellander@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-02-09 18:48:56 +0000
committerkjellander@webrtc.org <kjellander@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-02-09 18:48:56 +0000
commit94a6ec35222cb4b7ce23e472f0617e260727263c (patch)
tree6364f3c4e1a8c45c24ef59faf2e15f5651b2a98f /p2p
parent7b8389deae1e3551a607155f2491e68bc130545e (diff)
downloadtalk-94a6ec35222cb4b7ce23e472f0617e260727263c.tar.gz
Revert 5511 "Revert 5510 "Disable failing libjingle_p2p_unittest..."
So, the test apparently failed right away at http://build.chromium.org/p/client.webrtc/builders/Linux64%20Debug/builds/1224/steps/libjingle_p2p_unittest/logs/stdio > Revert 5510 "Disable failing libjingle_p2p_unittest test on Linux" > > According to https://code.google.com/p/webrtc/issues/detail?id=2907#c2 > r5505 was committed to resolve exactly these flakes. > Let's revert the disabling and see. > > BUG=2907 > TBR=mallinath@webrtc.org > > > Disable failing libjingle_p2p_unittest test on Linux > > > > I realize this diables 84 test cases and for all platforms, which > > I'm not really comfortable with. I tried finding a better way but > > couldn't without doing significant changes to the file. > > I think the tests either needs to be fixed or otherwise refactored > > in order to make more fine-grained disabling possible. > > > > Another (too) large disabling was done by holmer@ in > > https://webrtc-codereview.appspot.com/2227004 where he should only have > > disabled them on Windows, if the failures in webrtc:2383 was all that > > caused those flakes. > > > > BUG=2907 > > TEST=Verified this ran 0 tests: > > out/Release/libjingle_p2p_unittest --gtest_filter=P2PTransportChannelTest.TestNAT_ADDR_RESTRICTEDToNAT_PORT_RESTRICTEDAsGiceBothSharedUfragWithMinimumStepDelay > > TBR=wu@webrtc.org > > > > Review URL: https://webrtc-codereview.appspot.com/8309004 > > TBR=kjellander@webrtc.org > > Review URL: https://webrtc-codereview.appspot.com/8329004 TBR=kjellander@webrtc.org Review URL: https://webrtc-codereview.appspot.com/8339004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/talk@5513 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'p2p')
-rw-r--r--p2p/base/p2ptransportchannel_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/p2p/base/p2ptransportchannel_unittest.cc b/p2p/base/p2ptransportchannel_unittest.cc
index 216c22e..7fff3da 100644
--- a/p2p/base/p2ptransportchannel_unittest.cc
+++ b/p2p/base/p2ptransportchannel_unittest.cc
@@ -1079,7 +1079,7 @@ const P2PTransportChannelTest::Result*
P2P_TEST(x, OPEN) \
FLAKY_P2P_TEST(x, NAT_FULL_CONE) \
FLAKY_P2P_TEST(x, NAT_ADDR_RESTRICTED) \
- P2P_TEST(x, NAT_PORT_RESTRICTED) \
+ FLAKY_P2P_TEST(x, NAT_PORT_RESTRICTED) \
P2P_TEST(x, NAT_SYMMETRIC) \
FLAKY_P2P_TEST(x, NAT_DOUBLE_CONE) \
P2P_TEST(x, NAT_SYMMETRIC_THEN_CONE) \