summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/libcore_failures.txt11
-rwxr-xr-xtools/run-libcore-tests.sh11
2 files changed, 19 insertions, 3 deletions
diff --git a/tools/libcore_failures.txt b/tools/libcore_failures.txt
index 92d2202..2c921f5 100644
--- a/tools/libcore_failures.txt
+++ b/tools/libcore_failures.txt
@@ -34,10 +34,11 @@
modes: [device],
names: ["libcore.java.util.TimeZoneTest#testDisplayNames",
"libcore.java.util.TimeZoneTest#test_useDaylightTime_Taiwan",
+ "libcore.java.util.TimeZoneTest#testAllDisplayNames",
+ "libcore.io.OsTest#testUnixDomainSockets_in_file_system",
"org.apache.harmony.tests.java.util.DateTest#test_Constructor",
"org.apache.harmony.tests.java.util.ScannerTest#test_Constructor_LReadableByteChannel",
- "org.apache.harmony.tests.java.util.TimeZoneTest#test_hasSameRules_Ljava_util_TimeZone",
- "libcore.java.util.TimeZoneTest#testAllDisplayNames"]
+ "org.apache.harmony.tests.java.util.TimeZoneTest#test_hasSameRules_Ljava_util_TimeZone"]
},
{
description: "Test timeouts",
@@ -50,5 +51,11 @@
result: EXEC_FAILED,
modes: [device],
names: ["org.apache.harmony.tests.java.lang.ProcessTest#test_getErrorStream"]
+},
+{
+ description: "Short date format flag ignored for es_US locale.",
+ result: EXEC_FAILED,
+ name: "libcore.icu.DateIntervalFormatTest#test_formatDateInterval",
+ bug: 18619426
}
]
diff --git a/tools/run-libcore-tests.sh b/tools/run-libcore-tests.sh
index 9fa3fda..0f08928 100755
--- a/tools/run-libcore-tests.sh
+++ b/tools/run-libcore-tests.sh
@@ -28,9 +28,18 @@ if [ ! -f $test_jar ]; then
fi
# Packages that currently work correctly with the expectation files.
-working_packages=("libcore.java.lang"
+working_packages=("libcore.icu"
+ "libcore.io"
+ "libcore.java.lang"
"libcore.java.math"
+ "libcore.java.text"
"libcore.java.util"
+ "libcore.javax.security"
+ "libcore.javax.sql"
+ "libcore.javax.xml"
+ "libcore.net"
+ "libcore.reflect"
+ "libcore.util"
"org.apache.harmony.annotation"
"org.apache.harmony.regex"
"org.apache.harmony.tests.java.lang"