Skip to content

Commit

Permalink
Try 2 - Disable StatisticsRecorderTest.RegisterHistogram in Linux Hea…
Browse files Browse the repository at this point in the history
…pchecker bot.

Added the gtest exclude statement in base_unittests.gtest-heapcheck.txt and removed from unit_tests.gtest-heapcheck.txt.

BUG=172109
TBR=kaiwang@chromium.org
TEST=none
NOTRY=true


Review URL: https://chromiumcodereview.appspot.com/11896106

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@178727 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
kmadhusu@chromium.org committed Jan 25, 2013
1 parent 99ec49c commit 3c8352c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions tools/heapcheck/base_unittests.gtest-heapcheck.txt
@@ -1,3 +1,6 @@
# Failing after Lucid migration. http://crbug.com/82715
ProcessUtilTest.GetTerminationStatusExit
SharedMemoryProcessTest.Tasks

# http://crbug.com/172109
StatisticsRecorderTest.RegisterHistogram
3 changes: 0 additions & 3 deletions tools/heapcheck/unit_tests.gtest-heapcheck.txt
Expand Up @@ -36,6 +36,3 @@ ExtensionWebRequestTest.*
*FLAKY_*
*FAILS_*

# http://crbug.com/172109
StatisticsRecorderTest.RegisterHistogram

0 comments on commit 3c8352c

Please sign in to comment.