summaryrefslogtreecommitdiffstats
path: root/chrome/browser
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-12 15:32:23 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-12 15:32:23 +0000
commitd19449ef7d5447180c6e3732519c68aebceb9b23 (patch)
treef1b4dd3b2c3648a963f6ae56c991bc04c4fa76bc /chrome/browser
parent473ff6e45d365bbf341efef2e36afbc39d26652a (diff)
downloadchromium_src-d19449ef7d5447180c6e3732519c68aebceb9b23.zip
chromium_src-d19449ef7d5447180c6e3732519c68aebceb9b23.tar.gz
chromium_src-d19449ef7d5447180c6e3732519c68aebceb9b23.tar.bz2
[TTF] [GTTF] Flip tests that fail predictably from FLAKY to FAILS.
TBR=jhawkins Review URL: http://codereview.chromium.org/2055014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47034 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser')
-rw-r--r--chrome/browser/history/expire_history_backend_unittest.cc4
-rw-r--r--chrome/browser/history/snippet_unittest.cc2
-rw-r--r--chrome/browser/history/text_database_manager.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/chrome/browser/history/expire_history_backend_unittest.cc b/chrome/browser/history/expire_history_backend_unittest.cc
index 314b708..4752806 100644
--- a/chrome/browser/history/expire_history_backend_unittest.cc
+++ b/chrome/browser/history/expire_history_backend_unittest.cc
@@ -381,8 +381,8 @@ bool ExpireHistoryTest::IsStringInFile(const FilePath& filename,
// Deletes a URL with a favicon that it is the last referencer of, so that it
// should also get deleted.
-// Marking as flaky because it fails near end of month. http://crbug.com/43586
-TEST_F(ExpireHistoryTest, FLAKY_DeleteURLAndFavicon) {
+// Fails near end of month. http://crbug.com/43586
+TEST_F(ExpireHistoryTest, FAILS_DeleteURLAndFavicon) {
URLID url_ids[3];
Time visit_times[4];
AddExampleData(url_ids, visit_times);
diff --git a/chrome/browser/history/snippet_unittest.cc b/chrome/browser/history/snippet_unittest.cc
index d8629a1..517e2c0 100644
--- a/chrome/browser/history/snippet_unittest.cc
+++ b/chrome/browser/history/snippet_unittest.cc
@@ -166,7 +166,7 @@ TEST(Snippets, UTF8) {
// TODO(jungshik): Move this bug report to crbugs.com
// Fails consistently. From the report, "Broken by latest ICU. Need new expected
// results."
-TEST(Snippets, FLAKY_ThaiUTF8) {
+TEST(Snippets, FAILS_ThaiUTF8) {
// There are 3 instances of '\u0E43\u0E2B\u0E49'
// (\xE0\xB9\x83\xE0\xB8\xAB\xE0\xB9\x89) in kThaiSample.
// The 1st is more than |kSniipetContext| graphemes away from the
diff --git a/chrome/browser/history/text_database_manager.h b/chrome/browser/history/text_database_manager.h
index fc23c13..e043f20 100644
--- a/chrome/browser/history/text_database_manager.h
+++ b/chrome/browser/history/text_database_manager.h
@@ -158,7 +158,7 @@ class TextDatabaseManager {
// These tests call ExpireRecentChangesForTime to force expiration.
FRIEND_TEST(TextDatabaseManagerTest, InsertPartial);
FRIEND_TEST(TextDatabaseManagerTest, PartialComplete);
- FRIEND_TEST(ExpireHistoryTest, FLAKY_DeleteURLAndFavicon);
+ FRIEND_TEST(ExpireHistoryTest, FAILS_DeleteURLAndFavicon);
FRIEND_TEST(ExpireHistoryTest, FlushRecentURLsUnstarred);
FRIEND_TEST(ExpireHistoryTest, FlushRecentURLsUnstarredRestricted);