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

Unified Diff: scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Tests.json

Issue 892463002: Merged Android and non-Android code paths to reuse code in GTestTest (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Addressed comments Created 5 years, 11 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
Index: scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Tests.json
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Tests.json b/scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Tests.json
index 2a500c22f032e9d822c4993db07fe0159c6c8f0d..369674d67f8d989b1640636ab88ed68b82db1cb7 100644
--- a/scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Tests.json
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Tests.json
@@ -445,7 +445,9 @@
"android_webview_unittests",
"--verbose",
"--release",
- "--flakiness-dashboard-server=http://test-results.appspot.com"
+ "--flakiness-dashboard-server=http://test-results.appspot.com",
+ "--json-results-file",
+ "/path/to/tmp/json"
],
"env": {
"PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
@@ -462,7 +464,9 @@
"base_unittests",
"--verbose",
"--release",
- "--flakiness-dashboard-server=http://test-results.appspot.com"
+ "--flakiness-dashboard-server=http://test-results.appspot.com",
+ "--json-results-file",
+ "/path/to/tmp/json"
],
"env": {
"PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
@@ -480,7 +484,9 @@
"--verbose",
"--release",
"--isolate_file_path=[SLAVE_BUILD]/src/breakpad/breakpad_unittests.isolate",
- "--flakiness-dashboard-server=http://test-results.appspot.com"
+ "--flakiness-dashboard-server=http://test-results.appspot.com",
+ "--json-results-file",
+ "/path/to/tmp/json"
],
"env": {
"PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
@@ -497,7 +503,9 @@
"cc_unittests",
"--verbose",
"--release",
- "--flakiness-dashboard-server=http://test-results.appspot.com"
+ "--flakiness-dashboard-server=http://test-results.appspot.com",
+ "--json-results-file",
+ "/path/to/tmp/json"
],
"env": {
"PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
@@ -514,7 +522,9 @@
"components_unittests",
"--verbose",
"--release",
- "--flakiness-dashboard-server=http://test-results.appspot.com"
+ "--flakiness-dashboard-server=http://test-results.appspot.com",
+ "--json-results-file",
+ "/path/to/tmp/json"
],
"env": {
"PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
@@ -531,7 +541,9 @@
"content_browsertests",
"--verbose",
"--release",
- "--flakiness-dashboard-server=http://test-results.appspot.com"
+ "--flakiness-dashboard-server=http://test-results.appspot.com",
+ "--json-results-file",
+ "/path/to/tmp/json"
],
"env": {
"PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
@@ -548,7 +560,9 @@
"content_unittests",
"--verbose",
"--release",
- "--flakiness-dashboard-server=http://test-results.appspot.com"
+ "--flakiness-dashboard-server=http://test-results.appspot.com",
+ "--json-results-file",
+ "/path/to/tmp/json"
],
"env": {
"PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
@@ -565,7 +579,9 @@
"events_unittests",
"--verbose",
"--release",
- "--flakiness-dashboard-server=http://test-results.appspot.com"
+ "--flakiness-dashboard-server=http://test-results.appspot.com",
+ "--json-results-file",
+ "/path/to/tmp/json"
],
"env": {
"PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
@@ -582,7 +598,9 @@
"gl_tests",
"--verbose",
"--release",
- "--flakiness-dashboard-server=http://test-results.appspot.com"
+ "--flakiness-dashboard-server=http://test-results.appspot.com",
+ "--json-results-file",
+ "/path/to/tmp/json"
],
"env": {
"PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
@@ -599,7 +617,9 @@
"gpu_unittests",
"--verbose",
"--release",
- "--flakiness-dashboard-server=http://test-results.appspot.com"
+ "--flakiness-dashboard-server=http://test-results.appspot.com",
+ "--json-results-file",
+ "/path/to/tmp/json"
],
"env": {
"PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
@@ -616,7 +636,9 @@
"ipc_tests",
"--verbose",
"--release",
- "--flakiness-dashboard-server=http://test-results.appspot.com"
+ "--flakiness-dashboard-server=http://test-results.appspot.com",
+ "--json-results-file",
+ "/path/to/tmp/json"
],
"env": {
"PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
@@ -633,7 +655,9 @@
"media_unittests",
"--verbose",
"--release",
- "--flakiness-dashboard-server=http://test-results.appspot.com"
+ "--flakiness-dashboard-server=http://test-results.appspot.com",
+ "--json-results-file",
+ "/path/to/tmp/json"
],
"env": {
"PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
@@ -650,7 +674,9 @@
"net_unittests",
"--verbose",
"--release",
- "--flakiness-dashboard-server=http://test-results.appspot.com"
+ "--flakiness-dashboard-server=http://test-results.appspot.com",
+ "--json-results-file",
+ "/path/to/tmp/json"
],
"env": {
"PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
@@ -667,7 +693,9 @@
"sandbox_linux_unittests",
"--verbose",
"--release",
- "--flakiness-dashboard-server=http://test-results.appspot.com"
+ "--flakiness-dashboard-server=http://test-results.appspot.com",
+ "--json-results-file",
+ "/path/to/tmp/json"
],
"env": {
"PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
@@ -684,7 +712,9 @@
"sql_unittests",
"--verbose",
"--release",
- "--flakiness-dashboard-server=http://test-results.appspot.com"
+ "--flakiness-dashboard-server=http://test-results.appspot.com",
+ "--json-results-file",
+ "/path/to/tmp/json"
],
"env": {
"PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
@@ -701,7 +731,9 @@
"sync_unit_tests",
"--verbose",
"--release",
- "--flakiness-dashboard-server=http://test-results.appspot.com"
+ "--flakiness-dashboard-server=http://test-results.appspot.com",
+ "--json-results-file",
+ "/path/to/tmp/json"
],
"env": {
"PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
@@ -718,7 +750,9 @@
"ui_android_unittests",
"--verbose",
"--release",
- "--flakiness-dashboard-server=http://test-results.appspot.com"
+ "--flakiness-dashboard-server=http://test-results.appspot.com",
+ "--json-results-file",
+ "/path/to/tmp/json"
],
"env": {
"PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
@@ -735,7 +769,9 @@
"ui_base_unittests",
"--verbose",
"--release",
- "--flakiness-dashboard-server=http://test-results.appspot.com"
+ "--flakiness-dashboard-server=http://test-results.appspot.com",
+ "--json-results-file",
+ "/path/to/tmp/json"
],
"env": {
"PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
@@ -752,7 +788,9 @@
"ui_touch_selection_unittests",
"--verbose",
"--release",
- "--flakiness-dashboard-server=http://test-results.appspot.com"
+ "--flakiness-dashboard-server=http://test-results.appspot.com",
+ "--json-results-file",
+ "/path/to/tmp/json"
],
"env": {
"PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
@@ -769,7 +807,9 @@
"unit_tests",
"--verbose",
"--release",
- "--flakiness-dashboard-server=http://test-results.appspot.com"
+ "--flakiness-dashboard-server=http://test-results.appspot.com",
+ "--json-results-file",
+ "/path/to/tmp/json"
],
"env": {
"PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"

Powered by Google App Engine
This is Rietveld 408576698