From f8ea554860fa12cd0ed8bd1ad8af869c2dba959f Mon Sep 17 00:00:00 2001 From: Neil Fuller Date: Wed, 29 Apr 2015 11:13:03 +0100 Subject: Suppress a couple of tests that need quite a lot of memory These tests fail on some Android Watch devices. Suppressing them until we have a mechanism to detect low memory devices that would allow them to be suppressed more selectively. Bug: 20055487 (cherry-picked from commit fcee6ab5383ee0ad68fcc74ced7581a24d2521de) Change-Id: I53792de9081774b36d03f2de718e73a1c6ff32d5 --- expectations/knownfailures.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'expectations') 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: [ -- cgit v1.1