Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make DRT pull data over network | Guang Zhu | 2011-04-26 | 1 | -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 path | Guang Zhu | 2011-01-12 | 2 | -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 test | Guang Zhu | 2010-05-03 | 1 | -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 tests | Steve Block | 2010-03-11 | 1 | -0/+4 |
| | | | | Change-Id: I7c16d9713fc35c773b810f9d5ce6700f8d9a28e4 | ||||
* | Check if the JS_ENGINE key exists as an environment variable before reading it. | Ben Murdoch | 2010-03-11 | 1 | -1/+1 |
| | | | | Change-Id: I274b23ea53ec0129ea3b52ff66322f7069338f53 | ||||
* | Adds to DumpRenderTree the ability to look for Android-specific results | Steve Block | 2010-02-26 | 1 | -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 cycler | Guang Zhu | 2009-12-02 | 1 | -6/+22 |
| | |||||
* | layout test rebase, bug fix | Guang Zhu | 2009-11-05 | 4 | -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 now | Guang Zhu | 2009-09-29 | 4 | -1535/+2121 |
| | |||||
* | Add more error message if the script failed to pull result file from device. | Guang Zhu | 2009-09-15 | 1 | -2/+9 |
| | |||||
* | Fix the bogus crashes in layout and reliability tests (the device actually ↵ | Guang Zhu | 2009-09-14 | 2 | -3/+23 |
| | | | | went offline). | ||||
* | Fix the parsing for instrumentation result, some Java exceptions are not ↵ | Guang Zhu | 2009-09-14 | 1 | -3/+12 |
| | | | | reported right now | ||||
* | allow a longer timeout for layout tests, see if it stabilizes pass/fail numbers | Guang Zhu | 2009-08-31 | 1 | -1/+1 |
| | |||||
* | Fixed the missing EOL in last line of crashed tests list file. Also fixed ↵ | Guang Zhu | 2009-08-20 | 1 | -10/+11 |
| | | | | some whitespaces. | ||||
* | Fix a bug where wrong variable was used for comparison. | Guang Zhu | 2009-06-19 | 1 | -1/+1 |
| | |||||
* | Add more data to reliability test report, includes min, max, std, run data. | Guang Zhu | 2009-06-15 | 1 | -4/+13 |
| | |||||
* | Adjust order of file/section list in output diff | Guang Zhu | 2009-06-12 | 1 | -18/+23 |
| | |||||
* | Update control files (pass/fail/nontext/crash) to results from CRB45 | Guang Zhu | 2009-06-11 | 3 | -374/+4275 |
| | |||||
* | Added support to record page load time for each url. | Guang Zhu | 2009-06-10 | 1 | -3/+50 |
| | |||||
* | Added bugreport collecting mechanism in case of crashes. | Guang Zhu | 2009-06-04 | 1 | -1/+31 |
| | |||||
* | Added new parameter to enable a manual pause between pages | Guang Zhu | 2009-06-03 | 1 | -7/+15 |
| | |||||
* | Fixed issue where code for extracting scripts was eclipsed by runTest method. | Guang Zhu | 2009-06-02 | 1 | -6/+2 |
| | |||||
* | Update reliability test code. Use a separate activity with simpler calback ↵ | Guang Zhu | 2009-06-01 | 1 | -57/+19 |
| | | | | mechanism. | ||||
* | added reliability test usding DumpRenderTree | Guang Zhu | 2009-05-11 | 1 | -0/+214 |
| | |||||
* | Back-merge all changes done in master to DumpRenderTree to donut. | Guang Zhu | 2009-05-05 | 1 | -0/+102 |
| | |||||
* | AI 143779: am: CL 143727 Make the test runner and results assets of ↵ | Sridhar Gurivireddy | 2009-03-31 | 5 | -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 |