diff options
author | cbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-31 13:51:57 +0000 |
---|---|---|
committer | cbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-31 13:51:57 +0000 |
commit | 1510291b83d7a9e8bf36f3b035993f781e9469e7 (patch) | |
tree | 23764e5d3f9f29638255a9923a0e8fadc742bf3f /content/worker | |
parent | b0888112bceeac518c55aed67f79823573cabf4a (diff) | |
download | chromium_src-1510291b83d7a9e8bf36f3b035993f781e9469e7.zip chromium_src-1510291b83d7a9e8bf36f3b035993f781e9469e7.tar.gz chromium_src-1510291b83d7a9e8bf36f3b035993f781e9469e7.tar.bz2 |
Mark WorkerFileSystemTest.ResolveURLHttpTests FLAKY
The test has failed multiple times on memcheck+tsan bots. The bug has
been updated with examples.
BUG=77442
TEST=None
Review URL: http://codereview.chromium.org/6758022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79989 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/worker')
-rw-r--r-- | content/worker/worker_uitest.cc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/content/worker/worker_uitest.cc b/content/worker/worker_uitest.cc index 073d41e..f3b2c7c 100644 --- a/content/worker/worker_uitest.cc +++ b/content/worker/worker_uitest.cc @@ -774,11 +774,8 @@ TEST_F(WorkerFileSystemTest, FileEntryToURISync) { RunWorkerFileSystemLayoutTest("file-entry-to-uri-sync.html"); } -#if defined(OS_WIN) // http://crbug.com/77442 -#define ResolveURLHttpTests FLAKY_ResolveURLHttpTests -#endif -TEST_F(WorkerFileSystemTest, ResolveURLHttpTests) { +TEST_F(WorkerFileSystemTest, FLAKY_ResolveURLHttpTests) { static const char* kLayoutTests[] = { "resolve-url.html", "resolve-url-sync.html" |