Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge more modules into luni | Peter Hallam | 2010-04-27 | 11 | -6785/+0 |
| | |||||
* | Resync a load of tests with upstream, make our build faster. | Elliott Hughes | 2010-02-19 | 4 | -20/+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 "whatever".split(".") behavior. | Elliott Hughes | 2009-08-25 | 1 | -3/+53 |
| | | | | | | | | Two special cases in Pattern.split's behavior had been incorrectly combined into one. Separate the two cases, and add tests. I've run the tests against Java 1.5 and 1.6 too. Bug: 1957900 | ||||
* | AI 146535: am: CL 146128 am: CL 146126 Fixes from the review of 'Bringing ↵ | Urs Grob | 2009-04-16 | 2 | -62/+76 |
| | | | | | | | | | | RegEx down to zero broken tests.' Original author: ursg Merged from: //branches/cupcake/... Original author: android-build Automated import of CL 146535 | ||||
* | AI 144835: am: CL 144832 am: CL 144828 Bringing RegEx down to zero broken tests. | Jorg Pleumann | 2009-04-07 | 2 | -28/+160 |
| | | | | | | | | Original author: jorgp Merged from: //branches/cupcake/... Original author: android-build Automated import of CL 144835 | ||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 11 | -0/+6607 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 11 | -6607/+0 |
| | |||||
* | auto import from //branches/cupcake/...@130745 | The Android Open Source Project | 2009-02-10 | 1 | -10/+0 |
| | |||||
* | auto import from //branches/cupcake/...@125939 | The Android Open Source Project | 2009-01-09 | 11 | -1402/+1625 |
| | |||||
* | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-17 | 8 | -340/+370 |
| | |||||
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 10 | -0/+6364 |