summaryrefslogtreecommitdiffstats
path: root/expectations
diff options
context:
space:
mode:
authorJesse Wilson <jessewilson@google.com>2011-01-12 18:27:23 -0800
committerJesse Wilson <jessewilson@google.com>2011-01-13 09:31:33 -0800
commitb7f4d6c3968c372767b2510f38a3d506067aced6 (patch)
tree9cf52d63d37ae2400fad1c38110d1f560bfe840f /expectations
parenta28b4cea38c9ea8e710404bb1e7593c8ca7ad5cd (diff)
downloadlibcore-b7f4d6c3968c372767b2510f38a3d506067aced6.zip
libcore-b7f4d6c3968c372767b2510f38a3d506067aced6.tar.gz
libcore-b7f4d6c3968c372767b2510f38a3d506067aced6.tar.bz2
Move tests from android.core.URLTest to URLConnectionTest.
This includes some changes to MockWebServer to make it stop accepting connections as soon as its response queue is empty. Change-Id: I5a6bcdf1c03d0c36b11552ae086d0dece0440f64 http://b/1158780
Diffstat (limited to 'expectations')
-rw-r--r--expectations/knownfailures.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt
index f20bf57..68f44b3 100644
--- a/expectations/knownfailures.txt
+++ b/expectations/knownfailures.txt
@@ -3,6 +3,12 @@
*/
[
{
+ description: "URLConnection fails on URLs containing {}",
+ name: "libcore.java.net.URLConnectionTest#testMalformedUrl",
+ bug: 1158780,
+ substring: "java.net.URISyntaxException"
+},
+{
description: "Test regression",
name: "libcore.javax.crypto.spec.KeyFactoryTestDSA#testKeyFactory",
substring: "not implemented yet",