summaryrefslogtreecommitdiff
path: root/tests/DumpRenderTree/src/com/android/dumprendertree/ReliabilityTest.java
AgeCommit message (Collapse)Author
2012-03-05Update to DumpRenderTree test harnessGuang Zhu
* removed some unused parameters * removed obsolete live website test harness * updated test class so that mean suite time for page cycler is emmitted via instrumentation status Change-Id: Iccb40f70a62a4ac9b8d5bceab9a6a715c611c573
2010-07-19Replaced /sdcard with Environment.getExternalStorageDirectory()Christian Mehlmauer
Change-Id: I9a7413f81090b69c82ca6b1e585f5e379b19e60c
2009-10-27Remove the activity restart between urls.Guang Zhu
2009-09-15Refactor logic for starting forward servers and http test cases hacking, so ↵Guang Zhu
that they can be shared between automated test mode and UI launch mode.
2009-08-03Change browser reliability test to start a new activity for each urlGuang Zhu
2009-06-29Added a new operation mode where user can launch all tests under a folder ↵Guang Zhu
from test app ui.
2009-06-10Added support to record page load time for each url.Guang Zhu
2009-06-03Skip empty lines in test url list.Guang Zhu
2009-06-03Added new parameter to enable a manual pause between pagesGuang Zhu
2009-06-02Fixed issue where code for extracting scripts was eclipsed by runTest method.Guang Zhu
2009-06-01Fixed bug where test status is not marked "DONE" when completedGuang Zhu
2009-06-01Update reliability test code. Use a separate activity with simpler calback ↵Guang Zhu
mechanism.