diff options
author | rnk@chromium.org <rnk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-26 14:44:48 +0000 |
---|---|---|
committer | rnk@chromium.org <rnk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-26 14:44:48 +0000 |
commit | 493cff9816852dbe122d2e3499bfcb632fb06fe2 (patch) | |
tree | 1575f942730fe044320f7a5195c43aea001b90a9 /tools/heapcheck | |
parent | c215cc0447d7a86964dd82bec54e91e01c0c6d0b (diff) | |
download | chromium_src-493cff9816852dbe122d2e3499bfcb632fb06fe2.zip chromium_src-493cff9816852dbe122d2e3499bfcb632fb06fe2.tar.gz chromium_src-493cff9816852dbe122d2e3499bfcb632fb06fe2.tar.bz2 |
Exclude InvalidationNotifier unit tests from heapcheck bots.
Every ten builds or so we get a massive leak list, and I believe it's
related to these tests.
BUG=118203
TBR=akalin@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9857012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128911 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r-- | tools/heapcheck/sync_unittests.gtest-heapcheck.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/heapcheck/sync_unittests.gtest-heapcheck.txt b/tools/heapcheck/sync_unittests.gtest-heapcheck.txt new file mode 100644 index 0000000..a8a8590 --- /dev/null +++ b/tools/heapcheck/sync_unittests.gtest-heapcheck.txt @@ -0,0 +1,3 @@ +# http://crbug.com/118203 +InvalidationNotifierTest.Basic +NonBlockingInvalidationNotifierTest.Basic |