Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: tools/valgrind/chrome_tests.py

Issue 6747017: Add JingleThreadWrapper. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « jingle/run_all_unittests.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/chrome_tests.py
diff --git a/tools/valgrind/chrome_tests.py b/tools/valgrind/chrome_tests.py
index 55d5a939dbd862c4cf4ceaf2aad8011d64d738a3..821502c74ef1a7aadf05b483d4b42c6c9d1c5cfe 100755
--- a/tools/valgrind/chrome_tests.py
+++ b/tools/valgrind/chrome_tests.py
@@ -225,8 +225,8 @@ class ChromeTests:
def TestMedia(self):
return self.SimpleTest("chrome", "media_unittests")
- def TestNotifier(self):
- return self.SimpleTest("chrome", "notifier_unit_tests")
+ def TestJingle(self):
+ return self.SimpleTest("chrome", "jingle_unittests")
def TestPrinting(self):
return self.SimpleTest("chrome", "printing_unittests")
@@ -430,7 +430,7 @@ class ChromeTests:
"webkit": TestLayout,
"media": TestMedia, "media_unittests": TestMedia,
"net": TestNet, "net_unittests": TestNet,
- "notifier": TestNotifier, "notifier_unittests": TestNotifier,
+ "jingle": TestJingle, "jingle_unittests": TestJingle,
"printing": TestPrinting, "printing_unittests": TestPrinting,
"reliability": TestReliability, "reliability_tests": TestReliability,
"remoting": TestRemoting, "remoting_unittests": TestRemoting,
« no previous file with comments | « jingle/run_all_unittests.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698