diff options
author | Neil Fuller <nfuller@google.com> | 2015-05-26 09:08:44 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-05-26 09:08:45 +0000 |
commit | 72b26859227fde9de20825d6776ef9b26c42c194 (patch) | |
tree | c1e64c226dd32a39c267bc8b7ae5436a9fce7f98 | |
parent | 18bcdd9192cd3b17917206eb61e770af7f6bffe6 (diff) | |
parent | f8ea554860fa12cd0ed8bd1ad8af869c2dba959f (diff) | |
download | libcore-72b26859227fde9de20825d6776ef9b26c42c194.zip libcore-72b26859227fde9de20825d6776ef9b26c42c194.tar.gz libcore-72b26859227fde9de20825d6776ef9b26c42c194.tar.bz2 |
Merge "Suppress a couple of tests that need quite a lot of memory" into lollipop-mr1-cts-dev
-rw-r--r-- | expectations/knownfailures.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt index c5524b6..d14afdc 100644 --- a/expectations/knownfailures.txt +++ b/expectations/knownfailures.txt @@ -1501,6 +1501,14 @@ ] }, { + description: "OkHttp tests that fail on Wear devices due to a lack of memory", + bug: 20055487, + names: [ + "com.squareup.okhttp.internal.spdy.Http20Draft09Test#tooLargeDataFrame", + "com.squareup.okhttp.internal.spdy.Spdy3Test#tooLargeDataFrame" + ] +}, +{ description: "libcore.java.text.DecimalFormatSymbolsTest#test_getInstance_unknown_or_invalid_locale assumes fallback to locale other than en_US_POSIX.", bug: 17374604, names: [ |