summaryrefslogtreecommitdiffstats
path: root/expectations
diff options
context:
space:
mode:
authorJesse Wilson <jessewilson@google.com>2011-02-21 14:07:05 -0800
committerJesse Wilson <jessewilson@google.com>2011-02-21 14:07:05 -0800
commit2f0dedce47602adbad3fdedfee04301b499015fc (patch)
treeea5a2102abda15b47f2b62c8672a5a08697e47fa /expectations
parenta9664e78d206176772bf0dbaa9124f1857462409 (diff)
downloadlibcore-2f0dedce47602adbad3fdedfee04301b499015fc.zip
libcore-2f0dedce47602adbad3fdedfee04301b499015fc.tar.gz
libcore-2f0dedce47602adbad3fdedfee04301b499015fc.tar.bz2
Don't require security permissions to be non null.
Change-Id: I1efb88af05a022e8b3efce57d96f2d6e085a5161 http://b/2585285
Diffstat (limited to 'expectations')
-rw-r--r--expectations/brokentests.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/expectations/brokentests.txt b/expectations/brokentests.txt
index ae509fe..8a9952c 100644
--- a/expectations/brokentests.txt
+++ b/expectations/brokentests.txt
@@ -3,6 +3,11 @@
*/
[
{
+ description: "Without no security manager, we don't care if checkPermission's argument is null",
+ name: "org.apache.harmony.security.tests.java.security.AccessController2Test#test_checkPermission_NullParameter",
+ result: EXEC_FAILED
+},
+{
description: "This test and testGetKeepAlive have been failing in our continuous build recently.",
names: [
"libcore.java.net.URLConnectionTest#testConnectTimeouts",