Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 { | 4 { |
| 5 'variables' : { | 5 'variables' : { |
| 6 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
| 7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
| 8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
| 9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
| 10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
| (...skipping 4793 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 4804 # Note build/win/chrome_win.croc uniquely has the | 4804 # Note build/win/chrome_win.croc uniquely has the |
| 4805 # courgette source directory in an include path. | 4805 # courgette source directory in an include path. |
| 4806 '../courgette/courgette.gyp:courgette_unittests', | 4806 '../courgette/courgette.gyp:courgette_unittests', |
| 4807 'browser_tests', | 4807 'browser_tests', |
| 4808 ]}], | 4808 ]}], |
| 4809 ['OS=="linux"', { | 4809 ['OS=="linux"', { |
| 4810 'dependencies': [ | 4810 'dependencies': [ |
| 4811 # Win bot needs to be turned into an interactive bot. | 4811 # Win bot needs to be turned into an interactive bot. |
| 4812 'interactive_ui_tests', | 4812 'interactive_ui_tests', |
| 4813 # Random tests hang/timeout on linux coverage bot. | 4813 # Random tests hang/timeout on linux coverage bot. |
| 4814 # Disabled until we figure out these tests. | 4814 # Disabled from running in coverage_posix.py. |
| 4815 # crbug.com/159748 | 4815 # crbug.com/159748 |
| 4816 #'browser_tests', | 4816 # 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.
| |
| 4817 'browser_tests', | |
| 4817 '../courgette/courgette.gyp:courgette_unittests', | 4818 '../courgette/courgette.gyp:courgette_unittests', |
| 4818 '../crypto/crypto.gyp:crypto_unittests', | 4819 '../crypto/crypto.gyp:crypto_unittests', |
| 4819 'chromedriver_unittests', | 4820 'chromedriver_unittests', |
| 4820 # curvecp_unittests fails on bot with this error | 4821 # curvecp_unittests fails on bot with this error |
| 4821 # FATAL:single_request_host_resolver.cc(32)] Check failed: false == callback.is_null() (0 vs. 1) | 4822 # FATAL:single_request_host_resolver.cc(32)] Check failed: false == callback.is_null() (0 vs. 1) |
| 4822 #'../net/net.gyp:curvecp_unittests', | 4823 #'../net/net.gyp:curvecp_unittests', |
| 4823 '../build/temp_gyp/googleurl.gyp:googleurl_unittests', | 4824 '../build/temp_gyp/googleurl.gyp:googleurl_unittests', |
| 4824 'gpu_tests', | 4825 'gpu_tests', |
| 4825 '../jingle/jingle.gyp:jingle_unittests', | 4826 '../jingle/jingle.gyp:jingle_unittests', |
| 4826 '../net/net.gyp:net_perftests', | 4827 '../net/net.gyp:net_perftests', |
| (...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 5008 'sync_integration_tests.isolate', | 5009 'sync_integration_tests.isolate', |
| 5009 ], | 5010 ], |
| 5010 'sources': [ | 5011 'sources': [ |
| 5011 'sync_integration_tests.isolate', | 5012 'sync_integration_tests.isolate', |
| 5012 ], | 5013 ], |
| 5013 }, | 5014 }, |
| 5014 ], | 5015 ], |
| 5015 }], | 5016 }], |
| 5016 ], # 'conditions' | 5017 ], # 'conditions' |
| 5017 } | 5018 } |
| OLD | NEW |