diff options
author | David Brazdil <dbrazdil@google.com> | 2015-02-24 17:01:19 +0000 |
---|---|---|
committer | David Brazdil <dbrazdil@google.com> | 2015-02-24 17:26:08 +0000 |
commit | 3d7e0c80cf84a8485b2c73c3af593dc602bce3e5 (patch) | |
tree | 4233f2c8a3a33291998e676a7f157ab6393c8c2e | |
parent | 27a3e6153df81dd8adbc9ace70fdb3e7922b72f8 (diff) | |
download | android_art-3d7e0c80cf84a8485b2c73c3af593dc602bce3e5.tar.gz android_art-3d7e0c80cf84a8485b2c73c3af593dc602bce3e5.tar.bz2 android_art-3d7e0c80cf84a8485b2c73c3af593dc602bce3e5.zip |
ART: Disable libcore crypto test failing on target
Another test failing due to missing loop network device on hammerhead
and volantis bots. We disable it until the device configuration issue
is fixed.
Change-Id: I5b4610d706a8e4bdf178764f64f2d4359a83682d
-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 c7d6ea2348..6baae7ffe3 100644 --- a/tools/libcore_failures.txt +++ b/tools/libcore_failures.txt @@ -65,7 +65,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"] }, |