History log of /libcore/luni/src/test/java/libcore/java/lang/OldClassTest.java
Revision Date Author Comments
71e607dfb13e52d3e59ca8902820de5f0cdb6ed3 03-Dec-2012 Elliott Hughes <enh@google.com> Fix OldClassTest failures.

These hadn't run at all until recently, and the fact that vogar doesn't
run tests in a way that makes resources accessible hid the fact that the
tests were checked-in broken as well as disabled.

Change-Id: I28d24e01b60411f0f9be7daba6de0376a7f8cac0
67a368573213811c0037cb1b972a0d5fdb3eaf48 30-Oct-2012 Elliott Hughes <enh@google.com> Fix misuses of assert in OldClassTest and comment out other libcore asserts.

Change-Id: Ie9e5b785b3e87c91df02ffd93f7973fd7c99af0e
8bc50e8d16e9d630ce236b7ea076f72f9dac0d69 02-Dec-2010 Jesse Wilson <jessewilson@google.com> Deduplicate java.lang tests from Harmony.

This removes all tests duplicated in Harmony's test suite, and
moves the rest into the libcore.java.lang package.

Change-Id: Ic2fe12cc1e10513abb721d98e7b9b3a2e00192f5
http://b/3246523