diff options
author | Narayan Kamath <narayan@google.com> | 2014-12-04 17:53:29 +0000 |
---|---|---|
committer | Narayan Kamath <narayan@google.com> | 2014-12-04 18:01:13 +0000 |
commit | 72c6ce7e114d45facd0a34be35831bb96f73442e (patch) | |
tree | 101e5d6d16d29e448690d5a7a76ebebcfe12b7d6 /expectations | |
parent | 04704e37a20e6992e64583822b91d325d83aee48 (diff) | |
download | libcore-72c6ce7e114d45facd0a34be35831bb96f73442e.zip libcore-72c6ce7e114d45facd0a34be35831bb96f73442e.tar.gz libcore-72c6ce7e114d45facd0a34be35831bb96f73442e.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
(cherry picked from commit e9847f0ca58cec293b3a6298b7549cfabe6a30c9)
Change-Id: Ia69c0011683eac90e4cca70a8f3f15fb82cece44
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 5cebb63..aa06985 100644 --- a/expectations/brokentests.txt +++ b/expectations/brokentests.txt @@ -142,13 +142,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: [ |