History log of /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/SystemTest.java
Revision Date Author Comments
006c279b85790e143ee1090ea072c4bcb876432a 29-Oct-2009 Elliott Hughes <enh@google.com> Remove broken .so and fix bogus test.

valgrind doesn't like this because the .so *only* exists for x86 (contrary to
the claim in the @AndroidOnly annotation) but it's broken there, returning
a char* instead of a jstring.

I'm not really sure what they were trying to test here, but let's assume it
was that Runtime.getRuntime().load behaves like System.load, and fix the
tests that way.

Bug: 2223234
dafd6348b2e1b46d10e1dbfa64fd2dd44bcfedf2 24-Oct-2009 Jesse Wilson <jessewilson@google.com> A new hygenic way for tests to clean up before or after execution.

This replaces PrefsTester and is more general purpose.
361281aa1c8d648341fb6002b6ad793a96cf155f 25-Mar-2009 Jorg Pleumann <> Automated import from //branches/master/...@140443,140443
f7ed3aa6d9f4870a8d565723043eb98ab5daa024 25-Mar-2009 Jorg Pleumann <> Automated import from //branches/donutburger/...@140440,140440
3b5fe2883109da9470a8baf20e6700aba0d78193 20-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake_rel/...@141571
f6c387128427e121477c1b32ad35cdcaa5101ba3 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
f72d5de56a522ac3be03873bdde26f23a5eeeb3c 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
5d709784bbf5001012d7f25172927d46f6c1abe1 11-Feb-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@130745
cc05ad238516f1303687aba4a978e24e57c0c07a 10-Jan-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@125939
89c1feb0a69a7707b271086e749975b3f7acacf7 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589
2ad60cfc28e14ee8f0bb038720836a4696c478ad 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution