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

Unified Diff: url/url_unittests.isolate

Issue 1211103006: Convert url_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@3_ipc_tests
Patch Set: Created 5 years, 6 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 | « url/url.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: url/url_unittests.isolate
diff --git a/ipc/ipc_tests.isolate b/url/url_unittests.isolate
similarity index 83%
copy from ipc/ipc_tests.isolate
copy to url/url_unittests.isolate
index ce9d3d678b4955e74d7e1f0b3b15285d722ab973..10361f9aaeeafc2cb03c6d4db7c547a6b6aa5be2 100644
--- a/ipc/ipc_tests.isolate
+++ b/url/url_unittests.isolate
@@ -7,7 +7,7 @@
'variables': {
'command': [
'../testing/test_env.py',
- '<(PRODUCT_DIR)/ipc_tests<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/url_unittests<(EXECUTABLE_SUFFIX)',
'--brave-new-test-launcher',
'--test-launcher-bot-mode',
'--asan=<(asan)',
@@ -16,7 +16,7 @@
],
'files': [
'../testing/test_env.py',
- '<(PRODUCT_DIR)/ipc_tests<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/url_unittests<(EXECUTABLE_SUFFIX)',
],
},
}],
« no previous file with comments | « url/url.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698