| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
- 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
|