summaryrefslogtreecommitdiffstats
path: root/expectations
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2013-10-16 14:53:39 +0100
committerNarayan Kamath <narayan@google.com>2013-10-16 14:54:55 +0100
commit0424d12f9b8a19c4a451282bc8ae974f6109424d (patch)
tree3111378fa77395bcf3833ce7c8e0593704a7dc36 /expectations
parentf81c365ac1664a2339cbad371d25f0620aa8ebc7 (diff)
downloadlibcore-0424d12f9b8a19c4a451282bc8ae974f6109424d.zip
libcore-0424d12f9b8a19c4a451282bc8ae974f6109424d.tar.gz
libcore-0424d12f9b8a19c4a451282bc8ae974f6109424d.tar.bz2
Get stricter about DOCTYPEs.
Allow them only before we've started parsing any XML elements. bug: 3452274 Change-Id: I7b146e4dae8c7aa23a0a227538ec02604f828400
Diffstat (limited to 'expectations')
-rw-r--r--expectations/knownfailures.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt
index d86c11c..852c400 100644
--- a/expectations/knownfailures.txt
+++ b/expectations/knownfailures.txt
@@ -74,14 +74,6 @@
bug: 3387758
},
{
- description: "KxmlPullParser doesn't enforce top-level document element",
- names: [
- "libcore.xml.KxmlPullParserDtdTest#testDoctypeInDocumentElement",
- "libcore.xml.KxmlPullParserDtdTest#testDoctypeAfterDocumentElement"
- ],
- bug: 3452274
-},
-{
description: "URLConnection fails on URLs containing {}",
name: "libcore.java.net.URLConnectionTest#testMalformedUrl",
bug: 1158780,