diff options
author | Jesse Wilson <jessewilson@google.com> | 2011-01-11 15:34:04 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2011-01-11 15:34:04 -0800 |
commit | c4bce9ccde4168cbbf80c4d4c305b6615d317184 (patch) | |
tree | 17bc9be5a968c16b11ff36344a652ecc041331ce /expectations | |
parent | 83092fddaf8852029f89ca3bce117d627a6ab68e (diff) | |
parent | b7ccc2d092e8a500f8d646a9ea0c535a1d440956 (diff) | |
download | libcore-c4bce9ccde4168cbbf80c4d4c305b6615d317184.zip libcore-c4bce9ccde4168cbbf80c4d4c305b6615d317184.tar.gz libcore-c4bce9ccde4168cbbf80c4d4c305b6615d317184.tar.bz2 |
am b7ccc2d0: Merge "Expand predefined entities by default, even if coalescing is off."
* commit 'b7ccc2d092e8a500f8d646a9ea0c535a1d440956':
Expand predefined entities by default, even if coalescing is off.
Diffstat (limited to 'expectations')
-rw-r--r-- | expectations/icebox.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/expectations/icebox.txt b/expectations/icebox.txt index 43c47dd..4619725 100644 --- a/expectations/icebox.txt +++ b/expectations/icebox.txt @@ -16,6 +16,18 @@ }, { description: "Dalvik doesn't support XML Schemas, DTDs or validation", + name: "tests.xml.DomTest#testExpandingEntityReferencesOff", + bug: 3268630, + substring: "This implementation doesn't include children in entity references" +}, +{ + description: "Dalvik doesn't support XML Schemas, DTDs or validation", + name: "tests.xml.DomTest#testExpandingEntityReferencesOn", + bug: 3268630, + substring: "This implementation doesn't expand entity references" +}, +{ + description: "Dalvik doesn't support XML Schemas, DTDs or validation", bug: 3268630, name: "tests.xml.DomTest#testIsElementContentWhitespaceWithDeclaration", substring: "This implementation does not recognize element content whitespace" |