Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9243)

Unified Diff: chrome/chromedriver_unittests.isolate

Issue 1222713003: Convert chromedriver_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@1_clang
Patch Set: Fix copyright Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chromedriver_unittests.isolate
diff --git a/gpu/gpu_unittests.isolate b/chrome/chromedriver_unittests.isolate
similarity index 61%
copy from gpu/gpu_unittests.isolate
copy to chrome/chromedriver_unittests.isolate
index 999c8703247583fa0ec581e2e3d4fb53efe8fba1..4d5fea4a45d17551cd478f23ab819923d7b4363a 100644
--- a/gpu/gpu_unittests.isolate
+++ b/chrome/chromedriver_unittests.isolate
@@ -7,8 +7,7 @@
'variables': {
'command': [
'../testing/test_env.py',
- '<(PRODUCT_DIR)/gpu_unittests<(EXECUTABLE_SUFFIX)',
- '--brave-new-test-launcher',
+ '<(PRODUCT_DIR)/chromedriver_unittests<(EXECUTABLE_SUFFIX)',
'--test-launcher-bot-mode',
'--asan=<(asan)',
'--msan=<(msan)',
@@ -21,8 +20,7 @@
'command': [
'../testing/xvfb.py',
'<(PRODUCT_DIR)',
- '<(PRODUCT_DIR)/gpu_unittests<(EXECUTABLE_SUFFIX)',
- '--brave-new-test-launcher',
+ '<(PRODUCT_DIR)/chromedriver_unittests<(EXECUTABLE_SUFFIX)',
'--test-launcher-bot-mode',
'--asan=<(asan)',
'--msan=<(msan)',
@@ -38,27 +36,13 @@
'variables': {
'files': [
'../testing/test_env.py',
- '<(PRODUCT_DIR)/gpu_unittests<(EXECUTABLE_SUFFIX)',
- ],
- },
- }],
- ['OS=="mac" and asan==1 and fastbuild==0', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/gpu_unittests.dSYM/',
- ],
- },
- }],
- ['OS=="win" and (fastbuild==0 or fastbuild==1)', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/gpu_unittests.exe.pdb',
+ '<(PRODUCT_DIR)/chromedriver_unittests<(EXECUTABLE_SUFFIX)',
+ 'test/data/chromedriver/',
],
},
}],
],
'includes': [
'../base/base.isolate',
- '../third_party/angle/angle.isolate',
],
}
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698