diff options
author | Nicolas Geoffray <ngeoffray@google.com> | 2014-11-25 12:02:48 +0000 |
---|---|---|
committer | Nicolas Geoffray <ngeoffray@google.com> | 2014-11-27 17:25:05 +0000 |
commit | 2c303a254f4b0a7cd28fad9180a2b99f089d8b70 (patch) | |
tree | b7e61b48abc6f57a88e3eba9a35296aaaf849050 /expectations/brokentests.txt | |
parent | 765a6c4ece178f90c3b5c2ddd1693c81700113ff (diff) | |
download | libcore-2c303a254f4b0a7cd28fad9180a2b99f089d8b70.zip libcore-2c303a254f4b0a7cd28fad9180a2b99f089d8b70.tar.gz libcore-2c303a254f4b0a7cd28fad9180a2b99f089d8b70.tar.bz2 |
Update expectations for host.
Change-Id: Idd63b469726a1b6529d3aed931f02024ba04b903
Diffstat (limited to 'expectations/brokentests.txt')
-rw-r--r-- | expectations/brokentests.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/expectations/brokentests.txt b/expectations/brokentests.txt index 5cebb63..cc20671 100644 --- a/expectations/brokentests.txt +++ b/expectations/brokentests.txt @@ -91,6 +91,7 @@ }, { description: "The ResourceBundle code under test is probably not used much on Android and needs a lot of attention.", + modes: [device], bug: 13747957, result: EXEC_FAILED, names: [ @@ -100,6 +101,7 @@ { description: "Fails in CTS, passes in CoreTestRunner.", result: EXEC_FAILED, + modes: [device], names: [ "org.apache.harmony.tests.java.net.URLConnection#test_getContentEncoding", "libcore.java.text.OldNumberFormatTest#test_parseLjava_lang_String", @@ -159,6 +161,7 @@ { description: "Causes open dex file error", result: EXEC_FAILED, + modes: [device], names: [ "org.apache.harmony.tests.java.lang.reflect.GenericSignatureFormatErrorTest#test_signatureFormatError" ] |