diff options
author | Narayan Kamath <narayan@google.com> | 2014-11-24 12:27:31 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-11-24 12:27:32 +0000 |
commit | fd7ab0e2f9626ca5233eea7373e99e3fbd4e83f1 (patch) | |
tree | 7414a81eab69835543e4964ce13fb3fdc22b536c /expectations | |
parent | 80a166b4cbdf3ea41e0e35db21208a8e5df78993 (diff) | |
parent | 15e853493f013a5397288088c20354e2bd436a5a (diff) | |
download | libcore-fd7ab0e2f9626ca5233eea7373e99e3fbd4e83f1.zip libcore-fd7ab0e2f9626ca5233eea7373e99e3fbd4e83f1.tar.gz libcore-fd7ab0e2f9626ca5233eea7373e99e3fbd4e83f1.tar.bz2 |
Merge "Suppress zip & spdy tests that are OOMing with a 48MB max heap." into lmp-sprout-dev
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" + ] } ] + |