diff options
author | Elliott Hughes <enh@google.com> | 2010-10-01 11:01:23 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2010-10-01 11:01:23 -0700 |
commit | 60bc39267c2d1ddc85e2845aa6231bbf3882d273 (patch) | |
tree | 7cd2512a62826c2e1f7d452a48797dfe5a1f22af | |
parent | 95dd6707dd9202c82c3b372aa1d168516330c5b4 (diff) | |
download | libcore-60bc39267c2d1ddc85e2845aa6231bbf3882d273.zip libcore-60bc39267c2d1ddc85e2845aa6231bbf3882d273.tar.gz libcore-60bc39267c2d1ddc85e2845aa6231bbf3882d273.tar.bz2 |
Remove an out-of-date expectation.
(You have to remove all the SecurityManager cruft from this SecurityManager
test to see that this expectation is bogus.)
Bug: 1677221
Change-Id: I3907e0c105523195669c32d2aad7e8133f2e7f12
-rw-r--r-- | expectations/knownfailures.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt index 4732179..d5f5ac1 100644 --- a/expectations/knownfailures.txt +++ b/expectations/knownfailures.txt @@ -197,11 +197,6 @@ name: "tests.security.cert.CertificateTest#testGetEncoded" }, { - description: "throws SocketException with message: the socket level is invalid. Works on the RI", - result: EXEC_FAILED, - name: "tests.security.permissions.JavaNetSocketTest#test_ctor2" -}, -{ description: "Not all Drivers are loaded in testsetup. ClassLoader issue in DriverManager.", result: EXEC_FAILED, name: "org.apache.harmony.sql.tests.java.sql.DriverManagerTest#testDeregisterDriver" |