summaryrefslogtreecommitdiff
path: root/tests/DumpRenderTree2/AndroidManifest.xml
AgeCommit message (Collapse)Author
2013-08-25Remove WebViewClassic specific test code Jonathan Dixon
Bug: 10427705 These tested internals of WebViewClassic and will no longer build when that is removed Change-Id: I42af538dcb0343e9eff0b3fa85d7ff39f19c7c61
2010-09-15Make DumpRenderTree2 appear in the 'Dev Tools' application Steve Block
Bug: 2999543 Change-Id: I1791c7b1a82f23ff742a68f365d7092c36804efd
2010-09-14Gets rid of flickering when executing tests. Maksymilian Osowski
Achieves it by setting Executor background to white. Change-Id: Id07c743114c6cce9e9446439136a5efd72857dc4
2010-09-02Shows the details when all the tests finish and fixes the orientation issue. Maksymilian Osowski
The tests no longer restart when orientation changes. Bug: 2904456 Change-Id: Ie1ee463dbd63fb1a2ad2e9c28bf5989002f22215
2010-08-11Added a basic version of python script and supporting code in DumpRenderTree. Maksymilian Osowski
Change-Id: Ic60ef9b89f74a3a36a4c31765f99c8de08dce911
2010-08-10Changed some parts of the code to prepare it for script support that will ↵ Maksymilian Osowski
come in later commit. Bug: 2903591 Change-Id: If8fcfad1557c8140c476212d8be9f99987cdaa18
2010-08-03Added wakelock to keep the screen from sleeping when executing tests. Maksymilian Osowski
Change-Id: Ib6a0ff2a7c906f500868269d6a617553733d33b1
2010-07-27Moved practically all of the prerefactoring functionality to the new design. Maksymilian Osowski
Renamed LayoutTestsRunner activity to TestsListActivity. It will be responsible for restrating the Executer after the crash. Now it only starts it. Renamed LayoutTestsRunnerThread to TestsListPreloaderThread. It only preloads tests now. LayoutTest class is no longer needed, its functionality is in LayoutTestsExecuter. Most of the functionality from LayoutTestsRunnerThread is now in ManagerService. Change-Id: I08924d949ceb9f8816888bc8e795256d0542fa99
2010-07-26First stage of refactoring the code to handle crashes gracefully. Maksymilian Osowski
There is a new activity (LayoutTestsExecuter) added that is responsible for acutally running the tests and sending the actual results to the new ManagerService class. This class will take over most of the functionality of the current LayoutTestsRunnerThread. At the moment LayoutTestsRunnerThread is changed so that after computing the tests' list it sends the list to LayoutTestsExecuter. The rest of the code is never called. It will be shifted to the service. Current implementation of ManagerService only prints the log message on receiving the bundle with actual results from LayoutTestsExecuter. Change-Id: I5adcbc20bb18ebf24324974bc66e4b31c4b81902
2010-07-21LayoutTest class with supporting classes (AbstractResult, TextResult). Maksymilian Osowski
These classes are responsible for actually running the tests, checking the results, generating visual diffs, etc. Change-Id: I9b7f554409db1c97ac086c456db3aea3b993b5c6
2010-07-16Added the LayoutTestsRunner class that is responsible for running the tests. ↵ Maksymilian Osowski
Also, added some methods to FileFilter. It preloads the tests from the given path, runs them and asks for dumps and diffs. It will also prepare summaries in the future. It delegates most of the work of actually running the individual tests to LayoutTest class and AbstractResult (and its subclasses in the future). Change-Id: I483bf26a380b539e4769e61b4a09fa270ab0e8e9
2010-07-09A basic extension of ListActivity that allows navigating through tests and ↵ Maksymilian Osowski
test folders. It provides the user with the simple UI that makes it easy to chose which tests to run. Change-Id: Ifd0c4665de73e5702b892e57f5e91f84db36b248