diff options
author | mad@chromium.org <mad@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-04 16:16:19 +0000 |
---|---|---|
committer | mad@chromium.org <mad@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-04 16:16:19 +0000 |
commit | bbef41f026b0c7aecac8169e40020b892163fd08 (patch) | |
tree | 6a1e7fbd24b55e871cf776e4ada46b95a80bfddb /chrome/chrome_tests.gypi | |
parent | 40b01df66eca8855d00a65baf27bd6bfd16454f6 (diff) | |
download | chromium_src-bbef41f026b0c7aecac8169e40020b892163fd08.zip chromium_src-bbef41f026b0c7aecac8169e40020b892163fd08.tar.gz chromium_src-bbef41f026b0c7aecac8169e40020b892163fd08.tar.bz2 |
Fixed a startup race condition.
Although the new test was written in a platform independent way, it is only added to the Widows specific portion of the ui_test target in the gyp file because it wasn't tried yet on the other platforms.
The bug was found and the fix was written in the windows specific version of the process singleton anyway... But if people working on the other platforms would like to try the test there, that would be great. :-)
BUG=9593
TEST=A new test have been created to validate this.
Review URL: http://codereview.chromium.org/661339
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40629 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r-- | chrome/chrome_tests.gypi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index 537ab5c..b18ff4c 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -291,6 +291,7 @@ 'browser/pref_service_uitest.cc', 'browser/printing/printing_layout_uitest.cc', 'browser/process_singleton_linux_uitest.cc', + 'browser/process_singleton_win_uitest.cc', 'browser/renderer_host/resource_dispatcher_host_uitest.cc', 'browser/sanity_uitest.cc', 'browser/session_history_uitest.cc', @@ -391,6 +392,9 @@ 'browser/extensions/extension_uitest.cc', 'browser/media_uitest.cc', 'browser/printing/printing_layout_uitest.cc', + # TODO(port)? (this one compiles fine on mac and linux, but it fails + # to LaunchApp and thus have not been tested for success either). + 'browser/process_singleton_win_uitest.cc', 'browser/views/find_bar_host_uitest.cc', 'common/logging_chrome_uitest.cc', 'test/ui/sandbox_uitests.cc', |