diff options
author | mattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-25 03:18:26 +0000 |
---|---|---|
committer | mattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-25 03:18:26 +0000 |
commit | 320eee7c40dd3fdfef7926c526b79ca60b7a3c45 (patch) | |
tree | b27c80b23e929498538c4d1c5eb063394f3223b7 /chrome/browser/tab_restore_uitest.cc | |
parent | 4d0c1c158a4086700282528acaecc129a93446dc (diff) | |
download | chromium_src-320eee7c40dd3fdfef7926c526b79ca60b7a3c45.zip chromium_src-320eee7c40dd3fdfef7926c526b79ca60b7a3c45.tar.gz chromium_src-320eee7c40dd3fdfef7926c526b79ca60b7a3c45.tar.bz2 |
Removing valgrind suppressions that have not triggered in the last 100 runs. (Doesn't cover suppressions_mac.txt)
Some suppressions didn't trigger because the test was disabled. It is assumed that before re-enabling such a test someone would fix it and check that it doesn't still need any suppressions:
BUG=6522
BUG=11838
Not reproducible, bug is already closed:
BUG=10750
BUG=11117
BUG=12539,12549,12661
Not reproducible (or not enough info to try):
BUG=4609
BUG=16103
BUG=16129 (probably fixed by r20100)
BUG=16578
BUG=16584
BUG=16586
BUG=16625
BUG=16908
BUG=18654
BUG=19385
BUG=19490
Review URL: http://codereview.chromium.org/219021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27168 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/tab_restore_uitest.cc')
-rw-r--r-- | chrome/browser/tab_restore_uitest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/tab_restore_uitest.cc b/chrome/browser/tab_restore_uitest.cc index 679f910..70a4a39 100644 --- a/chrome/browser/tab_restore_uitest.cc +++ b/chrome/browser/tab_restore_uitest.cc @@ -200,7 +200,7 @@ TEST_F(TabRestoreUITest, MiddleTab) { // Close a tab, switch windows, then restore the tab. The tab should be in its // original window and position, and active. -// Disabled because flacky. See http://crbug.com/14132 +// Disabled because flacky. See http://crbug.com/14132 and 11213. TEST_F(TabRestoreUITest, DISABLED_RestoreToDifferentWindow) { scoped_refptr<BrowserProxy> browser_proxy(automation()->GetBrowserWindow(0)); |