summaryrefslogtreecommitdiffstats
path: root/expectations/knownfailures.txt
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2013-11-15 09:47:32 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2013-11-15 09:47:32 -0800
commitf960ca95902f8b9f70703dd942c25365e92163cf (patch)
treeab34cb40c0e4f13c8ae549f9467c09e834a3e174 /expectations/knownfailures.txt
parent0dc74ed485c718ee69ba84ca522dc4e0930feb30 (diff)
parent15e00b6ef3092d5fe6c94e328aa6da210c941d1d (diff)
downloadlibcore-f960ca95902f8b9f70703dd942c25365e92163cf.zip
libcore-f960ca95902f8b9f70703dd942c25365e92163cf.tar.gz
libcore-f960ca95902f8b9f70703dd942c25365e92163cf.tar.bz2
am 15e00b6e: am 5d973f8b: Merge "Move tests from tests/api to harmony-tests."
* commit '15e00b6ef3092d5fe6c94e328aa6da210c941d1d': Move tests from tests/api to harmony-tests.
Diffstat (limited to 'expectations/knownfailures.txt')
-rw-r--r--expectations/knownfailures.txt56
1 files changed, 28 insertions, 28 deletions
diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt
index ae17a01..c605f40 100644
--- a/expectations/knownfailures.txt
+++ b/expectations/knownfailures.txt
@@ -277,7 +277,7 @@
description: "It's not allowed to pass null as parent class loader to a new ClassLoader anymore. Maybe we need
to change URLClassLoader to allow this? It's not specified.",
result: EXEC_FAILED,
- name: "tests.api.java.util.ResourceBundleTest#test_getBundleLjava_lang_StringLjava_util_LocaleLjava_lang_ClassLoader"
+ name: "org.apache.harmony.tests.java.util.ResourceBundleTest#test_getBundleLjava_lang_StringLjava_util_LocaleLjava_lang_ClassLoader"
},
{
description: "Fails (probably) because no protection domain is set.",
@@ -298,7 +298,7 @@
{
description: "Android doesn't support protection domains.",
result: EXEC_FAILED,
- name: "tests.api.java.security.PermissionCollectionTest#test_impliesLjava_security_Permission"
+ name: "org.apache.harmony.tests.java.security.PermissionCollectionTest#test_impliesLjava_security_Permission"
},
{
description: "Android doesn't allow null parent.",
@@ -1688,75 +1688,75 @@
{
description: "getExceptionTypes() error when throws clause contains an exception and its sublcass",
bug: 11647146,
- name: "tests.api.java.lang.reflect.ProxyTest#test_ProxyClass_withParentAndSubInThrowList"
+ name: "org.apache.harmony.tests.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"
+ "org.apache.harmony.tests.internal.net.www.protocol.file.FileURLConnectionTest#testGetContentType",
+ "org.apache.harmony.tests.internal.net.www.protocol.file.FileURLConnectionTest#testGetInputStream",
+ "org.apache.harmony.tests.internal.net.www.protocol.file.FileURLConnectionTest#testHeaderFunctions",
+ "org.apache.harmony.tests.java.lang.ClassLoaderTest#test_getResourceAsStream_withSharpChar",
+ "org.apache.harmony.tests.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"
+ "org.apache.harmony.tests.java.io.InputStreamReaderTest#test_getEncoding",
+ "org.apache.harmony.tests.java.io.InputStreamReaderTest#test_read_1",
+ "org.apache.harmony.tests.java.io.InputStreamReaderTest#test_read_specialCharset",
+ "org.apache.harmony.tests.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"
+ "org.apache.harmony.tests.java.io.PipedInputStreamTest#test_receive",
+ "org.apache.harmony.tests.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"
+ "org.apache.harmony.tests.java.io.SerializationStressTest3#test_18_113_writeObject",
+ "org.apache.harmony.tests.java.io.SerializationStressTest3#test_18_115_writeObject",
+ "org.apache.harmony.tests.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"
+ name: "org.apache.harmony.tests.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"
+ "org.apache.harmony.tests.java.util.PropertiesTest#testStore_scenario0",
+ "org.apache.harmony.tests.java.util.PropertiesTest#testStore_scenario1",
+ "org.apache.harmony.tests.java.util.PropertiesTest#testStore_scenario2",
+ "org.apache.harmony.tests.java.util.PropertiesTest#testStore_scenario3",
+ "org.apache.harmony.tests.java.util.PropertiesTest#testStore_scenario9",
+ "org.apache.harmony.tests.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"
+ "org.apache.harmony.tests.java.net.URLTest#test_ConstructorLjava_net_URLLjava_lang_String",
+ "org.apache.harmony.tests.java.net.URLTest#test_sameFileLjava_net_URL",
+ "org.apache.harmony.tests.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"
+ name: "org.apache.harmony.tests.java.net.CookieManagerTest#test_Put_Get_LURI_LMap"
}
]