summaryrefslogtreecommitdiffstats
path: root/expectations
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2014-11-25 12:02:48 +0000
committerNicolas Geoffray <ngeoffray@google.com>2014-11-27 17:25:05 +0000
commit2c303a254f4b0a7cd28fad9180a2b99f089d8b70 (patch)
treeb7e61b48abc6f57a88e3eba9a35296aaaf849050 /expectations
parent765a6c4ece178f90c3b5c2ddd1693c81700113ff (diff)
downloadlibcore-2c303a254f4b0a7cd28fad9180a2b99f089d8b70.zip
libcore-2c303a254f4b0a7cd28fad9180a2b99f089d8b70.tar.gz
libcore-2c303a254f4b0a7cd28fad9180a2b99f089d8b70.tar.bz2
Update expectations for host.
Change-Id: Idd63b469726a1b6529d3aed931f02024ba04b903
Diffstat (limited to 'expectations')
-rw-r--r--expectations/brokentests.txt3
-rw-r--r--expectations/knownfailures.txt23
2 files changed, 26 insertions, 0 deletions
diff --git a/expectations/brokentests.txt b/expectations/brokentests.txt
index 5cebb63..cc20671 100644
--- a/expectations/brokentests.txt
+++ b/expectations/brokentests.txt
@@ -91,6 +91,7 @@
},
{
description: "The ResourceBundle code under test is probably not used much on Android and needs a lot of attention.",
+ modes: [device],
bug: 13747957,
result: EXEC_FAILED,
names: [
@@ -100,6 +101,7 @@
{
description: "Fails in CTS, passes in CoreTestRunner.",
result: EXEC_FAILED,
+ modes: [device],
names: [
"org.apache.harmony.tests.java.net.URLConnection#test_getContentEncoding",
"libcore.java.text.OldNumberFormatTest#test_parseLjava_lang_String",
@@ -159,6 +161,7 @@
{
description: "Causes open dex file error",
result: EXEC_FAILED,
+ modes: [device],
names: [
"org.apache.harmony.tests.java.lang.reflect.GenericSignatureFormatErrorTest#test_signatureFormatError"
]
diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt
index e1d54bc..c6169c4 100644
--- a/expectations/knownfailures.txt
+++ b/expectations/knownfailures.txt
@@ -4,6 +4,7 @@
[
{
description: "can't compile a pattern with negative look-behind and quantifiers with upper bounds",
+ result: EXEC_FAILED,
name: "org.apache.harmony.regex.tests.java.util.regex.PatternTest#test_bug_40103",
bug: 40103
},
@@ -76,6 +77,7 @@
{
description: "Runtime.getRuntime().traceMethodCalls(true) doesn't return on the host, fails in CTS",
bug: 3447964,
+ result: EXEC_FAILED,
name: "libcore.java.lang.OldRuntimeTest#test_traceMethodCalls"
},
{
@@ -1317,11 +1319,13 @@
{
description: "Known failure in MathTest 1^NAN should be NAN",
bug: 11669804,
+ result: EXEC_FAILED,
name: "org.apache.harmony.tests.java.lang.MathTest#test_powDD"
},
{
description: "Known failures in PropertiesTest: We don't deal with comments in store()",
bug: 11686302,
+ result: EXEC_FAILED,
names: [
"org.apache.harmony.tests.java.util.PropertiesTest#testStore_scenario0",
"org.apache.harmony.tests.java.util.PropertiesTest#testStore_scenario1",
@@ -1343,6 +1347,7 @@
{
description: "ScannerParseLargeFileBenchmark can cause a failure due to a timeout",
bug: 14865710,
+ result: EXEC_FAILED,
name: "org.apache.harmony.tests.java.util.ScannerParseLargeFileBenchmarkTest"
},
{
@@ -1497,5 +1502,23 @@
names: [
"libcore.java.text.DecimalFormatSymbolsTest#test_getInstance_unknown_or_invalid_locale"
]
+},
+{
+ description: "Differences between glibc and bionic.",
+ modes: [host],
+ bug: 18087920,
+ result: EXEC_FAILED,
+ names: [
+ "libcore.java.lang.DoubleTest#testParseLargestSubnormalDoublePrecision"
+ ]
+},
+{
+ description: "Tests failing on host - needing investigation.",
+ modes: [host],
+ bug: 18547404,
+ result: EXEC_FAILED,
+ names: [
+ "org.apache.harmony.tests.java.util.HashMapTest#test_EntrySet"
+ ]
}
]