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

Unified Diff: tools/heapcheck/chrome_tests.py

Issue 75543003: events: Fix running events-unittests under valgrind/heapcheck. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 | « no previous file | tools/valgrind/chrome_tests.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/heapcheck/chrome_tests.py
diff --git a/tools/heapcheck/chrome_tests.py b/tools/heapcheck/chrome_tests.py
index 527bcc5635471247b7bcd635e53acc651ba02faa..aad6b19a89b41ac4f39cef595e2c08e643079a25 100755
--- a/tools/heapcheck/chrome_tests.py
+++ b/tools/heapcheck/chrome_tests.py
@@ -95,6 +95,7 @@ class ChromeTests(object):
"courgette_unittests": self.TestCourgette,
"crypto": self.TestCrypto, "crypto_unittests": self.TestCrypto,
"device": self.TestDevice, "device_unittests": self.TestDevice,
+ "events": self.TestEvents, "events_unittests": self.TestEvents,
"gpu": self.TestGPU, "gpu_unittests": self.TestGPU,
"ipc": self.TestIpc, "ipc_tests": self.TestIpc,
"jingle": self.TestJingle, "jingle_unittests": self.TestJingle,
@@ -295,6 +296,9 @@ class ChromeTests(object):
def TestDevice(self):
return self.SimpleTest("device", "device_unittests")
+ def TestEvents(self):
+ return self.SimpleTest("events", "events_unittests")
+
def TestGPU(self):
return self.SimpleTest("gpu", "gpu_unittests")
« no previous file with comments | « no previous file | tools/valgrind/chrome_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698