• Home
  • History
  • Annotate
  • only in /frameworks/base/tests/SmokeTest/tests/src/com/
History log of /frameworks/base/tests/SmokeTest/tests/src/com/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c0104148fab184efce25c3bcb9aad596545256ea 02-Jan-2014 Brett Chabot <brettchabot@google.com> Don't attempt to launch disabled activities in smoke test.

Also remove the superfluous runner from manifest.

Bug: 12245071
Change-Id: I724b87dd49b04eb3291be88f6d7ab035d67c3971
ndroid/smoketest/ProcessErrorsTest.java
a6a353653d9147a96cd21543448d9be7631cb424 26-Apr-2012 Omari Stephens <xsdg@android.com> Create a catch-all testcase to handle asynchronous crashes and ANRs

Bug: 5913065
Change-Id: I391aff6919a9586159ec0898279e7254eed990f8
ndroid/smoketest/ProcessErrorsTest.java
ndroid/smoketest/SmokeTestRunner.java
bf29121c215b30bed8cb886f1b6c7d71eb36a49d 14-Mar-2012 Omari Stephens <xsdg@android.com> Try to make error messages more useful and improve ANR handling

Bug: 6128185
Change-Id: I6032a199c26577fb3058ff4038085de257781d81
ndroid/smoketest/ProcessErrorsTest.java
ndroid/smoketest/SmokeTestRunner.java
ad8037e3a9b306bae6cdc8927c35946696bf40f6 14-Mar-2012 Omari Stephens <xsdg@android.com> Avoid crashes in a single app from causing cascading test failures

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
ndroid/smoketest/ProcessErrorsTest.java
ndroid/smoketest/SmokeTestRunner.java
5ae3dfe59d22457fb232853990ba4131385ff3f6 09-Mar-2012 Omari Stephens <xsdg@android.com> Refactor smoke tests to enable one-app-per-testcase runs

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
ndroid/smoketest/ProcessErrorsTest.java
ndroid/smoketest/SmokeTestRunner.java
9f5a511a08c56906edac40230ac97d670d7ad0c6 19-Jan-2012 Omari Stephens <xsdg@android.com> Add a method to the smoke test that launches each app

Bug: 5888360
Change-Id: I4a68bc8fef71fd7f89b3a7a997323bfaefadc3eb
ndroid/smoketest/ProcessErrorsTest.java
b7f0367cec1c744aa66ef397b0244e25d507491c 10-Dec-2009 Dan Egnor <egnor@google.com> Eliminate CrashData and friends.

(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.
ndroid/smoketest/ProcessErrorsTest.java
9066cfe9886ac131c34d59ed0e2d287b0e3c0087 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
ndroid/smoketest/ProcessErrorsTest.java
d83a98f4ce9cfa908f5c54bbd70f03eec07e7553 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
ndroid/smoketest/ProcessErrorsTest.java
b798689749c64baba81f02e10cf2157c747d6b46 10-Jan-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@125939
ndroid/smoketest/ProcessErrorsTest.java