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

Unified Diff: testing/chromoting/chromoting_integration_tests.isolate

Issue 816543004: Update from https://crrev.com/308996 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « testing/buildbot/chromium_trybot.json ('k') | third_party/cython/python_flags.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/chromoting/chromoting_integration_tests.isolate
diff --git a/testing/chromoting/chromoting_integration_tests.isolate b/testing/chromoting/chromoting_integration_tests.isolate
index 88fe16212cfc703e9f10e01e0c847ba217c94b04..c091ac8d3ae4e07d61bfb5fec19abcab4e49778e 100644
--- a/testing/chromoting/chromoting_integration_tests.isolate
+++ b/testing/chromoting/chromoting_integration_tests.isolate
@@ -75,7 +75,7 @@
],
},
}],
- ['OS=="mac" or OS=="win"', {
+ ['OS=="mac"', {
'variables': {
'command': [
'../test_env.py',
@@ -88,6 +88,21 @@
],
},
}],
+ ['OS=="win"', {
+ 'variables': {
+ 'command': [
+ '../test_env.py',
+ '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
+ '--gtest_filter=RemoteDesktopBrowserTest.MANUAL_Launch:RemoteDesktopBrowserTest.MANUAL_Auth',
+ '--run-manual',
+ '--ui-test-action-timeout=100000',
+ '--webapp-unpacked=<(PRODUCT_DIR)/remoting/remoting.webapp.v2',
+ '--extension-name=Chromoting',
+ '--accounts-file=../../remoting/tools/internal/test_accounts.json',
+ '--account-type=gmail',
+ ],
+ },
+ }],
],
'includes': [
'../../base/base.isolate',
« no previous file with comments | « testing/buildbot/chromium_trybot.json ('k') | third_party/cython/python_flags.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698