summaryrefslogtreecommitdiffstats
path: root/luni-kernel/src/test/java
Commit message (Collapse)AuthorAgeFilesLines
* Merge awt-kernel, icu, luni-kernel, prefs, security-kernel, x-net into luniPeter Hallam2010-05-045-414/+0
| | | | Merge xml except xmlpull and kxml into luni
* Remove more useless annotations: logging, luni-kernel, and math.Elliott Hughes2010-02-231-47/+0
| | | | (Plus a bonus item: one Android-written test under luni.)
* Resync a load of tests with upstream, make our build faster.Elliott Hughes2010-02-192-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | I started off with a mission to remove uses of dalvik.annotation.* (stuff like @TestTargetNew and other useless junk that just makes it harder to stay in sync with upstream). I wrote a script to go through tests showing me the diff between what we have and what upstream has, thinking that in cases where upstream has also added tests, I may as well pull them in at the same time... ...but I didn't realize how close we were to having dx fill its 1.5GiB heap. After trying various alternatives, I decided to bite the bullet and break core-tests up into one .jar per module. This adds parallelism back into this, the slowest part of our build. (I can do even better, but I'll do that in a separate patch, preferably after we've merged recent changes from master.) Only a couple of dependencies were problematic: the worthless TestSuiteFactory which already contained a comment suggesting we get rid of it, and the fact that some tests -- most notably the concurrent ones -- also contained main methods that started the JUnit tty-based TestRunner. (In the long run, we want to be running the harmony tests directly from a pristine "svn co" of upstream, using DalvikRunner. But this will be a big help in the meantime, and starts the work of getting our current copy of the tests into a state where we can start to extract any meaningful changes/additions we've made.)
* Fix build.Elliott Hughes2009-10-143-0/+127
| | | | Add missing files from https://android-git.corp.google.com/g/29998.
* Fix Constructor and Method to not expose their internals.Elliott Hughes2009-10-131-0/+28
| | | | | | | | | We shouldn't expose internal arrays without copying. Behavior confirmed by testing against RI. Also connect up the dalvik ThreadsTest test that had fallen by the wayside. Bug: 2102273
* AI 145649: am: CL 145612 am: CL 145288 Removing tabs from tests.Urs Grob2009-04-091-3/+4
| | | | | | | | Original author: ursg Merged from: //branches/cupcake/... Original author: android-build Automated import of CL 145649
* AI 143657: am: CL 143626 am: CL 143453 Bringing the luni tests down to zero ↵Jorg Pleumann2009-03-311-0/+7
| | | | | | | | | | | failures. Original author: jorgp Merged from: //branches/cupcake/... Original author: android-build Merged from: //branches/donutburger/... Automated import of CL 143657
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+298
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-298/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-8/+13
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-0/+38
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+3
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+252