diff options
author | Narayan Kamath <narayan@google.com> | 2014-11-24 12:31:56 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-11-24 12:31:56 +0000 |
commit | a36d823fce1b7023302213b1ac9905743f95c74b (patch) | |
tree | 77bd59e2ce7d5666eb8cecbf14ff553530322420 /expectations | |
parent | fc91c292a8cc5aaba60470f3057bc915e713109d (diff) | |
parent | fd7ab0e2f9626ca5233eea7373e99e3fbd4e83f1 (diff) | |
download | libcore-a36d823fce1b7023302213b1ac9905743f95c74b.zip libcore-a36d823fce1b7023302213b1ac9905743f95c74b.tar.gz libcore-a36d823fce1b7023302213b1ac9905743f95c74b.tar.bz2 |
am fd7ab0e2: Merge "Suppress zip & spdy tests that are OOMing with a 48MB max heap." into lmp-sprout-dev
* commit 'fd7ab0e2f9626ca5233eea7373e99e3fbd4e83f1':
Suppress zip & spdy tests that are OOMing with a 48MB max heap.
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 c5524b6..1293b27 100644 --- a/expectations/knownfailures.txt +++ b/expectations/knownfailures.txt @@ -1506,5 +1506,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" + ] } ] + |