summaryrefslogtreecommitdiffstats
path: root/test-runner
Commit message (Collapse)AuthorAgeFilesLines
* AI 147167: am: CL 147162 Emphasize in the javadoc that the "pkg" parameters toAndy Stadler2009-04-213-4/+20
| | | | | | | | | | | | | InstrumentationTestCase and its descendants should be the package manager package name (not the java package name, and not the test package) of the package holding the Activity under test. Added similar notations to the ApiDemos call sites. JAVADOC ONLY - should be safe change for cupcake sdk. Original author: stadler Merged from: //branches/cupcake/... Automated import of CL 147167
* AI 146743: am: CL 146711 Enhancing the test runner. Now it filters ↵Urs Grob2009-04-172-3/+142
| | | | | | | | | | | BrokenTests and only executes tests annotated with SideEffect if the host is running in single test mode. Also adding some cleanup mechanism and some logcat logging about memory consumption Original author: ursg Merged from: //branches/cupcake/... Automated import of CL 146743
* AI 145778: Manual merge changes 145382-145384 from cupcake.Andy Stadler2009-04-101-5/+10
| | | | Automated import of CL 145778
* AI 144452: More Location Manager cleanup:Mike Lockwood2009-04-031-14/+50
| | | | | | | | | | | | Remove 1 Hz "heartbeat" polling of location providers from LocationManagerService. Now location providers report their location to LocationManagerService via LocationManager.setLocation() rather than waiting to be polled. This reduces GPS fix latency by up to one second. Remove LocationProvderImpl.getLocation(). Since we are no longer polling, this method is no longer necessary. BUG=1729031 Automated import of CL 144452
* AI 144098: am: CL 144093 Fix NPE in ActivityUnitTestCase.Brett Chabot2009-04-011-1/+1
| | | | | | | Original author: brettchabot Merged from: //branches/cupcake/... Automated import of CL 144098
* AI 143870: am: CL 143869 Change InstrumentationTestRunner so all tests in ↵Brett Chabot2009-03-312-8/+12
| | | | | | | | | the application are run when no other arguments are supplied, instead of running only tests in the app's package. Original author: brettchabot Merged from: //branches/cupcake/... Automated import of CL 143870
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0388-0/+10935
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0388-10921/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-032-14/+0
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-022-0/+14
|
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-192-7/+35
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-103-15/+52
|
* auto import from //branches/cupcake/...@127436The Android Open Source Project2009-01-221-1/+11
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-45/+303
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-1714-105/+783
|
* Initial ContributionThe Android Open Source Project2008-10-2183-0/+9910