diff options
author | hidehiko@chromium.org <hidehiko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-09 12:40:08 +0000 |
---|---|---|
committer | hidehiko@chromium.org <hidehiko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-09 12:40:08 +0000 |
commit | 39f3d10a34e63bd2c20959b7d601dd0c8d7863c7 (patch) | |
tree | 5f02347e74421e2d910b8eb7d787ed4db7a7b8b4 /tools | |
parent | 4e6cdafbd930a83602c1fc49557e31591fd8df73 (diff) | |
download | chromium_src-39f3d10a34e63bd2c20959b7d601dd0c8d7863c7.zip chromium_src-39f3d10a34e63bd2c20959b7d601dd0c8d7863c7.tar.gz chromium_src-39f3d10a34e63bd2c20959b7d601dd0c8d7863c7.tar.bz2 |
Remove memtest suppression which is already fixed.
The test has been fixed, so we can remove the suppression.
BUG=236862
TEST=Ran ./tools/valgrind/chrome_tests.sh -t unit_tests --gtest_filter=DriveFileReaderTest*
R=hashimoto@chromium.org
Review URL: https://codereview.chromium.org/14793015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@199195 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index a9eca7f..520af46 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -7102,21 +7102,6 @@ fun:_ZN3ash4test53FocusCyclerTest_CycleFocusThroughWindowWithPanes_Test8TestBodyEv } { - bug_236862_a - Memcheck:Leak - fun:_Znw* - ... - fun:_ZN5drive4util19DriveFileReaderTest5SetUpEv -} -{ - bug_236862_b - Memcheck:Leak - ... - fun:_ZN4base26PostTaskAndReplyWithResultIiiEEbPNS_10TaskRunnerERKN15tracked_objects8LocationERKNS_8CallbackIFT_vEEERKNS7_IFvT0_EEE - fun:_ZN5drive4util10FileReader4OpenERKN4base8FilePathElRKNS2_8CallbackIFviEEE - fun:_ZN5drive4util*DriveFileReaderTest_*_Test8TestBodyEv -} -{ bug_238170a Memcheck:Uninitialized fun:_ZN7WebCore20ElementRuleCollector20collectMatchingRulesERKNS_12MatchRequestERNS_13StyleResolver9RuleRangeE @@ -7241,4 +7226,4 @@ fun:_ZN7content21RenderViewHostManager8NavigateERKNS_19NavigationEntryImplE fun:_ZN3gpu5gles216GLES2DecoderImpl15DoCompileShaderEj fun:_ZN3gpu5gles216GLES2DecoderImpl19HandleCompileShaderEjRKNS0_4cmds13CompileShaderE fun:_ZN3gpu5gles216GLES2DecoderImpl9DoCommandEjjPKv -}
\ No newline at end of file +} |