summaryrefslogtreecommitdiffstats
path: root/expectations
diff options
context:
space:
mode:
authorJesse Wilson <jessewilson@google.com>2011-01-11 12:45:18 -0800
committerJesse Wilson <jessewilson@google.com>2011-01-11 12:45:18 -0800
commit0463b62eef5a7e8a477ddf7a972af198e46ecd5f (patch)
tree40f591d0192e9febb79a9ab66ca5c8e5ff1b9b93 /expectations
parent66d9e787af999d3c6b26cfd46e10e0750a5f3e6e (diff)
downloadlibcore-0463b62eef5a7e8a477ddf7a972af198e46ecd5f.zip
libcore-0463b62eef5a7e8a477ddf7a972af198e46ecd5f.tar.gz
libcore-0463b62eef5a7e8a477ddf7a972af198e46ecd5f.tar.bz2
Expand predefined entities by default, even if coalescing is off.
Change-Id: I43f0a720e96486a83692a9f08368359f13c875fb http://b/3341115
Diffstat (limited to 'expectations')
-rw-r--r--expectations/icebox.txt12
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"