summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDavid Brazdil <dbrazdil@google.com>2015-02-24 17:27:17 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-02-24 17:27:18 +0000
commit91d6743016a513bbe8b288923aaa46a075aed133 (patch)
tree891bc0bc2c951bc3d2f1faa76832727a312ee140 /tools
parent2cb551b1f9ef581b0eb1ef7cbee6bfdb6d9db4b3 (diff)
parent3d7e0c80cf84a8485b2c73c3af593dc602bce3e5 (diff)
downloadart-91d6743016a513bbe8b288923aaa46a075aed133.zip
art-91d6743016a513bbe8b288923aaa46a075aed133.tar.gz
art-91d6743016a513bbe8b288923aaa46a075aed133.tar.bz2
Merge "ART: Disable libcore crypto test failing on target"
Diffstat (limited to 'tools')
-rw-r--r--tools/libcore_failures.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/libcore_failures.txt b/tools/libcore_failures.txt
index a09d86f..4502c02 100644
--- a/tools/libcore_failures.txt
+++ b/tools/libcore_failures.txt
@@ -66,7 +66,8 @@
description: "Failing due to switched off network stack on volantisg.",
result: EXEC_FAILED,
modes: [device],
- names: ["org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest",
+ names: ["libcore.javax.crypto.CipherTest#testCipherInitWithCertificate",
+ "org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest",
"org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest",
"org.apache.harmony.luni.tests.java.net.URLConnectionTest"]
},