diff options
author | Nicolas Geoffray <ngeoffray@google.com> | 2015-03-25 21:14:16 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-03-25 21:14:17 +0000 |
commit | 9ed05c4cf76aaeee48a1eb5bbae659b0acbabe67 (patch) | |
tree | 89e46b99b6a545f1b8d35ad80c10293a4dd990ec | |
parent | 19c1c124fb92a13c5f59dfde8f638b7bf9b73abb (diff) | |
parent | 51b1f7bd57527790ccaa6529eacd13fd7117bd71 (diff) | |
download | art-9ed05c4cf76aaeee48a1eb5bbae659b0acbabe67.tar.gz art-9ed05c4cf76aaeee48a1eb5bbae659b0acbabe67.tar.bz2 art-9ed05c4cf76aaeee48a1eb5bbae659b0acbabe67.zip |
Merge "Mark the tests as failing for now."
-rw-r--r-- | tools/libcore_failures.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/libcore_failures.txt b/tools/libcore_failures.txt index b87b2ff61..30d99bb69 100644 --- a/tools/libcore_failures.txt +++ b/tools/libcore_failures.txt @@ -74,7 +74,11 @@ description: "Failing due to missing localhost on hammerhead and volantis.", result: EXEC_FAILED, modes: [device], - names: ["libcore.javax.crypto.CipherTest#testCipherInitWithCertificate"] + names: ["libcore.javax.crypto.CipherTest#testCipherInitWithCertificate", + "libcore.net.NetworkSecurityPolicyTest#testCleartextTrafficPolicyWithFtpURLConnection", + "libcore.net.NetworkSecurityPolicyTest#testCleartextTrafficPolicyWithJarFtpURLConnection", + "libcore.net.NetworkSecurityPolicyTest#testCleartextTrafficPolicyWithLoggingSocketHandler" + ] }, { description: "Test timeouts", |