summaryrefslogtreecommitdiffstats
path: root/tests/DumpRenderTree2/assets
Commit message (Collapse)AuthorAgeFilesLines
* Remove WebViewClassic specific test codeJonathan Dixon2013-08-252-262/+0
| | | | | | | | | Bug: 10427705 These tested internals of WebViewClassic and will no longer build when that is removed Change-Id: I42af538dcb0343e9eff0b3fa85d7ff39f19c7c61
* Update DRT2 to reflect WebKit code movementSteve Block2011-05-241-2/+2
| | | | | | See http://trac.webkit.org/changeset/74301 Change-Id: Ibe495cdc1f50f65db5663dbb63af9b9c2db050d0
* Add extra error handling to DRT2 launcher scriptSteve Block2011-05-241-0/+6
| | | | | Bug: 3291220 Change-Id: I6f8e57458cd4334a998eb256af303ffcd9c50d64
* Improve error handling (NPE in DRT2)Philippe Marti2011-01-131-0/+1
| | | | | Bug: 3284126 Change-Id: I7f8c6259f2932d2b1a10a2f9612866786d425da9
* Fix DumpRenderTree2 script to allow only one path to be specifiedSteve Block2010-10-181-9/+12
| | | | Change-Id: I4a85ff69554a9c76af0b2deea747b8414660fee2
* Improve error handling in DumpRenderTree2 scriptsSteve Block2010-10-182-22/+30
| | | | Change-Id: Idba4acc22dd037a001ea5c05cbd6a29292f6de2c
* add multiple device support to layout test driver scriptGuang Zhu2010-09-281-3/+7
| | | | | | | pass on the serial number onto adb command so that it don't get confused when multiple devices are connected Change-Id: I0b16f9da941d77425bcc5f782393f8800e035871
* Update run_layout_tests.py to give a useful error if DumpRenderTree2 is not ↵Steve Block2010-09-281-4/+8
| | | | | | | found on the device Bug: 3006981 Change-Id: Ie789eb726bc051305371d4958c16ceca980ea1d1
* Fix a bug in DumpRenderTree2's run_apache2.py scriptSteve Block2010-09-221-4/+3
| | | | | | | | | | We use a printf style approach when setting the run command in the command string to be executed. When doing so, the printf must be applied to only the relevant part of the string. This avoids problems in the case that other parts of the string contain special character sequences, such as '%s' in a custom log directive. Change-Id: I87df773a2872320386a34cb6a5041a9e0ba6f31e
* Fix DumpRenderTree2 to serve HTTP tests on http://127.0.0.1:8000Steve Block2010-09-171-0/+4
| | | | | | | | | | Currently DumpRenderTree2 serves HTTP tests on http://localhost:8080. Some of the tests hardcode 'http://127.0.0.1:8000' for resources, so we must use this scheme and port for the requests to be same-origin. This fixes LayoutTest http/tests/appcache/credential-url.html Change-Id: I2a9c402fc7b0e0b62eb4a278d67ac0e63ef96e8b
* Changed the behaviour of run_apache2.py restart.Maksymilian Osowski2010-09-171-2/+16
| | | | | | Now it explicitly stops and starts the server and not just invokes apache2 -k restart Change-Id: I74cfa9c3388552fcc56b62c5ab614262ca540d0b
* Changed run_layout_tests.py and run_apache2.py to accept alternative tests ↵Maksymilian Osowski2010-09-172-7/+25
| | | | | | root dir. Change-Id: I6d0537b6712ca6f68ec004e5e8bf95b97b9017fc
* Made the run_layout_tests.py script restart the apache2 server before it starts.Maksymilian Osowski2010-09-141-0/+4
| | | | Change-Id: Ic6b4e63d20a95daddd3dfde32d4168b235d7dd91
* Add to DumpRenderTree2 the option to suppress showing results in the host ↵Steve Block2010-09-141-11/+17
| | | | | | browser Change-Id: I78841ab5fad4e3ee0d5fe559489bf8cfd81abd23
* When running DumpRenderTree2 from script, remove old results filesSteve Block2010-09-131-2/+4
| | | | | | | This makes sure that should we fail to get a new results file from the device, we won't ever show an old results file to the user. Change-Id: Ib00ae391a6b2b43a336370ef23af2d6c95589918
* Update DumpRenderTree2 to store results in /sdcard/layout-test-resultsSteve Block2010-09-131-1/+1
| | | | | | | This more closely follows other WebKit platforms, which use /tmp/layout-test-results. Change-Id: Ice702b73d7425250d595e8321e14ff3becb66ed5
* Update DumpRenderTree2 to reflect removal of WEBKIT_MERGE_REVISIONSteve Block2010-09-071-2/+2
| | | | | | | We now use ThirdPartyProject.prop See https://android-git.corp.google.com/g/#change,64831 Change-Id: Ib52fdd93ac08fb19ec8b7f539eb084c0b668e01b
* Fixed the run_apache2.py script to use the correct mime.types file.Maksymilian Osowski2010-09-031-1/+2
| | | | Change-Id: I0bd5870259b3f7de92d4996d1ebb83fdff126210
* Adds webkit revision to the summary and details.Maksymilian Osowski2010-09-021-0/+2
| | | | | | | | The revision number is taken from external/webkit/WEBKIT_MERGE_REVISION and is served to the java code by apache server. To be able to do that, the new alias directive had to be added to the run_apache2.py script. Bug: 2889572 Change-Id: Ie3d147e4d8ea9edd0144b819152121563b8bd759
* Update run_apach2.py to serve HTTP tests at server rootSteve Block2010-08-261-2/+10
| | | | | | | | | | | The complete set of layout tests is still available at /LayoutTests and scripts at /WebKitTools/DumpRenderTree/android. Note that this requires a corresponding change to external/webkit/WebKitTools/DumpRenderTree/android/get_layout_tests_dir_contents.php Bug: 2951727 Change-Id: Idf366942ffd5786759c989e992359b7e7dbb182c
* Use locals to make run_apache2.py more readableSteve Block2010-08-261-19/+23
| | | | | | Also fixes style Change-Id: I8045b7deb5badfed7758be459d05c58d0ff2e390
* Updated the script to include access log.Maksymilian Osowski2010-08-261-0/+2
| | | | Change-Id: I3c97d60580040fa8e4bf63660091edb9c7a871fb
* Fix naming and executable bits on DumpRenderTree2 scriptsSteve Block2010-08-182-2/+2
| | | | Change-Id: Id1415e2a166289c8c585e132e842f5ca6ad35426
* Added copyright information to the files that were missing it.Maksymilian Osowski2010-08-131-1/+15
| | | | Change-Id: I3b814f2fbd96384189e702e723764d17cbbde5fe
* Added python script that starts/stops apache2 server on host machine ↵Maksymilian Osowski2010-08-131-0/+93
| | | | | | configured to handle http layout tests. Change-Id: I7bf4390dfb4f9a580e6e4ca0eb25c85655df723c
* Added a basic version of python script and supporting code in DumpRenderTree.Maksymilian Osowski2010-08-111-0/+65
Change-Id: Ic60ef9b89f74a3a36a4c31765f99c8de08dce911