summaryrefslogtreecommitdiffstats
path: root/expectations
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2015-04-29 11:13:03 +0100
committerUnsuk Jung <unsuk@google.com>2015-05-23 01:54:13 +0000
commitf8ea554860fa12cd0ed8bd1ad8af869c2dba959f (patch)
treec1e64c226dd32a39c267bc8b7ae5436a9fce7f98 /expectations
parent18bcdd9192cd3b17917206eb61e770af7f6bffe6 (diff)
downloadlibcore-f8ea554860fa12cd0ed8bd1ad8af869c2dba959f.zip
libcore-f8ea554860fa12cd0ed8bd1ad8af869c2dba959f.tar.gz
libcore-f8ea554860fa12cd0ed8bd1ad8af869c2dba959f.tar.bz2
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
Diffstat (limited to 'expectations')
-rw-r--r--expectations/knownfailures.txt8
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: [