diff options
author | Narayan Kamath <narayan@google.com> | 2014-12-04 17:53:29 +0000 |
---|---|---|
committer | Narayan Kamath <narayan@google.com> | 2014-12-04 17:55:26 +0000 |
commit | e9847f0ca58cec293b3a6298b7549cfabe6a30c9 (patch) | |
tree | f6ecba15367ed2504f96a00aa171d4b532ab5cc1 /expectations | |
parent | f2f13bfa731e451953bc43c3e7b7403b0a291e58 (diff) | |
download | libcore-e9847f0ca58cec293b3a6298b7549cfabe6a30c9.zip libcore-e9847f0ca58cec293b3a6298b7549cfabe6a30c9.tar.gz libcore-e9847f0ca58cec293b3a6298b7549cfabe6a30c9.tar.bz2 |
Delete ContentHandlerFactoryTest.
It uses reflection, has all sorts of weird stuff in it and isn't
run as part of CTS because it has irreversible side effects (the
last of these isn't the tests fault).
There's no good reason to keep it, and it seems infeasible to write
a half-decent test without adding lots of hidden api (which defeats
the purpose of the test in the first place).
bug: 18619181
Change-Id: I1507a42e12210869b727f46b543e0cebfc50f184
Diffstat (limited to 'expectations')
-rw-r--r-- | expectations/brokentests.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/expectations/brokentests.txt b/expectations/brokentests.txt index cc20671..238f826 100644 --- a/expectations/brokentests.txt +++ b/expectations/brokentests.txt @@ -144,13 +144,6 @@ ] }, { - description: "This test affects tests that are run after this one due to caching in URLConnection.", - result: EXEC_FAILED, - names: [ - "org.apache.harmony.luni.tests.java.net.ContentHandlerFactoryTest#test_createContentHandler" - ] -}, -{ description: "Causes OutOfMemoryError to test finalization", result: EXEC_FAILED, names: [ |