summaryrefslogtreecommitdiffstats
path: root/expectations/knownfailures.txt
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2013-11-13 13:17:00 +0000
committerNarayan Kamath <narayan@google.com>2013-11-14 19:10:35 +0000
commitbf44cb0db5ab782649105175da0044faebb40d9d (patch)
treef3f94da034eb3496731e1debf810786ab90c3765 /expectations/knownfailures.txt
parent72e7f7546c7451c76c1a966e5b5d92638aa31297 (diff)
downloadlibcore-bf44cb0db5ab782649105175da0044faebb40d9d.zip
libcore-bf44cb0db5ab782649105175da0044faebb40d9d.tar.gz
libcore-bf44cb0db5ab782649105175da0044faebb40d9d.tar.bz2
Add remaining harmony failures to the known failures list.
I've erred on the side of caution and treated possibly broken tests as failures. Change-Id: Iebb49e5cee11f6e514da70e6c6bc7ac97964b0aa
Diffstat (limited to 'expectations/knownfailures.txt')
-rw-r--r--expectations/knownfailures.txt69
1 files changed, 69 insertions, 0 deletions
diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt
index 20b6530..4183055 100644
--- a/expectations/knownfailures.txt
+++ b/expectations/knownfailures.txt
@@ -1684,5 +1684,74 @@
description: "getExceptionTypes() error when throws clause contains an exception and its sublcass",
bug: 11647146,
name: "tests.api.java.lang.reflect.ProxyTest#test_ProxyClass_withParentAndSubInThrowList"
+},
+{
+ description: "Known failures in dealing with # in file / jar URLs",
+ bug: 11664881,
+ names: [
+ "tests.api.internal.net.www.protocol.file.FileURLConnectionTest#testGetContentType",
+ "tests.api.internal.net.www.protocol.file.FileURLConnectionTest#testGetInputStream",
+ "tests.api.internal.net.www.protocol.file.FileURLConnectionTest#testHeaderFunctions",
+ "tests.api.java.lang.ClassLoaderTest#test_getResourceAsStream_withSharpChar",
+ "tests.api.java.lang.ClassTest#test_getResourceAsStream_withSharpChar"
+ ]
+},
+{
+ description: "Known failures in InputStreamReaderTest & OutputStreamWriterTest",
+ bug: 11665359,
+ names: [
+ "tests.api.java.io.InputStreamReaderTest#test_getEncoding",
+ "tests.api.java.io.InputStreamReaderTest#test_read_1",
+ "tests.api.java.io.InputStreamReaderTest#test_read_specialCharset",
+ "tests.api.java.io.OutputStreamWriterTest#test_getEncoding"
+ ]
+},
+{
+ description: "Known failures in PipedInputStreamTest & PipedWriterTest",
+ bug: 11666814,
+ names: [
+ "tests.api.java.io.PipedInputStreamTest#test_receive",
+ "tests.api.java.io.PipedWriterTest#test_flushAfterClose"
+ ]
+},
+{
+ description: "Known failures in SerializationStressTest",
+ bug: 11668227,
+ names: [
+ "tests.api.java.io.SerializationStressTest3#test_18_113_writeObject",
+ "tests.api.java.io.SerializationStressTest3#test_18_115_writeObject",
+ "tests.api.java.io.SerializationStressTest4#test_writeObject_Collections_UnmodifiableMap_UnmodifiableEntrySet"
+ ]
+},
+{
+ description: "Known failure in MathTest 1^NAN should be NAN",
+ bug: 11669804,
+ name: "tests.api.java.lang.MathTest#test_powDD"
+},
+{
+ description: "Known failures in PropertiesTest: We don't deal with comments in store()",
+ bug: 11686302,
+ names: [
+ "tests.api.java.util.PropertiesTest#testStore_scenario0",
+ "tests.api.java.util.PropertiesTest#testStore_scenario1",
+ "tests.api.java.util.PropertiesTest#testStore_scenario2",
+ "tests.api.java.util.PropertiesTest#testStore_scenario3",
+ "tests.api.java.util.PropertiesTest#testStore_scenario9",
+ "tests.api.java.util.PropertiesTest#testStore_scenario11"
+ ]
+},
+{
+ description: "Known failures in URLTest and URLDecoderTest",
+ bug: 11686814,
+ names: [
+ "tests.api.java.net.URLTest#test_ConstructorLjava_net_URLLjava_lang_String",
+ "tests.api.java.net.URLTest#test_sameFileLjava_net_URL",
+ "tests.api.java.net.URLDecoderTest#test_decodeLjava_lang_String_Ljava_lang_String"
+ ]
+},
+{
+ description: "Known failure in CookieManagerTest",
+ bug: 11689102,
+ name: "tests.api.java.net.CookieManagerTest#test_Put_Get_LURI_LMap"
}
]