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

Unified Diff: tools/heapcheck/chrome_tests.py

Issue 10698146: Rename gfx_unittests with ui_unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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 | « 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
===================================================================
--- tools/heapcheck/chrome_tests.py (revision 146019)
+++ tools/heapcheck/chrome_tests.py (working copy)
@@ -308,7 +308,11 @@
return self.SimpleTest("chrome", "ui_unittests")
def TestGfx(self):
- return self.SimpleTest("chrome", "gfx_unittests")
+ # Run ui_unittests, a successor of gfx_unittests, since gfx_unittests is
+ # deprecated.
+ # TODO(hbono): This is a band-aid fix. We need to change the master script
+ # so our bots run ui_unittests.
+ return self.SimpleTest("chrome", "ui_unittests")
def TestLayoutChunk(self, chunk_num, chunk_size):
'''Runs tests [chunk_num*chunk_size .. (chunk_num+1)*chunk_size).
« 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