diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-27 19:11:44 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-27 19:11:44 +0000 |
commit | d6e6d13cb35c8e1dabd3eca5d03cf5d2c84abf54 (patch) | |
tree | 41bdaf07363bf6030ac9025a6d291201fa121684 /tools/valgrind | |
parent | 9593bd2d1813e5096b442a276b3a5b7b5408bf6a (diff) | |
download | chromium_src-d6e6d13cb35c8e1dabd3eca5d03cf5d2c84abf54.zip chromium_src-d6e6d13cb35c8e1dabd3eca5d03cf5d2c84abf54.tar.gz chromium_src-d6e6d13cb35c8e1dabd3eca5d03cf5d2c84abf54.tar.bz2 |
Cleanups in the chromotocol code.
1) Renamed ChromotingServer to ChromotocolServer.
2) Renamed ChromotingConnection to ChromotocolConnection.
3) Added documentation for ChromotocolServer.
4) Fixed methods names in ChromtocolConnection.
5) Removed some unncessary references to media/*.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/4105002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64113 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind')
-rw-r--r-- | tools/valgrind/gtest_exclude/remoting_unittests.gtest-drmemory_win32.txt | 10 | ||||
-rw-r--r-- | tools/valgrind/gtest_exclude/remoting_unittests.gtest-tsan_win32.txt | 8 |
2 files changed, 8 insertions, 10 deletions
diff --git a/tools/valgrind/gtest_exclude/remoting_unittests.gtest-drmemory_win32.txt b/tools/valgrind/gtest_exclude/remoting_unittests.gtest-drmemory_win32.txt index 9f2bdf8..bed4b34 100644 --- a/tools/valgrind/gtest_exclude/remoting_unittests.gtest-drmemory_win32.txt +++ b/tools/valgrind/gtest_exclude/remoting_unittests.gtest-drmemory_win32.txt @@ -1,7 +1,5 @@ # These tests fail under Dr. Memory; see http://crbug.com/57832 -JingleChromotingConnectionTest.TestControlChannel -JingleChromotingConnectionTest.TestVideoChannel -JingleChromotingConnectionTest.TestVideoRtpChannel - -# Data race, detectable by Dr. Memory; see http://crbug.com/60536 -JingleChromotingConnectionTest.TestEventChannel +JingleChromotocolConnectionTest.TestControlChannel +JingleChromotocolConnectionTest.TestEventChannel +JingleChromotocolConnectionTest.TestVideoChannel +JingleChromotocolConnectionTest.TestVideoRtpChannel diff --git a/tools/valgrind/gtest_exclude/remoting_unittests.gtest-tsan_win32.txt b/tools/valgrind/gtest_exclude/remoting_unittests.gtest-tsan_win32.txt index 781419f..2a39134 100644 --- a/tools/valgrind/gtest_exclude/remoting_unittests.gtest-tsan_win32.txt +++ b/tools/valgrind/gtest_exclude/remoting_unittests.gtest-tsan_win32.txt @@ -1,5 +1,5 @@ # Fail under TSan, see http://crbug.com/57832 -JingleChromotingConnectionTest.TestControlChannel -JingleChromotingConnectionTest.TestEventChannel -JingleChromotingConnectionTest.TestVideoChannel -JingleChromotingConnectionTest.TestVideoRtpChannel +JingleChromotocolConnectionTest.TestControlChannel +JingleChromotocolConnectionTest.TestEventChannel +JingleChromotocolConnectionTest.TestVideoChannel +JingleChromotocolConnectionTest.TestVideoRtpChannel |