summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorerikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-21 01:52:24 +0000
committererikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-21 01:52:24 +0000
commit2aacbc0494d86664dad94b7383e40ca60df4c646 (patch)
treefa41c012bf907f1596ed88badbcf2516d6f15947
parent3680e12a838b4f322d3d79e99b0a473bc5782979 (diff)
downloadchromium_src-2aacbc0494d86664dad94b7383e40ca60df4c646.zip
chromium_src-2aacbc0494d86664dad94b7383e40ca60df4c646.tar.gz
chromium_src-2aacbc0494d86664dad94b7383e40ca60df4c646.tar.bz2
Temporarily ignore a memory allocation failure error.
BUG=7921 TBR=agl Review URL: http://codereview.chromium.org/27030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10141 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/test/data/purify/unit_tests.exe.gtest.txt2
-rw-r--r--chrome/test/data/purify/unit_tests.exe_MAF.txt11
2 files changed, 12 insertions, 1 deletions
diff --git a/chrome/test/data/purify/unit_tests.exe.gtest.txt b/chrome/test/data/purify/unit_tests.exe.gtest.txt
index 28674c1..c771ff5 100644
--- a/chrome/test/data/purify/unit_tests.exe.gtest.txt
+++ b/chrome/test/data/purify/unit_tests.exe.gtest.txt
@@ -9,4 +9,4 @@ SafeBrowsingProtocolParsingTest.TestSubChunk
IPCSyncChannelTest.SendWithTimeoutMixedOKAndTimeout
# issue 7891
-#FindInPageControllerTest.FindInPageFrames
+FindInPageControllerTest.FindInPageFrames
diff --git a/chrome/test/data/purify/unit_tests.exe_MAF.txt b/chrome/test/data/purify/unit_tests.exe_MAF.txt
new file mode 100644
index 0000000..4dbca7a
--- /dev/null
+++ b/chrome/test/data/purify/unit_tests.exe_MAF.txt
@@ -0,0 +1,11 @@
+Memory allocation failure of 0 bytes in MapViewOfFile
+Alloc Location
+ ...
+ base/shared_memory_win.cc base::SharedMemory::Map(UINT)
+ chrome/common/transport_dib_win.cc TransportDIB::Map(void *)
+ chrome/browser/renderer_host/mock_render_process_host.cc MockRenderProcessHost::GetTransportDIB(HandleAndSequenceNum::TransportDIB)
+ chrome/browser/renderer_host/render_widget_host.cc RenderWidgetHost::OnMsgPaintRect(ViewHostMsg_PaintRect_Params const&)
+ chrome/browser/renderer_host/render_widget_host_unittest.cc RenderWidgetHostTest_Resize_Test::TestBody(void)
+ testing/gtest/src/gtest.cc testing::Test::Run(void)
+ ^^^
+