History log of /frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/SmokeTestRunner.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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
/frameworks/base/tests/SmokeTest/tests/src/com/android/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
/frameworks/base/tests/SmokeTest/tests/src/com/android/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
/frameworks/base/tests/SmokeTest/tests/src/com/android/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
/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/SmokeTestRunner.java