History log of /libcore/luni/src/test/java/libcore/java/net/OldURLClassLoaderTest.java
Revision Date Author Comments
ddca1aec2a8e3ee33d8e3fc0879fc6eb722c33cd 20-Jul-2015 Przemyslaw Szczepaniak <pszczepaniak@google.com> Fix URLClassLoaderTest#test_addURLLjava_net_URL

OpenJdk implementation of URLClassLoader discards null values.

Change-Id: Ie2c8ec9f66efb28b8d8a5b77508e5d02a81fc919
6cc167354969859a27919a8d7f546cb4bd74d51e 27-Feb-2014 Brett Chabot <brettchabot@google.com> Deprecate use of BrokenTest and SideEffect

Use expectations files instead.

(cherry picked from commit 6a6b612286976cc185c898803fe51e4e062bd9eb)

Bug: 12924356
Change-Id: I9b7e71805a80176c873cffe46bed65f81de1903d
24e4d9d6c4406e32e91176e7a91c8aff31002617 20-May-2014 Neil Fuller <nfuller@google.com> Fix OldURLClassLoaderTest#test_findResource_String

The test broke because Support_TestWebData was changed to
provide the /test3 URL for a different test
(Ib43e68a2536c2602b4c7ee0cda68fa1f90045f57). Changing
the URL to test9999 fixes it.

The OldURLClassLoaderTest is unpleasant but I haven't touched
it beyond correcting the test and fixing some of the more
obvious style / import problems that my IDE pointed out.

Change-Id: I42b3e8ab69cdef65ee381efbf1988cfdfa359868
6a6b612286976cc185c898803fe51e4e062bd9eb 27-Feb-2014 Brett Chabot <brettchabot@google.com> Deprecate use of BrokenTest and SideEffect

Use expectations files instead.

Bug: 12924356

Change-Id: I0ea7917384adf7849404b6da5b7704e6f0c0c1c7
903b3f5b6a6e524cb4d88b83ea32e7c355392271 19-Jul-2012 Elliott Hughes <enh@google.com> Start removing Support_PortManager.

A bad idea, badly implemented.

Bug: 2441548
Change-Id: I34c990f6fd9d746771846f186a7ab3ab59e78a9f
686dd6f676dc348ac260f54e544cf8d813df64a9 07-Jun-2011 Elliott Hughes <enh@google.com> Remove dead tests.

Change-Id: Ife89885ea95de3bb2617172b95cdfd46d586a644
229e34b182b98e1dba15d3dc6341954986ae2b7a 03-Mar-2011 Brian Carlstrom <bdc@google.com> Removing use of @tests and @Test.* annotations

Change-Id: I89243efdeebe22543c45a2166b634f40c3e78cf8
52b939cbcc060c6bf71b65f2588e9837a86f7c5f 04-Feb-2011 Elliott Hughes <enh@google.com> Remove @Test cruft from all tests under luni/src/test/java/libcore.

Change-Id: I1c5a4f3109147830009d5fc1780e43ed875313ca
aec2ed4b266b75aaab59c23ca71e355a9336b074 21-Oct-2010 Jesse Wilson <jessewilson@google.com> Remove tests for SecurityManager.

Many of the changes are to org.apache.harmony.* tests that we've copied
from upstream. We'll remove these duplicated tests completely once we
have the upstream Harmony tests properly integrated into CTS.

Change-Id: Idd6cfbeba5345156b207b9433928ee37b662c395
http://b/3102252
4557728efb66c455a52b7669a8eefef7a9e54854 11-Aug-2010 Jesse Wilson <jessewilson@google.com> Moving tests to be under the libcore.* package.

This is indended to make it easier to run on VMs that restrict the packages
from which application classes can be loaded. For example, on the RI you need
to use the bootclasspath to load these tests.

Change-Id: I52193f35c5fcca18b5a3e1d280505b1e29b388af