diff options
author | bruening <bruening@chromium.org> | 2015-05-04 08:09:25 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-05-04 15:09:55 +0000 |
commit | ade55161c4d2a5577440700e02575354e51b7037 (patch) | |
tree | 312c77d6dcbb7bc947e7c8da6aa6b16b5b08f935 | |
parent | cbe240c8a0ad138b7ce05fe3f01e5ecfbf051832 (diff) | |
download | chromium_src-ade55161c4d2a5577440700e02575354e51b7037.zip chromium_src-ade55161c4d2a5577440700e02575354e51b7037.tar.gz chromium_src-ade55161c4d2a5577440700e02575354e51b7037.tar.bz2 |
Revert of "Update Dr. Memory to 1.8.16559 (0xb9c673b). This re-lands fixes for problems handling HeapWalk(). This also fixes https://github.com/DynamoRIO/dynamorio/issues/1690, https://github.com/DynamoRIO/drmemory/issues/1718, and https://github.com/DynamoRIO/drmemory/issues/1722."
Reason for revert: while it fixed some issues it introduced more.
This reverts commit 5ffa0d05e37bfc565a68ad949c780c15c040d902.
BUG=481231
TBR=thestig@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/1125683003
Cr-Commit-Position: refs/heads/master@{#328127}
-rw-r--r-- | third_party/drmemory/README.chromium | 2 | ||||
-rw-r--r-- | third_party/drmemory/drmemory-windows-sfx.exe.sha1 | 2 | ||||
-rw-r--r-- | tools/valgrind/gtest_exclude/base_unittests.gtest-drmemory_win32.txt | 3 |
3 files changed, 5 insertions, 2 deletions
diff --git a/third_party/drmemory/README.chromium b/third_party/drmemory/README.chromium index 845de5e..b07f6b5 100644 --- a/third_party/drmemory/README.chromium +++ b/third_party/drmemory/README.chromium @@ -1,7 +1,7 @@ Name: Dr. Memory Short Name: drmemory URL: http://drmemory.org -Version: 1.8.16559 +Version: 1.8.2075 License: LGPL 2.1 License File: NOT_SHIPPED Security Critical: no diff --git a/third_party/drmemory/drmemory-windows-sfx.exe.sha1 b/third_party/drmemory/drmemory-windows-sfx.exe.sha1 index efdec60..0d0b234 100644 --- a/third_party/drmemory/drmemory-windows-sfx.exe.sha1 +++ b/third_party/drmemory/drmemory-windows-sfx.exe.sha1 @@ -1 +1 @@ -b783f6aa2d514a3082eacdc21cf5e21e8345ce73
\ No newline at end of file +3cc25f25ec83d8beda6b33c878c412fbed324e0f
\ No newline at end of file diff --git a/tools/valgrind/gtest_exclude/base_unittests.gtest-drmemory_win32.txt b/tools/valgrind/gtest_exclude/base_unittests.gtest-drmemory_win32.txt index 569d7f4..82f3f9c 100644 --- a/tools/valgrind/gtest_exclude/base_unittests.gtest-drmemory_win32.txt +++ b/tools/valgrind/gtest_exclude/base_unittests.gtest-drmemory_win32.txt @@ -35,3 +35,6 @@ TraceEventTestFixture.TraceContinuousSampling # TODO(bruening): add a gtest_exclude distinction for light vs full mode # so we can avoid excluding this for light mode. MessageLoopTestTypeUI.RecursiveDenial3 + +# https://crbug.com/481231 +WinHeapDumpProviderTest.OnMemoryDump |