diff options
author | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-26 18:21:39 +0000 |
---|---|---|
committer | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-26 18:21:39 +0000 |
commit | be577c041403e19b7d2b1523677526aab3bcd916 (patch) | |
tree | b04641c0a368d93a9c49f88baed3124a220add76 /chrome/chrome_tests.gypi | |
parent | c8e336ae83a60fb80872f1eeef5c1ca3742054b1 (diff) | |
download | chromium_src-be577c041403e19b7d2b1523677526aab3bcd916.zip chromium_src-be577c041403e19b7d2b1523677526aab3bcd916.tar.gz chromium_src-be577c041403e19b7d2b1523677526aab3bcd916.tar.bz2 |
Enable the SessionRestoreUITest tests on the Mac
Changes the shutdown type in the test on the Mac, since closing the last window (the default) destroys the session on the Mac. Marks two tests that fail consistently accordingly.
BUG=45108
TEST=SessionRestoreUITest tests should run.
Review URL: http://codereview.chromium.org/2280002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48297 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r-- | chrome/chrome_tests.gypi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index f6fd13d..a9d785d 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -376,8 +376,6 @@ # TODO(port) 'app/chrome_main_uitest.cc', 'browser/metrics/metrics_service_uitest.cc', - # leaves an extra window on screen after test completes. - 'browser/sessions/session_restore_uitest.cc', 'common/logging_chrome_uitest.cc', 'test/ui/fast_shutdown_uitest.cc', ], |