summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/libcore_failures.txt8
-rwxr-xr-xtools/run-libcore-tests.sh2
2 files changed, 9 insertions, 1 deletions
diff --git a/tools/libcore_failures.txt b/tools/libcore_failures.txt
index 82423e1..41d814a 100644
--- a/tools/libcore_failures.txt
+++ b/tools/libcore_failures.txt
@@ -63,7 +63,7 @@
"org.apache.harmony.tests.java.text.SimpleDateFormatTest#test_parseLjava_lang_StringLjava_text_ParsePosition"]
},
{
- description: "Failing due to switched off network stack on volantisg.",
+ description: "Failing due to missing localhost on volantis.",
result: EXEC_FAILED,
modes: [device],
names: ["org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest",
@@ -71,6 +71,12 @@
"org.apache.harmony.luni.tests.java.net.URLConnectionTest"]
},
{
+ description: "Failing due to missing localhost on hammerhead and volantis.",
+ result: EXEC_FAILED,
+ modes: [device],
+ names: ["libcore.javax.crypto.CipherTest#testCipherInitWithCertificate"]
+},
+{
description: "Test timeouts",
result: EXEC_TIMEOUT,
modes: [device],
diff --git a/tools/run-libcore-tests.sh b/tools/run-libcore-tests.sh
index e25d1b3..a19fd15 100755
--- a/tools/run-libcore-tests.sh
+++ b/tools/run-libcore-tests.sh
@@ -34,6 +34,7 @@ working_packages=("libcore.icu"
"libcore.java.math"
"libcore.java.text"
"libcore.java.util"
+ "libcore.javax.crypto"
"libcore.javax.security"
"libcore.javax.sql"
"libcore.javax.xml"
@@ -41,6 +42,7 @@ working_packages=("libcore.icu"
"libcore.reflect"
"libcore.util"
"org.apache.harmony.annotation"
+ "org.apache.harmony.crypto"
"org.apache.harmony.luni"
"org.apache.harmony.nio"
"org.apache.harmony.regex"