summaryrefslogtreecommitdiffstats
path: root/chrome/sync_integration_tests.isolate
Commit message (Collapse)AuthorAgeFilesLines
* [sync] Fix Isolate files for sync_integration_testsrsimha@chromium.org2012-11-121-0/+2
| | | | | | | | | | | | | | | 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
* Add run_isolate.py to all .isolate.maruel@chromium.org2012-11-081-1/+2
| | | | | | | | | | | | | 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
* Remove old file from sync_integration_tests.isolatecsharp@chromium.org2012-10-301-1/+0
| | | | | | | | | | | 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
* Fix Linux compile for swarm bots.csharp@chromium.org2012-10-301-1/+0
| | | | | | | | | | | | | 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
* Fix Windows build with test_isolation_mode!=noop.maruel@chromium.org2012-10-221-0/+4
| | | | | | | | | | | | | | 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
* [sync] Isolate sync_integration_tests and its dependencies (mac)rsimha@chromium.org2012-10-181-7/+30
| | | | | | | | | | | | | | | | | | | | 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
* [sync] Isolate sync_integration_tests and its dependencies (linux)rsimha@chromium.org2012-10-151-0/+47
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