summaryrefslogtreecommitdiffstats
path: root/regex/src/test/java/org
Commit message (Collapse)AuthorAgeFilesLines
* merge more modules into luniPeter Hallam2010-04-2710-6752/+0
|
* Resync a load of tests with upstream, make our build faster.Elliott Hughes2010-02-193-14/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Hughes2009-08-251-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 Grob2009-04-162-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 Pleumann2009-04-072-28/+160
| | | | | | | | Original author: jorgp Merged from: //branches/cupcake/... Original author: android-build Automated import of CL 144835
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0310-0/+6569
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0310-6569/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-10/+0
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-0910-1400/+1623
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-178-340/+370
|
* Initial ContributionThe Android Open Source Project2008-10-219-0/+6326