summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstip <stip@chromium.org>2015-11-13 01:42:06 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-13 09:42:51 +0000
commit49b3d93eac886e0fe953b2a3db12c96d99e6ee9e (patch)
treeee29bf29f77359792d3c90b1fd50c3c0fde20af9
parent089e2aa3b01b0171419e29edd4ef6eae8b3ee109 (diff)
downloadchromium_src-49b3d93eac886e0fe953b2a3db12c96d99e6ee9e.zip
chromium_src-49b3d93eac886e0fe953b2a3db12c96d99e6ee9e.tar.gz
chromium_src-49b3d93eac886e0fe953b2a3db12c96d99e6ee9e.tar.bz2
Disable platform-mode to try and green up tests.
BUG=525873 R=jbudorick@chromium.org TBR=jbudorick@chromium.org NOTRY=True CC=maruel@chromium.org Review URL: https://codereview.chromium.org/1445503002 Cr-Commit-Position: refs/heads/master@{#359522}
-rw-r--r--chrome/android/chrome_public_test_apk.isolate1
-rw-r--r--chrome/android/chrome_sync_shell_test_apk.isolate1
-rw-r--r--content/content_shell_test_apk_run.isolate1
3 files changed, 0 insertions, 3 deletions
diff --git a/chrome/android/chrome_public_test_apk.isolate b/chrome/android/chrome_public_test_apk.isolate
index 877e68d..baece5c 100644
--- a/chrome/android/chrome_public_test_apk.isolate
+++ b/chrome/android/chrome_public_test_apk.isolate
@@ -9,7 +9,6 @@
'variables': {
'command': [
'<(PRODUCT_DIR)/bin/run_chrome_public_test_apk',
- '--enable-platform-mode',
'-e', 'local', '--apk-under-test',
'<(PRODUCT_DIR)/apks/ChromePublic.apk',
],
diff --git a/chrome/android/chrome_sync_shell_test_apk.isolate b/chrome/android/chrome_sync_shell_test_apk.isolate
index ea45408..489eb37 100644
--- a/chrome/android/chrome_sync_shell_test_apk.isolate
+++ b/chrome/android/chrome_sync_shell_test_apk.isolate
@@ -8,7 +8,6 @@
'variables': {
'command': [
'<(PRODUCT_DIR)/bin/run_chrome_sync_shell_test_apk',
- '--enable-platform-mode',
'-e', 'local', '--apk-under-test',
'<(PRODUCT_DIR)/apks/ChromeSyncShell.apk',
],
diff --git a/content/content_shell_test_apk_run.isolate b/content/content_shell_test_apk_run.isolate
index 8062494..9d0c64f 100644
--- a/content/content_shell_test_apk_run.isolate
+++ b/content/content_shell_test_apk_run.isolate
@@ -9,7 +9,6 @@
'variables': {
'command': [
'<(PRODUCT_DIR)/bin/run_content_shell_test_apk',
- '--enable-platform-mode',
'-e', 'local', '--apk-under-test',
'<(PRODUCT_DIR)/apks/ContentShell.apk',
],