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

Unified Diff: tools/code_coverage/coverage.py

Issue 14841004: Remove remaining references to test_shell_tests now that the bots have been updated. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 8 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 | « build/all.gyp ('k') | tools/heapcheck/chrome_tests.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/code_coverage/coverage.py
===================================================================
--- tools/code_coverage/coverage.py (revision 197949)
+++ tools/code_coverage/coverage.py (working copy)
@@ -36,20 +36,16 @@
#'chrome.dll',
'unit_tests.exe',
'automated_ui_tests.exe',
- 'ui_tests.exe',
'installer_util_unittests.exe',
'ipc_tests.exe',
'memory_test.exe',
'page_cycler_tests.exe',
'perf_tests.exe',
- 'plugin_tests.exe',
'reliability_tests.exe',
'security_tests.dll',
'startup_tests.exe',
'tab_switching_test.exe',
- 'test_shell_tests.exe',
- 'test_shell.exe',
- 'activex_test_control.dll']
+ 'test_shell.exe']
# The list of [tests, args] that will be run.
# Failing tests have been commented out.
@@ -57,15 +53,12 @@
windows_tests = [
['unit_tests.exe', ''],
# ['automated_ui_tests.exe', ''],
- ['ui_tests.exe', '--no-sandbox'],
['installer_util_unittests.exe', ''],
['ipc_tests.exe', ''],
['page_cycler_tests.exe', '--gtest_filter=*File --no-sandbox'],
- ['plugin_tests.exe', '--no-sandbox'],
['reliability_tests.exe', '--no-sandbox'],
['startup_tests.exe', '--no-sandbox'],
['tab_switching_test.exe', '--no-sandbox'],
- ['test_shell_tests.exe', '']
]
« no previous file with comments | « build/all.gyp ('k') | tools/heapcheck/chrome_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698