summaryrefslogtreecommitdiffstats
path: root/tests/DumpRenderTree/assets
Commit message (Collapse)AuthorAgeFilesLines
* Make DRT pull data over networkGuang Zhu2011-04-261-1/+30
| | | | | | | | | | | | | command format: adb shell am instrument -w -e class \ com.android.dumprendertree.LoadTestsAutoTest#runPageCyclerTest \ -e suite moz \ -e iteration 1 \ -e forward android-browser-test:80/page_cycler/ \ com.android.dumprendertree/.LayoutTestsAutoRunner Change-Id: Ib4e9db28953f6be155517bb4b139e4477305c2c2
* change webkit test data pathGuang Zhu2011-01-122-8/+8
| | | | | | | | path changed from "/sdcard/android/" to "/sdcard/webkit/". the old path clashes with "/sdcard/Android/" and has some odd issues under FUSE Change-Id: I57102dca99612bdd7b4d1f196e43436cd1276281
* improvements on layout testGuang Zhu2010-05-031-1/+1
| | | | | | | | * reduce timeout limit from 30s to 15s * terminate a test case under some condition on uncaught JS exception * minor fixes Change-Id: Iabc8f214544d2c8c14139756abc049870023fea5
* Adds to DumpRenderTree the ability to ignore the results of testsSteve Block2010-03-111-0/+4
| | | | Change-Id: I7c16d9713fc35c773b810f9d5ce6700f8d9a28e4
* Check if the JS_ENGINE key exists as an environment variable before reading it.Ben Murdoch2010-03-111-1/+1
| | | | Change-Id: I274b23ea53ec0129ea3b52ff66322f7069338f53
* Adds to DumpRenderTree the ability to look for Android-specific resultsSteve Block2010-02-261-0/+14
| | | | | | | | | | | | These Android-specific results will be added to external/webkit/LayoutTests/platform/android-<js-engine> and are used in preference to the generic expected results. The JavaScript engine to use is read from the JS_ENGINE environment variable used by the build system or can be overridden on the command line. If neither is set, it defaults to JSC. Change-Id: Ia8d107ced3968a5c061fd6f0f57451419bab6b27
* Add support for extracting render time and image in page cyclerGuang Zhu2009-12-021-6/+22
|
* layout test rebase, bug fixGuang Zhu2009-11-054-30/+717
| | | | | * rebase layout test based on newly enabled http tests * fix a bug in initializing parameters (should happen before super.onCreate)
* rebase layout test result as the numbers reported are much more stable nowGuang Zhu2009-09-294-1535/+2121
|
* Add more error message if the script failed to pull result file from device.Guang Zhu2009-09-151-2/+9
|
* Fix the bogus crashes in layout and reliability tests (the device actually ↵Guang Zhu2009-09-142-3/+23
| | | | went offline).
* Fix the parsing for instrumentation result, some Java exceptions are not ↵Guang Zhu2009-09-141-3/+12
| | | | reported right now
* allow a longer timeout for layout tests, see if it stabilizes pass/fail numbersGuang Zhu2009-08-311-1/+1
|
* Fixed the missing EOL in last line of crashed tests list file. Also fixed ↵Guang Zhu2009-08-201-10/+11
| | | | some whitespaces.
* Fix a bug where wrong variable was used for comparison.Guang Zhu2009-06-191-1/+1
|
* Add more data to reliability test report, includes min, max, std, run data.Guang Zhu2009-06-151-4/+13
|
* Adjust order of file/section list in output diffGuang Zhu2009-06-121-18/+23
|
* Update control files (pass/fail/nontext/crash) to results from CRB45Guang Zhu2009-06-113-374/+4275
|
* Added support to record page load time for each url.Guang Zhu2009-06-101-3/+50
|
* Added bugreport collecting mechanism in case of crashes.Guang Zhu2009-06-041-1/+31
|
* Added new parameter to enable a manual pause between pagesGuang Zhu2009-06-031-7/+15
|
* Fixed issue where code for extracting scripts was eclipsed by runTest method.Guang Zhu2009-06-021-6/+2
|
* Update reliability test code. Use a separate activity with simpler calback ↵Guang Zhu2009-06-011-57/+19
| | | | mechanism.
* added reliability test usding DumpRenderTreeGuang Zhu2009-05-111-0/+214
|
* Back-merge all changes done in master to DumpRenderTree to donut.Guang Zhu2009-05-051-0/+102
|
* AI 143779: am: CL 143727 Make the test runner and results assets of ↵Sridhar Gurivireddy2009-03-315-0/+3366
DumpRendertree. This is done so that we could have 1) Lab machines can run layout tests without having build environment setup 2) We could have different set of pass/fail results per branch Also added a simple python script which runs run_layout_tests.py Original author: sridharg Merged from: //branches/cupcake/... Automated import of CL 143779