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

Unified Diff: scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Tests__dbg_.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
« no previous file with comments | « scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Tests.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Tests__dbg_.json
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Tests__dbg_.json b/scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Tests__dbg_.json
index c896c2c92fe4185c5891e7c24403fcbbb4c8bb8f..c8915c544aa8b0094f9e9f97e8ee271360227d30 100644
--- a/scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Tests__dbg_.json
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Tests__dbg_.json
@@ -436,7 +436,9 @@
"-s",
"android_webview_unittests",
"--verbose",
- "--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"
@@ -452,7 +454,9 @@
"-s",
"base_unittests",
"--verbose",
- "--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"
@@ -469,7 +473,9 @@
"breakpad_unittests",
"--verbose",
"--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"
@@ -485,7 +491,9 @@
"-s",
"cc_unittests",
"--verbose",
- "--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"
@@ -501,7 +509,9 @@
"-s",
"components_unittests",
"--verbose",
- "--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"
@@ -517,7 +527,9 @@
"-s",
"content_browsertests",
"--verbose",
- "--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"
@@ -533,7 +545,9 @@
"-s",
"content_unittests",
"--verbose",
- "--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"
@@ -549,7 +563,9 @@
"-s",
"events_unittests",
"--verbose",
- "--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 +581,9 @@
"-s",
"gl_tests",
"--verbose",
- "--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"
@@ -581,7 +599,9 @@
"-s",
"gpu_unittests",
"--verbose",
- "--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"
@@ -597,7 +617,9 @@
"-s",
"ipc_tests",
"--verbose",
- "--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"
@@ -613,7 +635,9 @@
"-s",
"media_unittests",
"--verbose",
- "--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"
@@ -629,7 +653,9 @@
"-s",
"net_unittests",
"--verbose",
- "--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"
@@ -645,7 +671,9 @@
"-s",
"sandbox_linux_unittests",
"--verbose",
- "--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"
@@ -661,7 +689,9 @@
"-s",
"sql_unittests",
"--verbose",
- "--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"
@@ -677,7 +707,9 @@
"-s",
"sync_unit_tests",
"--verbose",
- "--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"
@@ -693,7 +725,9 @@
"-s",
"ui_android_unittests",
"--verbose",
- "--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"
@@ -709,7 +743,9 @@
"-s",
"ui_base_unittests",
"--verbose",
- "--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"
@@ -725,7 +761,9 @@
"-s",
"ui_touch_selection_unittests",
"--verbose",
- "--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"
@@ -741,7 +779,9 @@
"-s",
"unit_tests",
"--verbose",
- "--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"
« no previous file with comments | « scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Tests.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698