diff options
author | kaliamoorthi <kaliamoorthi@chromium.org> | 2015-01-26 04:44:55 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-01-26 12:45:42 +0000 |
commit | c25902f538732f8bcfc651f72c2a5af043e7b9bd (patch) | |
tree | be7317c16d09b562c2360831ff20820d7643e4e0 /extensions/extensions_browsertests.isolate | |
parent | 3e949c0f7df9340ee655e701649977fd50e4d568 (diff) | |
download | chromium_src-c25902f538732f8bcfc651f72c2a5af043e7b9bd.zip chromium_src-c25902f538732f8bcfc651f72c2a5af043e7b9bd.tar.gz chromium_src-c25902f538732f8bcfc651f72c2a5af043e7b9bd.tar.bz2 |
Revert of Isolate extensions_browsertests (patchset #7 id:120001 of https://codereview.chromium.org/869783004/)
Reason for revert:
This CL seem to cause the failure in extension browser test in Windows Vista SP2
Original issue's description:
> Isolate extensions_browsertests
>
> R=maruel@chromium.org, yoz@chromium.org
> TBR=jam@chromium.org
> BUG=98637
>
> Committed: https://crrev.com/d1caf97fe8db47e5c76043bccbf4dd4a42265831
> Cr-Commit-Position: refs/heads/master@{#312993}
TBR=maruel@chromium.org,yoz@chromium.org,scottmg@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=98637
Review URL: https://codereview.chromium.org/876633002
Cr-Commit-Position: refs/heads/master@{#313062}
Diffstat (limited to 'extensions/extensions_browsertests.isolate')
-rw-r--r-- | extensions/extensions_browsertests.isolate | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/extensions/extensions_browsertests.isolate b/extensions/extensions_browsertests.isolate deleted file mode 100644 index c5da8dc..0000000 --- a/extensions/extensions_browsertests.isolate +++ /dev/null @@ -1,62 +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': [ - '../net/data/', - '../net/tools/testserver/', - '../testing/test_env.py', - '../third_party/pyftpdlib/', - '../third_party/pywebsocket/', - '../third_party/tlslite/', - '<(PRODUCT_DIR)/extensions_browsertests<(EXECUTABLE_SUFFIX)', - '<(PRODUCT_DIR)/extensions_shell_and_test.pak', - 'test/data/', - ], - }, - }], - ['OS=="linux"', { - 'variables': { - 'command': [ - '../testing/xvfb.py', - '<(PRODUCT_DIR)', - '<(PRODUCT_DIR)/extensions_browsertests<(EXECUTABLE_SUFFIX)', - '--brave-new-test-launcher', - '--test-launcher-bot-mode', - '--asan=<(asan)', - '--lsan=<(lsan)', - ], - 'files': [ - '../testing/xvfb.py', - '<(PRODUCT_DIR)/libosmesa.so', - ], - }, - }], - ['OS=="linux" and use_ozone==0', { - 'variables': { - 'files': [ - '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', - ], - }, - }], - ['OS=="mac" or OS=="win"', { - 'variables': { - 'command': [ - '../testing/test_env.py', - '<(PRODUCT_DIR)/extensions_browsertests<(EXECUTABLE_SUFFIX)', - '--brave-new-test-launcher', - '--test-launcher-bot-mode', - '--asan=<(asan)', - '--lsan=<(lsan)', - ], - }, - }], - ], - 'includes': [ - '../base/base.isolate', - '../gin/v8.isolate', - ], -} |