diff options
author | Jesse Wilson <jessewilson@google.com> | 2010-09-23 19:41:28 -0700 |
---|---|---|
committer | Jesse Wilson <jessewilson@google.com> | 2010-09-23 19:41:28 -0700 |
commit | 5e8f0b9229ba47a92aa9d4afd6a2a51697c84c67 (patch) | |
tree | 440fcea2e495bd21981a8f004066685133dfbf70 /expectations/brokentests.txt | |
parent | cdeb809350d8c1a14a96924bf01febfa82a8b5b6 (diff) | |
download | libcore-5e8f0b9229ba47a92aa9d4afd6a2a51697c84c67.zip libcore-5e8f0b9229ba47a92aa9d4afd6a2a51697c84c67.tar.gz libcore-5e8f0b9229ba47a92aa9d4afd6a2a51697c84c67.tar.bz2 |
Add expectations for some tests failing in Hudson.
Change-Id: Iee064e099a30d4ab6de7a80863df6b1485e23b38
Diffstat (limited to 'expectations/brokentests.txt')
-rw-r--r-- | expectations/brokentests.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/expectations/brokentests.txt b/expectations/brokentests.txt index 91e6bb1..d566f64 100644 --- a/expectations/brokentests.txt +++ b/expectations/brokentests.txt @@ -5,11 +5,11 @@ { description: "We're retiring the security manager. Unfortunately, tests all over the place need to check that they're secure, so they all fail when we refuse to install - a security manager. This suppresses all of these failures. - http://b/issue?id=2585285", + a security manager. This suppresses all of these failures.", result: EXEC_FAILED, failure: "disable securityManager", - pattern: ".*java.lang.SecurityException\\s+at java.lang.System.setSecurityManager.*" + pattern: ".*java.lang.SecurityException\\s+at java.lang.System.setSecurityManager.*", + bug: 2585285 }, { description: "ignore compilation errors due to different available APIs", |