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

Unified Diff: chrome/chrome_tests.gypi

Issue 11377077: We need to build browser_tests during 'compile' step, so enabling in gypi. Disabled from running in… (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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/code_coverage/coverage_posix.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
===================================================================
--- chrome/chrome_tests.gypi (revision 166678)
+++ chrome/chrome_tests.gypi (working copy)
@@ -4810,10 +4810,9 @@
'dependencies': [
# Win bot needs to be turned into an interactive bot.
'interactive_ui_tests',
- # Random tests hang/timeout on linux coverage bot.
- # Disabled until we figure out these tests.
- # crbug.com/159748
- #'browser_tests',
+ # Disabled from running in coverage_posix.py.
+ # We need to build this during compile step, so enabling here.
+ 'browser_tests',
'../courgette/courgette.gyp:courgette_unittests',
'../crypto/crypto.gyp:crypto_unittests',
'chromedriver_unittests',
« no previous file with comments | « no previous file | tools/code_coverage/coverage_posix.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698