History log of /frameworks/base/tests/DumpRenderTree2/assets/run_apache2.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
183c3c9ca20f55703f31e3610bca72682f6355db 23-May-2011 Steve Block <steveblock@google.com> Update DRT2 to reflect WebKit code movement

See http://trac.webkit.org/changeset/74301

Change-Id: Ibe495cdc1f50f65db5663dbb63af9b9c2db050d0
/frameworks/base/tests/DumpRenderTree2/assets/run_apache2.py
ae47ce00460538d7db688a269d8cbae5a2054b18 15-Oct-2010 Steve Block <steveblock@google.com> Improve error handling in DumpRenderTree2 scripts

Change-Id: Idba4acc22dd037a001ea5c05cbd6a29292f6de2c
/frameworks/base/tests/DumpRenderTree2/assets/run_apache2.py
0e1d6876f93332eb430d31d48f627ad812abb29d 20-Sep-2010 Steve Block <steveblock@google.com> Fix a bug in DumpRenderTree2's run_apache2.py script

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
/frameworks/base/tests/DumpRenderTree2/assets/run_apache2.py
76c97ee414dfc752ce26201a440bf7c451acae85 17-Sep-2010 Steve Block <steveblock@google.com> Fix DumpRenderTree2 to serve HTTP tests on http://127.0.0.1:8000

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
/frameworks/base/tests/DumpRenderTree2/assets/run_apache2.py
4af7705631880a8f0b1d2c34df47be4b554b7a15 17-Sep-2010 Maksymilian Osowski <maxosowski@google.com> Changed the behaviour of run_apache2.py restart.

Now it explicitly stops and starts the server and not just invokes apache2 -k restart

Change-Id: I74cfa9c3388552fcc56b62c5ab614262ca540d0b
/frameworks/base/tests/DumpRenderTree2/assets/run_apache2.py
78fbc54c182cfc6b21fe745213b02b7ea18775e7 16-Sep-2010 Maksymilian Osowski <maxosowski@google.com> Changed run_layout_tests.py and run_apache2.py to accept alternative tests root dir.

Change-Id: I6d0537b6712ca6f68ec004e5e8bf95b97b9017fc
/frameworks/base/tests/DumpRenderTree2/assets/run_apache2.py
0e2bae14b408d001fea84c0cbdb7348c3ec611a3 07-Sep-2010 Steve Block <steveblock@google.com> Update DumpRenderTree2 to reflect removal of WEBKIT_MERGE_REVISION

We now use ThirdPartyProject.prop
See https://android-git.corp.google.com/g/#change,64831

Change-Id: Ib52fdd93ac08fb19ec8b7f539eb084c0b668e01b
/frameworks/base/tests/DumpRenderTree2/assets/run_apache2.py
5846d4561d45c2805b3cba33995bfa08b55b980e 02-Sep-2010 Maksymilian Osowski <maxosowski@google.com> Fixed the run_apache2.py script to use the correct mime.types file.

Change-Id: I0bd5870259b3f7de92d4996d1ebb83fdff126210
/frameworks/base/tests/DumpRenderTree2/assets/run_apache2.py
2ca8acdb5622b03a4ef56159477087adcf87db62 02-Sep-2010 Maksymilian Osowski <maxosowski@google.com> Adds webkit revision to the summary and details.

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
/frameworks/base/tests/DumpRenderTree2/assets/run_apache2.py
9d660cb5f3202366ad8540d66018b33b3f8578df 26-Aug-2010 Steve Block <steveblock@google.com> Update run_apach2.py to serve HTTP tests at server root

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
/frameworks/base/tests/DumpRenderTree2/assets/run_apache2.py
ee273fac7f223eafb7619168ec656dd4947b1e5e 26-Aug-2010 Steve Block <steveblock@google.com> Use locals to make run_apache2.py more readable

Also fixes style

Change-Id: I8045b7deb5badfed7758be459d05c58d0ff2e390
/frameworks/base/tests/DumpRenderTree2/assets/run_apache2.py
fe33f987cb61d8a5c22f207df6d47d2346828af7 26-Aug-2010 Maksymilian Osowski <maxosowski@google.com> Updated the script to include access log.

Change-Id: I3c97d60580040fa8e4bf63660091edb9c7a871fb
/frameworks/base/tests/DumpRenderTree2/assets/run_apache2.py
0e4d86fddf2c9664f2fd44247e5688f077b95d5e 18-Aug-2010 Steve Block <steveblock@google.com> Fix naming and executable bits on DumpRenderTree2 scripts

Change-Id: Id1415e2a166289c8c585e132e842f5ca6ad35426
/frameworks/base/tests/DumpRenderTree2/assets/run_apache2.py