History log of /libcore/luni/src/test/java/libcore/java/lang/OldRuntimeTest.java
Revision Date Author Comments
f54d81e0e2d97798b928ba32f5edab5519622f28 10-Jun-2014 Neil Fuller <nfuller@google.com> Tests for Runtime.*Memory()

The docs describe a condition we do not test for.
The freeMemory / totalMemory tests have been consolidated
into a single test and joined by an additional assertion for
maxMemory().

The test for freeMemory from OldRuntimeTest has been tidied
up and moved to RuntimeTest.

Bug: 15507122
Change-Id: I4343215fb7f6b441613e25d3844d67812f5b5e94
001630e375421f078a2b1f45b03a10c9f6b7bd1f 03-Jan-2012 Jesse Wilson <jessewilson@google.com> Remove run-core-tests from known failures.

The @KnownFailure annotations are unnecessary and the
expectations are all obsolete.

Bug: http://b/3087671
Change-Id: I5dd834323770da09090b4e76c3f6793f1ccc629d
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