summaryrefslogtreecommitdiffstats
path: root/sync/sync_tests.gypi
diff options
context:
space:
mode:
authormaruel <maruel@chromium.org>2015-06-30 16:08:11 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-30 23:09:56 +0000
commit03648b0f71a13a54097161d89d2c8fb988112f0e (patch)
tree7d84b08b9b2139e6c15928b2662aa4a623eb40e6 /sync/sync_tests.gypi
parentb78886c3ea9487fe64d0ddb7f7e56e6fd018c85a (diff)
downloadchromium_src-03648b0f71a13a54097161d89d2c8fb988112f0e.zip
chromium_src-03648b0f71a13a54097161d89d2c8fb988112f0e.tar.gz
chromium_src-03648b0f71a13a54097161d89d2c8fb988112f0e.tar.bz2
Convert sync_unit_tests to run exclusively on Swarming
0 configs already ran on Swarming 29 used to run locally and were converted: - chromium.chromiumos.json: Linux ChromiumOS Ozone Tests (1) - chromium.chromiumos.json: Linux ChromiumOS Tests (1) - chromium.chromiumos.json: Linux ChromiumOS Tests (dbg)(1) - chromium.fyi.json: CrWinAsan tester - chromium.fyi.json: CrWinAsan(dll) tester - chromium.fyi.json: Linux Trusty - chromium.fyi.json: Linux Trusty (dbg) - chromium.linux.json: Cast Linux - chromium.linux.json: Linux Tests - chromium.linux.json: Linux Tests (dbg)(1) - chromium.linux.json: Linux Tests (dbg)(1)(32) - chromium.mac.json: Mac10.10 Tests - chromium.mac.json: Mac10.6 Tests - chromium.mac.json: Mac10.8 Tests - chromium.mac.json: Mac10.9 Tests - chromium.mac.json: Mac10.9 Tests (dbg) - chromium.memory.fyi.json: Linux ChromeOS MSan Tests - chromium.memory.fyi.json: Linux MSan Tests - chromium.memory.fyi.json: Linux TSan Tests - chromium.memory.json: Linux ASan LSan Tests (1) - chromium.memory.json: Linux Chromium OS ASan LSan Tests (1) - chromium.memory.json: Mac ASan 64 Tests (1) - chromium.webkit.json: Linux ChromiumOS Tests (1) - chromium.webkit.json: Linux ChromiumOS Tests (dbg)(1) - chromium.win.json: Vista Tests (1) - chromium.win.json: Win 7 Tests x64 (1) - chromium.win.json: Win7 Tests (1) - chromium.win.json: Win7 Tests (dbg)(1) - chromium.win.json: XP Tests (1) Ran: ./manage.py --convert sync_unit_tests R=dpranke@chromium.org,maniscalco@chromium.org TBR= BUG=98637 Review URL: https://codereview.chromium.org/1218143002 Cr-Commit-Position: refs/heads/master@{#336905}
Diffstat (limited to 'sync/sync_tests.gypi')
-rw-r--r--sync/sync_tests.gypi17
1 files changed, 17 insertions, 0 deletions
diff --git a/sync/sync_tests.gypi b/sync/sync_tests.gypi
index 7081f5b..670d67e 100644
--- a/sync/sync_tests.gypi
+++ b/sync/sync_tests.gypi
@@ -507,5 +507,22 @@
},
],
}],
+ ['test_isolation_mode != "noop"', {
+ 'targets': [
+ {
+ 'target_name': 'sync_unit_tests_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'sync_unit_tests',
+ ],
+ 'includes': [
+ '../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'sync_unit_tests.isolate',
+ ],
+ },
+ ],
+ }],
],
}