summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authorbbudge@chromium.org <bbudge@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-10 22:47:09 +0000
committerbbudge@chromium.org <bbudge@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-10 22:47:09 +0000
commit0da1ad2dd52da79e32c369d8d5c2f8776b4dfe87 (patch)
treef1fcc8d7cc83d9d30556cd71080133d27fe2949f /content
parent828eab2216a765dea92575c290421c115b8ad028 (diff)
downloadchromium_src-0da1ad2dd52da79e32c369d8d5c2f8776b4dfe87.zip
chromium_src-0da1ad2dd52da79e32c369d8d5c2f8776b4dfe87.tar.gz
chromium_src-0da1ad2dd52da79e32c369d8d5c2f8776b4dfe87.tar.bz2
Pepper: Disable QuotaReservation unit tests.
They break ASAN bots with some memory leaks. http://build.chromium.org/p/chromium.memory/builders/Linux%20ASAN%20Tests%20%282%29/builds/20711 BUG=194304 R=dmichael@chromium.org, teravest@chromium.org Review URL: https://codereview.chromium.org/106973010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@239898 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r--content/browser/renderer_host/pepper/quota_reservation_unittest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/renderer_host/pepper/quota_reservation_unittest.cc b/content/browser/renderer_host/pepper/quota_reservation_unittest.cc
index 4fc19f5..a9a5f71 100644
--- a/content/browser/renderer_host/pepper/quota_reservation_unittest.cc
+++ b/content/browser/renderer_host/pepper/quota_reservation_unittest.cc
@@ -144,7 +144,7 @@ void ReserveQuota(
// Tests that:
// 1) We can reserve quota with no files open.
// 2) Open a file, grow it, close it, and reserve quota with correct sizes.
-TEST_F(QuotaReservationTest, ReserveQuota) {
+TEST_F(QuotaReservationTest, DISABLED_ReserveQuota) {
GURL origin(kOrigin);
FileSystemType type = kType;
@@ -184,7 +184,7 @@ TEST_F(QuotaReservationTest, ReserveQuota) {
// Tests that:
// 1) We can open and close multiple files.
-TEST_F(QuotaReservationTest, MultipleFiles) {
+TEST_F(QuotaReservationTest, DISABLED_MultipleFiles) {
GURL origin(kOrigin);
FileSystemType type = kType;