| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The test isolation files for sync_integration_tests were missing a couple of protobuf directories, as a result of which they couldn't start the python sync server against which to run the tests.
This patch adds the missing directories to the isolate file.
TBR=thakis@chromium.org
BUG=none
TEST=sync tests pass on http://build.chromium.org/p/chromium.swarm/waterfall
Review URL: https://chromiumcodereview.appspot.com/11369145
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167264 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is in preparation to have run_test_cases.py to be able to reuse common code
in run_isolated.py to reduce code duplication.
TBR=csharp@chromium.org
BUG=
Review URL: https://chromiumcodereview.appspot.com/11360143
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166705 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
TBR=maruel@chromium.org
NOTRY=True
BUG=
Review URL: https://chromiumcodereview.appspot.com/11273113
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164923 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also add a few missing files for unit_tests, found with fix_test_cases.py
TBR=maruel@chromium.org
NOTRY=True
BUG=
Review URL: https://chromiumcodereview.appspot.com/11346034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164915 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add isolated_dependency_tracked inconditionally to
sync_integration_tests.isolate. It is required.
TBR=csharp@chromium.org
NOTRY=true
BUG=
Review URL: https://chromiumcodereview.appspot.com/11175034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163275 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In order to run a chrome test suite on a buildbot without checking out
the entire chromium source tree, we need to copy over the transtitive
closure of the test suite and all its dependencies. Doing so manually is
tedious, error prone, and brittle.
This patch updates the .isolate file for sync_integration_tests and modifies
its corresponding test target in chrome_tests.gypi. This will enable us to
copy sync_integration_tests to other tester buildbots in order to run
them as part of cross platform integration tests. We plan on using this
on the bling buildbots for sync.
TBR=thakis@chromium.org
BUG=155531, b/6942067
Review URL: https://codereview.chromium.org/11195035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162738 0039d316-1c4b-4281-b951-d872f2087c98
|
|
In order to run a chrome test suite on a buildbot without checking out
the entire chromium source tree, we need to copy over the transtitive
closure of the test suite and all its dependencies. Doing so manually is
tedious, error prone, and brittle.
This patch adds a .isolate file for sync_integration_tests and its
corresponding test target to chrome_tests.gypi. This will enable us to
copy sync_integration_tests to other tester buildbots in order to run
them as part of cross platform integration tests. We plan on using this
on the bling buildbots for sync.
TBR=thakis@chromium.org
BUG=155531, b/6942067
Review URL: https://codereview.chromium.org/11043014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161906 0039d316-1c4b-4281-b951-d872f2087c98
|