diff options
author | David Brazdil <dbrazdil@google.com> | 2015-02-24 17:27:17 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-02-24 17:27:18 +0000 |
commit | 91d6743016a513bbe8b288923aaa46a075aed133 (patch) | |
tree | 891bc0bc2c951bc3d2f1faa76832727a312ee140 /tools | |
parent | 2cb551b1f9ef581b0eb1ef7cbee6bfdb6d9db4b3 (diff) | |
parent | 3d7e0c80cf84a8485b2c73c3af593dc602bce3e5 (diff) | |
download | art-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.txt | 3 |
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"] }, |