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

Unified Diff: tools/valgrind/chrome_tests.py

Issue 10778019: Remove gfx_unittests target in favor of ui_unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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 | « tools/heapcheck/chrome_tests.py ('k') | ui/gfx/image/image_unittest.cc » ('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 83494b04689173285e16f04c960f9200889dded6..935c6c1acde0b6734166ecc00d8e0f887aefc96f 100755
--- a/tools/valgrind/chrome_tests.py
+++ b/tools/valgrind/chrome_tests.py
@@ -251,13 +251,6 @@ class ChromeTests:
def TestFFmpegRegressions(self):
return self.SimpleTest("chrome", "ffmpeg_regression_tests")
- def TestGfx(self):
- # 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 TestGPU(self):
return self.SimpleTest("gpu", "gpu_unittests")
@@ -510,7 +503,6 @@ class ChromeTests:
"ui_unit": TestUIUnit, "ui_unittests": TestUIUnit,
"unit": TestUnit, "unit_tests": TestUnit,
"views": TestViews, "views_unittests": TestViews,
- "gfx": TestGfx, "gfx_unittests": TestGfx,
}
« no previous file with comments | « tools/heapcheck/chrome_tests.py ('k') | ui/gfx/image/image_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698