summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsergeyv <sergeyv@chromium.org>2015-01-21 05:39:41 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-21 13:40:30 +0000
commitc497f3788bc5007ee3bbe2f6aa1cc101b6d66d8b (patch)
treefbe2d570783541d81d139bf895e639ed9d91c2eb
parent2c5518d7b7d3eb119588fea8e6c668076c8bcfed (diff)
downloadchromium_src-c497f3788bc5007ee3bbe2f6aa1cc101b6d66d8b.zip
chromium_src-c497f3788bc5007ee3bbe2f6aa1cc101b6d66d8b.tar.gz
chromium_src-c497f3788bc5007ee3bbe2f6aa1cc101b6d66d8b.tar.bz2
Revert of Swarm cc_unittests. (patchset #6 id:100001 of https://codereview.chromium.org/854743002/)
Reason for revert: Failures on chrome.mac Original issue's description: > Swarm cc_unittests. > > BUG=448877 > > Committed: https://crrev.com/9086ff0072268267bacf28e6098a7b5bd8478982 > Cr-Commit-Position: refs/heads/master@{#312252} TBR=maruel@chromium.org,alexst@chromium.org,jam@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=448877 Review URL: https://codereview.chromium.org/861173002 Cr-Commit-Position: refs/heads/master@{#312322}
-rw-r--r--cc/cc_tests.gyp19
-rw-r--r--cc/cc_unittests.isolate83
-rw-r--r--testing/buildbot/chromium.linux.json21
-rw-r--r--testing/buildbot/chromium.mac.json28
-rw-r--r--testing/buildbot/chromium.win.json35
-rw-r--r--testing/buildbot/chromium_memory_trybot.json7
-rw-r--r--testing/buildbot/chromium_trybot.json7
7 files changed, 15 insertions, 185 deletions
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
index 49337bc..74cb1bfd 100644
--- a/cc/cc_tests.gyp
+++ b/cc/cc_tests.gyp
@@ -444,23 +444,6 @@
},
],
}
- ],
- ['test_isolation_mode != "noop"', {
- 'targets': [
- {
- 'target_name': 'cc_unittests_run',
- 'type': 'none',
- 'dependencies': [
- 'cc_unittests',
- ],
- 'includes': [
- '../build/isolate.gypi',
- ],
- 'sources': [
- 'cc_unittests.isolate',
- ],
- },
- ],
- }],
+ ]
],
}
diff --git a/cc/cc_unittests.isolate b/cc/cc_unittests.isolate
deleted file mode 100644
index 4e5ac92..0000000
--- a/cc/cc_unittests.isolate
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 2015 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-{
- 'conditions': [
- ['OS=="linux" or OS=="mac" or OS=="win"', {
- 'variables': {
- 'files': [
- 'test/data/',
- '../testing/test_env.py',
- '<(PRODUCT_DIR)/cc_unittests<(EXECUTABLE_SUFFIX)',
- ],
- },
- }],
- ['OS=="linux"', {
- 'variables': {
- 'command': [
- '../testing/xvfb.py',
- '<(PRODUCT_DIR)',
- '<(PRODUCT_DIR)/cc_unittests',
- '--brave-new-test-launcher',
- '--test-launcher-bot-mode',
- '--asan=<(asan)',
- '--lsan=<(lsan)',
- ],
- 'files': [
- '../testing/xvfb.py',
- '<(PRODUCT_DIR)/libffmpegsumo.so',
- '<(PRODUCT_DIR)/libosmesa.so',
- ],
- },
- }],
- ['OS=="linux" and use_ozone==0', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/xdisplaycheck',
- ],
- },
- }],
- ['OS=="mac"', {
- 'variables': {
- 'command': [
- '../testing/test_env.py',
- '<(PRODUCT_DIR)/cc_unittests',
- '--brave-new-test-launcher',
- '--test-launcher-bot-mode',
- '--asan=<(asan)',
- '--lsan=<(lsan)',
- ],
- 'files': [
- '<(PRODUCT_DIR)/ffmpegsumo.so',
- '<(PRODUCT_DIR)/osmesa.so',
- ],
- },
- }],
- ['OS=="win"', {
- 'variables': {
- 'command': [
- '../testing/test_env.py',
- '<(PRODUCT_DIR)/cc_unittests.exe',
- '--brave-new-test-launcher',
- '--test-launcher-bot-mode',
- '--asan=<(asan)',
- '--lsan=<(lsan)',
- ],
- 'files': [
- '<(PRODUCT_DIR)/ffmpegsumo.dll',
- '<(PRODUCT_DIR)/osmesa.dll',
- ],
- },
- }],
- ['OS=="win" and (fastbuild==0 or fastbuild==1)', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/cc_unittests.exe.pdb',
- ],
- },
- }],
- ],
- 'includes': [
- '../base/base.isolate',
- ],
-}
diff --git a/testing/buildbot/chromium.linux.json b/testing/buildbot/chromium.linux.json
index d4f43a1..7c71066 100644
--- a/testing/buildbot/chromium.linux.json
+++ b/testing/buildbot/chromium.linux.json
@@ -31,12 +31,7 @@
},
"cacheinvalidation_unittests",
"cast_unittests",
- {
- "test": "cc_unittests",
- "swarming": {
- "can_use_on_swarming_builders": true
- }
- },
+ "cc_unittests",
"chromedriver_unittests",
{
"test": "components_unittests",
@@ -204,12 +199,7 @@
},
"cacheinvalidation_unittests",
"cast_unittests",
- {
- "test": "cc_unittests",
- "swarming": {
- "can_use_on_swarming_builders": true
- }
- },
+ "cc_unittests",
"chromedriver_unittests",
{
"test": "components_unittests",
@@ -357,12 +347,7 @@
},
"cacheinvalidation_unittests",
"cast_unittests",
- {
- "test": "cc_unittests",
- "swarming": {
- "can_use_on_swarming_builders": true
- }
- },
+ "cc_unittests",
"chromedriver_unittests",
{
"test": "components_unittests",
diff --git a/testing/buildbot/chromium.mac.json b/testing/buildbot/chromium.mac.json
index 1e9f0e6..8f8a30e 100644
--- a/testing/buildbot/chromium.mac.json
+++ b/testing/buildbot/chromium.mac.json
@@ -28,12 +28,7 @@
},
"cacheinvalidation_unittests",
"cast_unittests",
- {
- "test": "cc_unittests",
- "swarming": {
- "can_use_on_swarming_builders": true
- }
- },
+ "cc_unittests",
"chromedriver_unittests",
{
"test": "components_unittests",
@@ -172,12 +167,7 @@
},
"cacheinvalidation_unittests",
"cast_unittests",
- {
- "test": "cc_unittests",
- "swarming": {
- "can_use_on_swarming_builders": true
- }
- },
+ "cc_unittests",
"chromedriver_unittests",
{
"test": "components_unittests",
@@ -316,12 +306,7 @@
},
"cacheinvalidation_unittests",
"cast_unittests",
- {
- "test": "cc_unittests",
- "swarming": {
- "can_use_on_swarming_builders": true
- }
- },
+ "cc_unittests",
"chromedriver_unittests",
{
"test": "components_unittests",
@@ -460,12 +445,7 @@
},
"cacheinvalidation_unittests",
"cast_unittests",
- {
- "test": "cc_unittests",
- "swarming": {
- "can_use_on_swarming_builders": true
- }
- },
+ "cc_unittests",
"chromedriver_unittests",
{
"test": "components_unittests",
diff --git a/testing/buildbot/chromium.win.json b/testing/buildbot/chromium.win.json
index e958c74..a257144 100644
--- a/testing/buildbot/chromium.win.json
+++ b/testing/buildbot/chromium.win.json
@@ -20,12 +20,7 @@
},
"cacheinvalidation_unittests",
"cast_unittests",
- {
- "test": "cc_unittests",
- "swarming": {
- "can_use_on_swarming_builders": true
- }
- },
+ "cc_unittests",
"chromedriver_unittests",
"chrome_elf_unittests",
{
@@ -145,12 +140,7 @@
},
"cacheinvalidation_unittests",
"cast_unittests",
- {
- "test": "cc_unittests",
- "swarming": {
- "can_use_on_swarming_builders": true
- }
- },
+ "cc_unittests",
"chromedriver_unittests",
"chrome_elf_unittests",
{
@@ -280,12 +270,7 @@
},
"cacheinvalidation_unittests",
"cast_unittests",
- {
- "test": "cc_unittests",
- "swarming": {
- "can_use_on_swarming_builders": true
- }
- },
+ "cc_unittests",
"chromedriver_unittests",
"chrome_elf_unittests",
"components_browsertests",
@@ -423,12 +408,7 @@
"aura_unittests",
"cacheinvalidation_unittests",
"cast_unittests",
- {
- "test": "cc_unittests",
- "swarming": {
- "can_use_on_swarming_builders": true
- }
- },
+ "cc_unittests",
"chromedriver_unittests",
"chrome_elf_unittests",
"components_browsertests",
@@ -564,12 +544,7 @@
},
"cacheinvalidation_unittests",
"cast_unittests",
- {
- "test": "cc_unittests",
- "swarming": {
- "can_use_on_swarming_builders": true
- }
- },
+ "cc_unittests",
"chromedriver_unittests",
"chrome_elf_unittests",
{
diff --git a/testing/buildbot/chromium_memory_trybot.json b/testing/buildbot/chromium_memory_trybot.json
index ffd2124..af0f169 100644
--- a/testing/buildbot/chromium_memory_trybot.json
+++ b/testing/buildbot/chromium_memory_trybot.json
@@ -15,12 +15,7 @@
}
},
"cacheinvalidation_unittests",
- {
- "test": "cc_unittests",
- "swarming": {
- "can_use_on_swarming_builders": true
- }
- },
+ "cc_unittests",
{
"test": "components_unittests",
"swarming": {
diff --git a/testing/buildbot/chromium_trybot.json b/testing/buildbot/chromium_trybot.json
index 077b315..eef2619 100644
--- a/testing/buildbot/chromium_trybot.json
+++ b/testing/buildbot/chromium_trybot.json
@@ -52,12 +52,7 @@
},
"cacheinvalidation_unittests",
"cast_unittests",
- {
- "test": "cc_unittests",
- "swarming": {
- "can_use_on_swarming_builders": true
- }
- },
+ "cc_unittests",
"chromedriver_unittests",
{
"test": "chromevox_tests",