diff options
author | David Brazdil <dbrazdil@google.com> | 2015-02-25 09:16:34 +0000 |
---|---|---|
committer | David Brazdil <dbrazdil@google.com> | 2015-02-25 09:23:33 +0000 |
commit | b60c58f6cd571a82c33b0f8b0af54ffeb9ba6d6c (patch) | |
tree | 8b7440ba9f8d6401a40d6585b67a83f4216b4ea6 /tools | |
parent | 42f8c1c39b74aae50714488525d14de30f9722c9 (diff) | |
download | art-b60c58f6cd571a82c33b0f8b0af54ffeb9ba6d6c.zip art-b60c58f6cd571a82c33b0f8b0af54ffeb9ba6d6c.tar.gz art-b60c58f6cd571a82c33b0f8b0af54ffeb9ba6d6c.tar.bz2 |
ART: Update description of failing libcore tests
One of the tests that was described as failing on volantis fails on
hammerhead too. It was moved to a new category.
Change-Id: Ie58266d51d3aa180a36a460035ea7f016c0b7e3d
Diffstat (limited to 'tools')
-rw-r--r-- | tools/libcore_failures.txt | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/tools/libcore_failures.txt b/tools/libcore_failures.txt index 4502c02..9c1976f 100644 --- a/tools/libcore_failures.txt +++ b/tools/libcore_failures.txt @@ -63,15 +63,20 @@ "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: ["libcore.javax.crypto.CipherTest#testCipherInitWithCertificate", - "org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest", + names: ["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"] }, { + 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], |