diff options
author | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-20 20:23:44 +0000 |
---|---|---|
committer | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-20 20:23:44 +0000 |
commit | 9101b6b1b3de0a1e3c59325055707c58748651af (patch) | |
tree | 8fc2877456c0e9ca1e73b51e57a751805e6bca8e | |
parent | 090358c680426c34286e6aad6fdd62b2a458c79d (diff) | |
download | chromium_src-9101b6b1b3de0a1e3c59325055707c58748651af.zip chromium_src-9101b6b1b3de0a1e3c59325055707c58748651af.tar.gz chromium_src-9101b6b1b3de0a1e3c59325055707c58748651af.tar.bz2 |
Disable another part of RDH test due to tsan race condition.
TBR=ananta
BUG=28364
Review URL: http://codereview.chromium.org/418020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32655 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/browser/renderer_host/resource_dispatcher_host_unittest.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/renderer_host/resource_dispatcher_host_unittest.cc b/chrome/browser/renderer_host/resource_dispatcher_host_unittest.cc index eb3063c..8a3c7ef 100644 --- a/chrome/browser/renderer_host/resource_dispatcher_host_unittest.cc +++ b/chrome/browser/renderer_host/resource_dispatcher_host_unittest.cc @@ -353,7 +353,8 @@ TEST_F(ResourceDispatcherHostTest, DISABLED_TestMany) { // Tests whether messages get canceled properly. We issue three requests, // cancel one of them, and make sure that each sent the proper notifications. -TEST_F(ResourceDispatcherHostTest, Cancel) { +// TODO(jorlow): Re-enable once bug 28364 is fixed. +TEST_F(ResourceDispatcherHostTest, DISABLED_Cancel) { EXPECT_EQ(0, host_.GetOutstandingRequestsMemoryCost(0)); MakeTestRequest(0, 1, URLRequestTestJob::test_url_1()); |