diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-10 20:02:52 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-10 20:02:52 +0000 |
commit | 8e6d090a58311a404ae44519bb9d2c8684799b20 (patch) | |
tree | aff4a63ada9bab1f390d3a79ff87cfe57c952d6f /chrome/test | |
parent | 80605380f9f65f0c1c4fef6537372f44d94d180a (diff) | |
download | chromium_src-8e6d090a58311a404ae44519bb9d2c8684799b20.zip chromium_src-8e6d090a58311a404ae44519bb9d2c8684799b20.tar.gz chromium_src-8e6d090a58311a404ae44519bb9d2c8684799b20.tar.bz2 |
Correct the PrependInteger stack trace capture:
remove the incorrect addition (with line numbers) from the previous CL,
and fix the apparently necessary end-of-line white space in the
already-existing trace that should have matched the earlier failures.
BUG=18795
TEST=none
Review URL: http://codereview.chromium.org/164264
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22940 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/data/purify/unit_tests.exe_UMR_flakey.txt | 24 |
1 files changed, 3 insertions, 21 deletions
diff --git a/chrome/test/data/purify/unit_tests.exe_UMR_flakey.txt b/chrome/test/data/purify/unit_tests.exe_UMR_flakey.txt index 26cc0da..a874935 100644 --- a/chrome/test/data/purify/unit_tests.exe_UMR_flakey.txt +++ b/chrome/test/data/purify/unit_tests.exe_UMR_flakey.txt @@ -106,15 +106,15 @@ Error Location chrome/browser/extensions/extension_creator.cc ExtensionCreator::Run(FilePath const&,FilePath const&,FilePath const&,FilePath const&) chrome/browser/extensions/extensions_service_unittest.cc ExtensionsServiceTest_PackExtension_Test::TestBody(void) testing/gtest/src/gtest.cc testing::Test::Run(void) - ^^^ + ^^^ Alloc Location - ... + ... base/crypto/rsa_private_key_win.cc base::RSAPrivateKey::ExportPrivateKey(vector::std *) chrome/browser/extensions/extension_creator.cc ExtensionCreator::GenerateKey(FilePath const&) chrome/browser/extensions/extension_creator.cc ExtensionCreator::Run(FilePath const&,FilePath const&,FilePath const&,FilePath const&) chrome/browser/extensions/extensions_service_unittest.cc ExtensionsServiceTest_PackExtension_Test::TestBody(void) testing/gtest/src/gtest.cc testing::Test::Run(void) - ^^^ + ^^^ Uninitialized memory read in `anonymous namespace'::PrependInteger Error Location @@ -130,21 +130,3 @@ Alloc Location testing/gtest/src/gtest.cc testing::Test::Run(void) ^^^ -Uninitialized memory read in `anonymous namespace'::PrependInteger -Error Location - base/crypto/rsa_private_key_win.cc:90 `anonymous namespace'::PrependInteger - base/crypto/rsa_private_key_win.cc:410 base::RSAPrivateKey::ExportPrivateKey(vector::std *) - chrome/browser/extensions/extension_creator.cc:90 ExtensionCreator::GenerateKey(FilePath const&) - chrome/browser/extensions/extension_creator.cc:209 ExtensionCreator::Run(FilePath const&,FilePath const&,FilePath const&,FilePath const&) - chrome/browser/extensions/extensions_service_unittest.cc:712 ExtensionsServiceTest_PackExtension_Test::TestBody(void) - testing/gtest/src/gtest.cc:2031 testing::Test::Run(void) - ^^^ -Alloc Location - ... - base/crypto/rsa_private_key_win.cc:361 base::RSAPrivateKey::ExportPrivateKey(vector::std *) - chrome/browser/extensions/extension_creator.cc:90 ExtensionCreator::GenerateKey(FilePath const&) - chrome/browser/extensions/extension_creator.cc:209 ExtensionCreator::Run(FilePath const&,FilePath const&,FilePath const&,FilePath const&) - chrome/browser/extensions/extensions_service_unittest.cc:712 ExtensionsServiceTest_PackExtension_Test::TestBody(void) - testing/gtest/src/gtest.cc:2031 testing::Test::Run(void) - ^^^ - |