summaryrefslogtreecommitdiffstats
path: root/expectations
diff options
context:
space:
mode:
authorJesse Wilson <jessewilson@google.com>2011-02-11 15:22:03 -0800
committerJesse Wilson <jessewilson@google.com>2011-02-11 15:22:03 -0800
commitb22ef1e880d100200fdf7f995f58b8227363c8b6 (patch)
tree11ef4c7e4abe701ea1231c2d2ccd4a81cf727d29 /expectations
parente0e567287e4392bebc5f5826b8ef3b1bd8ca166e (diff)
downloadlibcore-b22ef1e880d100200fdf7f995f58b8227363c8b6.zip
libcore-b22ef1e880d100200fdf7f995f58b8227363c8b6.tar.gz
libcore-b22ef1e880d100200fdf7f995f58b8227363c8b6.tar.bz2
Scrub test failures from the dalvik-dev build.
Change-Id: I058daff4670945455385e3b3c7070ae6c6570940 OldStringBufferTest: don't assume a max heap size exists URLEncoderTest: don't test exception priority
Diffstat (limited to 'expectations')
-rw-r--r--expectations/brokentests.txt2
-rw-r--r--expectations/knownfailures.txt11
2 files changed, 10 insertions, 3 deletions
diff --git a/expectations/brokentests.txt b/expectations/brokentests.txt
index de553a9..ae509fe 100644
--- a/expectations/brokentests.txt
+++ b/expectations/brokentests.txt
@@ -18,7 +18,7 @@
names: [
"libcore.java.nio.charset.CharsetEncoderTest#testCharsetEncoderSurrogatesBrokenByDesign_IGNORE_RI",
"libcore.java.nio.charset.CharsetEncoderTest#testCharsetEncoderSurrogatesBrokenByDesign_REPLACE_RI",
- "libcore.java.nio.charset.CharsetEncoderTest#testCharsetEncoderSurrogatesBrokenByDesign_REPORT_RI "
+ "libcore.java.nio.charset.CharsetEncoderTest#testCharsetEncoderSurrogatesBrokenByDesign_REPORT_RI"
]
},
{
diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt
index 0337c4a..a683e74 100644
--- a/expectations/knownfailures.txt
+++ b/expectations/knownfailures.txt
@@ -187,7 +187,10 @@
},
{
description: "Double.parseDouble().toString does wrong rounding",
- name: "libcore.java.lang.OldDoubleTest#test_parseDoubleLjava_lang_String",
+ names: [
+ "libcore.java.lang.OldDoubleTest#test_parseDoubleLjava_lang_String",
+ "libcore.java.lang.DoubleTest.testParseLargestSubnormalDoublePrecision"
+ ],
bug: 1607938
},
{
@@ -268,12 +271,16 @@
description: "Fails in CTS but passes under run-core-tests",
result: EXEC_FAILED,
names: [
- "libcore.java.lang.OldRuntimeTest#test_traceMethodCalls",
"tests.api.java.net.MulticastSocketTest#test_joinGroupLjava_net_SocketAddressLjava_net_NetworkInterface",
"tests.api.java.util.FormatterTest#test_formatLjava_lang_String$Ljava_lang_Object_DateTimeConversion"
]
},
{
+ description: "Runtime.getRuntime().traceMethodCalls(true) doesn't return on the host, fails in CTS",
+ bug: 3447964,
+ name: "libcore.java.lang.OldRuntimeTest#test_traceMethodCalls"
+},
+{
description: "It's not allowed to pass null as parent class loader to a new ClassLoader anymore. Maybe we need
to change URLClassLoader to allow this? It's not specified.",
result: EXEC_FAILED,