summaryrefslogtreecommitdiffstats
path: root/tests/SmokeTest
Commit message (Collapse)AuthorAgeFilesLines
* Don't attempt to launch disabled activities in smoke test.Brett Chabot2014-01-022-10/+12
| | | | | | | Also remove the superfluous runner from manifest. Bug: 12245071 Change-Id: I724b87dd49b04eb3291be88f6d7ab035d67c3971
* Create a catch-all testcase to handle asynchronous crashes and ANRsOmari Stephens2012-04-262-56/+132
| | | | | Bug: 5913065 Change-Id: I391aff6919a9586159ec0898279e7254eed990f8
* Build Smoke tests against the SDK.Brett Chabot2012-04-162-5/+5
| | | | | | Done so the new 'launch all apps' test can be utilized on older platforms. Change-Id: Ie74ce258ceb372e78a0634a633bbb19dcd8e2779
* Try to make error messages more useful and improve ANR handlingOmari Stephens2012-03-132-20/+20
| | | | | Bug: 6128185 Change-Id: I6032a199c26577fb3058ff4038085de257781d81
* Avoid crashes in a single app from causing cascading test failuresOmari Stephens2012-03-132-7/+23
| | | | | | | | | | This should work properly for crashes. It currently doesn't do the right thing for ANRs since, in a lot of cases, they seem to happen asynchronously _after_ the testcase has ended. Will try to improve that behavior with a subsequent change. Bug: 6128185 Change-Id: Ie535141e879062c11ee7108b37d282a33a5b5eef
* Refactor smoke tests to enable one-app-per-testcase runsOmari Stephens2012-03-123-53/+193
| | | | | | | | | | Also creates a special TestRunner which runs one app per testcase. Note that running the smoke tests with android.test.InstrumentationTestRunner will /also/ work, but will run all of the launchable activites in a single testcase called testRunAllActivities. Bug: 6128185 Change-Id: Iffedff7e6105bbca614778a4d294d3be421f19d6
* Add a method to the smoke test that launches each appOmari Stephens2012-02-131-14/+164
| | | | | Bug: 5888360 Change-Id: I4a68bc8fef71fd7f89b3a7a997323bfaefadc3eb
* Eliminate CrashData and friends.Dan Egnor2009-12-111-18/+4
| | | | | | | | | | | | | | | | | | (CrashData was a custom-marshalled crash-info class used for a server crash reporting system I am deprecating). Use ApplicationErrorReport.CrashInfo instead to report crash details (mostly the stack trace) from RuntimeInfo to ActivityManagerService, since we're likely to need the crash information in that form anyway. Remove the (long-disabled) flags and support for the "Debug" button in the crash dialog. Further gut the ICheckinService interface by removing the crash-reporting APIs (and everything that calls them), plus the synchronous checkin() method (which has been stubbed out for a while now). A new dropbox-based crash reporting system is in the works, but not part of this change.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-037-0/+272
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-037-272/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-2/+0
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-097-0/+274