diff options
author | Paul Duffin <paulduffin@google.com> | 2014-05-12 17:47:33 +0100 |
---|---|---|
committer | Paul Duffin <paulduffin@google.com> | 2014-05-12 17:47:33 +0100 |
commit | 31b937ba8fcda6a34d7d587e251405b8e9252b6d (patch) | |
tree | e3438d153849ba4bc30dfa0e899490da705728e1 | |
parent | f586bda5bf607c76b608b715ad248871522372f3 (diff) | |
download | libcore-31b937ba8fcda6a34d7d587e251405b8e9252b6d.zip libcore-31b937ba8fcda6a34d7d587e251405b8e9252b6d.tar.gz libcore-31b937ba8fcda6a34d7d587e251405b8e9252b6d.tar.bz2 |
DO NOT MERGE : Suppress environment specific Console test in klp-modular-test
The test behaves differently in different environments. It works on a Nexus 7
device, breaks on host and molly so suppressing until we can fix it or have
a better way of handling environment specific tests.
Bug: 12491103
Change-Id: Id24e95e6f952b29bc56886ee7e6f6b4cb8d0477d
-rw-r--r-- | expectations/knownfailures.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt index 6da0c97..c68e536 100644 --- a/expectations/knownfailures.txt +++ b/expectations/knownfailures.txt @@ -1774,5 +1774,10 @@ description: "Known failure in GregorianCalendarTest", bug: 12778197, name: "org.apache.harmony.tests.java.util.GregorianCalendarTest#test_computeTime" +}, +{ + description: "Environment specific Console test suppressed for dory / molly", + bug: 12491103, + name: "org.apache.harmony.tests.java.io.ConsoleTest#test_readPassword_LString_LObject" } ] |