summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorsergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-06 23:16:42 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-06 23:16:42 +0000
commit00f0b81e684035f705e44b818bb039bbeae2c274 (patch)
tree6357372615e1822f5e98fdcdffe6c07d814cd801 /tools
parentf0dbe56c5e204e4b2945a33732faabf9aafc3229 (diff)
downloadchromium_src-00f0b81e684035f705e44b818bb039bbeae2c274.zip
chromium_src-00f0b81e684035f705e44b818bb039bbeae2c274.tar.gz
chromium_src-00f0b81e684035f705e44b818bb039bbeae2c274.tar.bz2
P2P Transport implementation.
TEST=Unittests. BUG=None Review URL: http://codereview.chromium.org/6791023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80717 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/gtest_exclude/unit_tests.gtest.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/valgrind/gtest_exclude/unit_tests.gtest.txt b/tools/valgrind/gtest_exclude/unit_tests.gtest.txt
index cd41df9..9328143 100644
--- a/tools/valgrind/gtest_exclude/unit_tests.gtest.txt
+++ b/tools/valgrind/gtest_exclude/unit_tests.gtest.txt
@@ -8,3 +8,10 @@ RenderViewTest.ImeComposition
PredictorTest.MassiveConcurrentLookupTest
# Pure virtual method called: see http://crbug.com/50950
ConnectionTesterTest.RunAllTests
+
+# Following two tests fail under valgrind because libjingle has hardcoded
+# timeouts for P2P connections, and it makes these tests fail under valgrind.
+# TODO(sergeyu): Remove hardcoded timeouts from libjingle.
+P2PTransportImplTest.Create
+P2PTransportImplTest.Connect
+P2PTransportImplTest.SendData