diff options
author | Narayan Kamath <narayan@google.com> | 2014-11-21 14:05:28 +0000 |
---|---|---|
committer | Narayan Kamath <narayan@google.com> | 2014-11-21 14:48:47 +0000 |
commit | 15e853493f013a5397288088c20354e2bd436a5a (patch) | |
tree | fcc68b3e7a923248c90ef167eba63deb78dea350 /expectations | |
parent | b87fdb7e43360873ba2f4f4717cc0af42bc5308e (diff) | |
download | libcore-15e853493f013a5397288088c20354e2bd436a5a.zip libcore-15e853493f013a5397288088c20354e2bd436a5a.tar.gz libcore-15e853493f013a5397288088c20354e2bd436a5a.tar.bz2 |
Suppress zip & spdy tests that are OOMing with a 48MB max heap.
Some of these tests allocate only about 2mb of ram, so we need to
analyze the state of the heap to figure out where this memory is
going.
bug: 18256012
Change-Id: I11ed892d9798bb24d7e5cedc7e93e9c8e7afe80d
Diffstat (limited to 'expectations')
-rw-r--r-- | expectations/knownfailures.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt index 7f31c73..33913bd 100644 --- a/expectations/knownfailures.txt +++ b/expectations/knownfailures.txt @@ -1505,5 +1505,20 @@ names: [ "libcore.java.text.DecimalFormatSymbolsTest#test_getInstance_unknown_or_invalid_locale" ] +}, +{ + description: "libcore test failures on devices with a constrained (48mb) max heap size.", + bug : 18256012, + names: [ + "com.squareup.okhttp.internal.spdy.Http20Draft09Test#tooLargeDataFrame", + "com.squareup.okhttp.internal.spdy.Spdy3Test#tooLargeDataFrame", + "libcore.java.util.zip.GZIPInputStreamTest#testLongMessage", + "libcore.java.util.zip.GZIPOutputStreamTest#testLongMessage", + "libcore.java.util.zip.ZipFileTest#testZip64Support", + "libcore.java.util.zip.ZipFileTest#testZipFileWithLotsOfEntries", + "libcore.java.util.zip.ZipInputStreamTest#testLongMessage", + "libcore.java.util.zip.ZipOutputStreamTest#testLongMessage" + ] } ] + |