From 01f91e825511800dde18826d979cbc4d39c5862d Mon Sep 17 00:00:00 2001 From: "akalin@chromium.org" Date: Thu, 16 Sep 2010 09:23:27 +0000 Subject: Refactored handling of XmppClient. Added new classes WeakXmppClient and XmppConnection, which let me simplify MediatorThreadImpl et al. BUG=55302 TEST=new unit tests, manually Review URL: http://codereview.chromium.org/3290025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59629 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/valgrind/chrome_tests.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools/valgrind') diff --git a/tools/valgrind/chrome_tests.py b/tools/valgrind/chrome_tests.py index b448715..75f2c8d 100755 --- a/tools/valgrind/chrome_tests.py +++ b/tools/valgrind/chrome_tests.py @@ -235,6 +235,9 @@ class ChromeTests: def TestMedia(self): return self.SimpleTest("chrome", "media_unittests") + def TestNotifier(self): + return self.SimpleTest("chrome", "notifier_unit_tests") + def TestPrinting(self): return self.SimpleTest("chrome", "printing_unittests") @@ -394,6 +397,7 @@ class ChromeTests: "layout": TestLayout, "layout_tests": TestLayout, "media": TestMedia, "media_unittests": TestMedia, "net": TestNet, "net_unittests": TestNet, + "notifier": TestNotifier, "notifier_unittests": TestNotifier, "printing": TestPrinting, "printing_unittests": TestPrinting, "remoting": TestRemoting, "remoting_unittests": TestRemoting, "startup": TestStartup, "startup_tests": TestStartup, -- cgit v1.1