summaryrefslogtreecommitdiffstats
path: root/expectations
diff options
context:
space:
mode:
authorJesse Wilson <jessewilson@google.com>2010-11-30 14:46:05 -0800
committerJesse Wilson <jessewilson@google.com>2010-11-30 14:57:07 -0800
commit773533775fab54079cebc329d54f6286f5ac16f2 (patch)
treeac4510596d1cb72e2084b67c28f636615ced0e7c /expectations
parent302522534d302a679805174a0dcd8e6a19713cb1 (diff)
downloadlibcore-773533775fab54079cebc329d54f6286f5ac16f2.zip
libcore-773533775fab54079cebc329d54f6286f5ac16f2.tar.gz
libcore-773533775fab54079cebc329d54f6286f5ac16f2.tar.bz2
The last of the Kxml correctness fixes for Expat compatibility.
With this change we should be able to drop the Expat pull parser and use Kxml exclusively. I'm deferring that change until after the current release. Change-Id: I7c6d6dfe6c1e9ae9417c48603068ddd4ade78b76 http://b/3090550
Diffstat (limited to 'expectations')
-rw-r--r--expectations/knownfailures.txt48
1 files changed, 48 insertions, 0 deletions
diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt
index 5b806ab..54cf6ad 100644
--- a/expectations/knownfailures.txt
+++ b/expectations/knownfailures.txt
@@ -3,6 +3,54 @@
*/
[
{
+ description: "KxmlParser doesn't expose DTD text",
+ name: "libcore.xml.KxmlPullParserDtdTest#testDoctypeWithNextToken",
+ bug: 3241492
+},
+{
+ description: "Expat relaxed is different from Kxml relaxed",
+ names: [
+ "libcore.xml.ExpatPullParserTest#testAttributeNoValueWithRelaxed",
+ "libcore.xml.ExpatPullParserTest#testAttributeUnquotedValueWithRelaxed",
+ "libcore.xml.ExpatPullParserTest#testMissingEntitiesWithRelaxed",
+ "libcore.xml.ExpatPullParserTest#testUnterminatedEntityWithRelaxed"
+ ],
+ bug: 3090550
+},
+{
+ description: "ExpatPullParser doesn't support nextToken() or line numbers",
+ names: [
+ "libcore.xml.ExpatPullParserDtdTest#testDoctypeWithNextToken",
+ "libcore.xml.ExpatPullParserTest#testCdataUsingNextToken",
+ "libcore.xml.ExpatPullParserTest#testCommentUsingNextToken",
+ "libcore.xml.ExpatPullParserTest#testCustomEntitiesAreNotEvaluated",
+ "libcore.xml.ExpatPullParserTest#testCustomEntitiesUsingNext",
+ "libcore.xml.ExpatPullParserTest#testCustomEntitiesUsingNextToken",
+ "libcore.xml.ExpatPullParserTest#testEmptyCdataUsingNextToken",
+ "libcore.xml.ExpatPullParserTest#testEmptyComment",
+ "libcore.xml.ExpatPullParserTest#testEmptyEntityReferenceUsingNext",
+ "libcore.xml.ExpatPullParserTest#testEmptyEntityReferenceUsingNextToken",
+ "libcore.xml.ExpatPullParserTest#testEntityInAttributeUsingNextToken",
+ "libcore.xml.ExpatPullParserTest#testLinesAndColumns",
+ "libcore.xml.ExpatPullParserTest#testMissingEntitiesInAttributesUsingNextToken",
+ "libcore.xml.ExpatPullParserTest#testMissingEntitiesInAttributesUsingNextTokenWithRelaxed",
+ "libcore.xml.ExpatPullParserTest#testMissingEntitiesInAttributesUsingNextWithRelaxed",
+ "libcore.xml.ExpatPullParserTest#testMissingEntitiesUsingNextToken",
+ "libcore.xml.ExpatPullParserTest#testMissingEntitiesUsingNextTokenWithRelaxed",
+ "libcore.xml.ExpatPullParserTest#testProcessingInstructionUsingNextToken",
+ "libcore.xml.ExpatPullParserTest#testRegularNumericEntities",
+ "libcore.xml.ExpatPullParserTest#testWhitespaceUsingNextToken",
+ "libcore.xml.ExpatPullParserTest#testXmlDeclaration",
+ "libcore.xml.ExpatPullParserTest#testXmlDeclarationExtraAttributes"
+ ],
+ bug: 3090550
+},
+{
+ description: "ExpatPullParser doesn't handle surrogates properly",
+ name: "libcore.xml.ExpatPullParserTest#testCharacterReferenceOfLastUtf16Surrogate",
+ bug: 3090550
+},
+{
description: "RandomAccessFile missing finalizer",
name: "libcore.java.io.RandomAccessFileTest#testRandomAccessFileHasCleanupFinalizer",
bug: 3015023