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

Unified Diff: tools/valgrind/chrome_tests.py

Issue 1128733002: Update from https://crrev.com/328418 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 7 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 | « tools/valgrind/OWNERS ('k') | tools/valgrind/drmemory/suppressions.txt » ('j') | 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 e8074f37f9e1f62bbdbd4d21c332c0e3a1c50ed9..571beb189e0ded9b3375484da1d2324b16bb7bb6 100755
--- a/tools/valgrind/chrome_tests.py
+++ b/tools/valgrind/chrome_tests.py
@@ -401,6 +401,9 @@ class ChromeTests:
def TestMessageCenter(self):
return self.SimpleTest("message_center", "message_center_unittests")
+ def TestMidi(self):
+ return self.SimpleTest("chrome", "midi_unittests")
+
def TestMojoCommon(self):
return self.SimpleTest("mojo_common", "mojo_common_unittests")
@@ -696,6 +699,7 @@ class ChromeTests:
"media": TestMedia, "media_unittests": TestMedia,
"message_center": TestMessageCenter,
"message_center_unittests" : TestMessageCenter,
+ "midi": TestMidi, "midi_unittests": TestMidi,
"mojo_common": TestMojoCommon,
"mojo_system": TestMojoSystem,
"mojo_public_system": TestMojoPublicSystem,
« no previous file with comments | « tools/valgrind/OWNERS ('k') | tools/valgrind/drmemory/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698