History log of /libcore/luni/src/test/java/libcore/java/lang/OldClassTest.java
Revision Date Author Comments
3f1d7beed354200b21e5d45e70121428c342237a 21-Jan-2015 Narayan Kamath <narayan@google.com> Get rid of rule to generate a file with a # in its name.

Was only around to work around perforce issues, and we have
a copy of this file checked in anyway.

Also, gets rid of an unused constant referencing the name.

Change-Id: Iddd5871130d779455f8ff960703945dc1d745e18
c9b3e3cd287eff82f85a58934b192b5b174ae61c 12-Oct-2013 Elliott Hughes <enh@google.com> Add a unit test for a Class.getDeclaringClass bug.

Bug: https://code.google.com/p/android/issues/detail?id=61003

(cherry picked from commit d26216908b156b1aa1fa68df8688953dbe02bf58)

Change-Id: Ifdfbdc639411afb29794d600e594a141d4e72607
d26216908b156b1aa1fa68df8688953dbe02bf58 12-Oct-2013 Elliott Hughes <enh@google.com> Add a unit test for a Class.getDeclaringClass bug.

Bug: https://code.google.com/p/android/issues/detail?id=61003
Change-Id: I3e76f0ce9c4b4df91ab3eeaca956d2d735e52f6c
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