From b60c58f6cd571a82c33b0f8b0af54ffeb9ba6d6c Mon Sep 17 00:00:00 2001 From: David Brazdil Date: Wed, 25 Feb 2015 09:16:34 +0000 Subject: 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 --- tools/libcore_failures.txt | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'tools') 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], -- cgit v1.1