summaryrefslogtreecommitdiffstats
path: root/build/android/pylib/chrome_test_server_spawner.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix issue in chrome_test_server_spawner.py when PYTHONPATH is not set.shouqun.liu@intel.com2012-09-121-1/+1
| | | | | | | | | | | | | If that PYTHONPATH is not set in some systems, then run run_tests.py and chrome_test_server_spawner.py finally gets "KeyError: 'PYTHONPATH'". BUG= TEST=build/android/run_tests.py Review URL: https://chromiumcodereview.appspot.com/10933035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156288 0039d316-1c4b-4281-b951-d872f2087c98
* Fix tls-intolerant handling.digit@chromium.org2012-09-111-1/+2
| | | | | | | | | | | | | | | | | | | | | | The net/tools/testerver program supports an option named --tls-intolerant=<mode> used to simulate TLS connection aborts (which is itself used to test TLS fallback modes). The <mode> argument is an integer specifying exactly which types of connections to abort. For more details, read net/tools/testserver/testerver.py. The chrome_test_server_spawner.py was not using the option properly (instead, just using '--tls-intolerant' without any mode value). This patch fixes this, which allows HTTPSRequestTest.TLSv1Fallback to pass on Android. BUG= Review URL: https://chromiumcodereview.appspot.com/10916225 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156030 0039d316-1c4b-4281-b951-d872f2087c98
* Upstream chrome_test_server_spawner.py for Android.pliard@chromium.org2012-08-311-71/+360
| | | | | | | | | BUG=142571 Review URL: https://chromiumcodereview.appspot.com/10885005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154429 0039d316-1c4b-4281-b951-d872f2087c98
* [android] Split top-level scripts and libraries from build/android.bulach@chromium.org2012-07-091-0/+114
- Top-level scripts are kept under build/android. - Utility libraries have been moved to build/android/pylib. - Fixes all imports and headers. This is in preparation for landing the "instrumentation" (java-based) tests, which will reuse several of these components. BUG= TEST=existing android tests Review URL: https://chromiumcodereview.appspot.com/10693110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145653 0039d316-1c4b-4281-b951-d872f2087c98