summaryrefslogtreecommitdiffstats
path: root/dom/src/test/java/tests
Commit message (Collapse)AuthorAgeFilesLines
* Remove all the remaining AllTests cruft.Elliott Hughes2011-02-282-71/+0
| | | | Change-Id: Ie61022069e597d9c5c6e7ea4659fd614efe31852
* Resync a load of tests with upstream, make our build faster.Elliott Hughes2010-02-192-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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.)
* AI 147838: A couple of fixes for making theJorg Pleumann2009-04-271-2/+3
| | | | | | | | | | | | | core tests work better in the CTS environment. Some tests had to be marked broken either because they either expose different behavior than in run-core-tests or they take too much time (beyond the CTS' timeout). BUG=1285921 Automated import of CL 147838
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-034-0/+173
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-034-173/+0
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-094-0/+173