diff options
author | ricow <ricow@google.com> | 2015-01-16 02:40:48 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-01-16 10:41:42 +0000 |
commit | 5c45e0f5028f7130796138b1b3ac724c2d5b1876 (patch) | |
tree | ba8c5ac49aedd17700939afe91cb43e8cd79f949 /gpu/gpu_unittests.isolate | |
parent | b162d02e0a80252119ff75bf00c4d2d848d55cde (diff) | |
download | chromium_src-5c45e0f5028f7130796138b1b3ac724c2d5b1876.zip chromium_src-5c45e0f5028f7130796138b1b3ac724c2d5b1876.tar.gz chromium_src-5c45e0f5028f7130796138b1b3ac724c2d5b1876.tar.bz2 |
Revert of Swarm gpu_unittests. (patchset #3 id:60001 of https://codereview.chromium.org/848173004/)
Reason for revert:
This seems to be causing builds to not be triggered
Original issue's description:
> Swarm gpu_unittests.
>
> BUG=448877
>
> Committed: https://crrev.com/ceca415be1b0af7f18dd22e8058c8b88401c46ef
> Cr-Commit-Position: refs/heads/master@{#311755}
TBR=sievers@chromium.org,jam@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=448877
Review URL: https://codereview.chromium.org/810453007
Cr-Commit-Position: refs/heads/master@{#311860}
Diffstat (limited to 'gpu/gpu_unittests.isolate')
-rw-r--r-- | gpu/gpu_unittests.isolate | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/gpu/gpu_unittests.isolate b/gpu/gpu_unittests.isolate deleted file mode 100644 index 3380606..0000000 --- a/gpu/gpu_unittests.isolate +++ /dev/null @@ -1,66 +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': [ - '../testing/test_env.py', - '<(PRODUCT_DIR)/gpu_unittests<(EXECUTABLE_SUFFIX)', - ], - }, - }], - ['OS=="linux"', { - 'variables': { - 'command': [ - '../testing/xvfb.py', - '<(PRODUCT_DIR)', - '<(PRODUCT_DIR)/gpu_unittests', - '--brave-new-test-launcher', - '--test-launcher-bot-mode', - '--asan=<(asan)', - '--lsan=<(lsan)', - ], - 'files': [ - '../testing/xvfb.py', - '<(PRODUCT_DIR)/xdisplaycheck', - ], - }, - }], - ['OS=="mac"', { - 'variables': { - 'command': [ - '../testing/test_env.py', - '<(PRODUCT_DIR)/gpu_unittests', - '--brave-new-test-launcher', - '--test-launcher-bot-mode', - '--asan=<(asan)', - '--lsan=<(lsan)', - ], - }, - }], - ['OS=="win"', { - 'variables': { - 'command': [ - '../testing/test_env.py', - '<(PRODUCT_DIR)/gpu_unittests.exe', - '--brave-new-test-launcher', - '--test-launcher-bot-mode', - '--asan=<(asan)', - '--lsan=<(lsan)', - ], - }, - }], - ['OS=="win" and (fastbuild==0 or fastbuild==1)', { - 'variables': { - 'files': [ - '<(PRODUCT_DIR)/gpu_unittests.exe.pdb', - ], - }, - }], - ], - 'includes': [ - '../base/base.isolate', - ], -} |