diff options
author | Narayan Kamath <narayan@google.com> | 2014-11-24 12:34:06 +0000 |
---|---|---|
committer | Narayan Kamath <narayan@google.com> | 2014-11-24 12:34:56 +0000 |
commit | 82055a89a0f9e2eca61e91b4732933dd9d2a4a36 (patch) | |
tree | 87d516e01ca7a28db7ccf242afbb0a0b59edb185 /expectations | |
parent | a36d823fce1b7023302213b1ac9905743f95c74b (diff) | |
download | libcore-82055a89a0f9e2eca61e91b4732933dd9d2a4a36.zip libcore-82055a89a0f9e2eca61e91b4732933dd9d2a4a36.tar.gz libcore-82055a89a0f9e2eca61e91b4732933dd9d2a4a36.tar.bz2 |
Revert "Suppress zip & spdy tests that are OOMing with a 48MB max heap."
This reverts commit 15e853493f013a5397288088c20354e2bd436a5a.
bug: 18256012
Diffstat (limited to 'expectations')
-rw-r--r-- | expectations/knownfailures.txt | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt index 1293b27..c5524b6 100644 --- a/expectations/knownfailures.txt +++ b/expectations/knownfailures.txt @@ -1506,20 +1506,5 @@ 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" - ] } ] - |