diff options
author | Jesse Wilson <jessewilson@google.com> | 2011-02-21 14:07:05 -0800 |
---|---|---|
committer | Jesse Wilson <jessewilson@google.com> | 2011-02-21 14:07:05 -0800 |
commit | 2f0dedce47602adbad3fdedfee04301b499015fc (patch) | |
tree | ea5a2102abda15b47f2b62c8672a5a08697e47fa /expectations | |
parent | a9664e78d206176772bf0dbaa9124f1857462409 (diff) | |
download | libcore-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.txt | 5 |
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", |