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

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') | tools/code_coverage/coverage_posix.py » ('J')
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)
@@ -4811,9 +4811,10 @@
# 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.
+ # Disabled from running in coverage_posix.py.
# crbug.com/159748
- #'browser_tests',
+ # We need to build this during compile step, so enabling here.
John Grabowski 2012/11/09 18:47:54 Add comment stating the test is disabled in covera
pshenoy 2012/11/09 19:00:48 It's already updated in the comment above.
+ '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') | tools/code_coverage/coverage_posix.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698