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

Unified Diff: scripts/slave/recipes/android/tester.expected/chromium_linux_Android_Tests.json

Issue 792043006: android: Add entry for 'skia_unittests' to UNIT_TESTS list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: REBASE & retrain it 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/android/tester.expected/chromium_linux_Android_Tests.json
diff --git a/scripts/slave/recipes/android/tester.expected/chromium_linux_Android_Tests.json b/scripts/slave/recipes/android/tester.expected/chromium_linux_Android_Tests.json
index d59261ed8f4c2a1efea0e2624516b0ee0354454a..3f111a1bfa8c8699ba9148449f7fa374ec4829ab 100644
--- a/scripts/slave/recipes/android/tester.expected/chromium_linux_Android_Tests.json
+++ b/scripts/slave/recipes/android/tester.expected/chromium_linux_Android_Tests.json
@@ -622,6 +622,23 @@
"[SLAVE_BUILD]/src/build/android/test_runner.py",
"gtest",
"-s",
+ "skia_unittests",
+ "--verbose",
+ "--release",
+ "--flakiness-dashboard-server=http://test-results.appspot.com"
+ ],
+ "env": {
+ "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
+ },
+ "name": "skia_unittests"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "[SLAVE_BUILD]/src/build/android/test_runner.py",
+ "gtest",
+ "-s",
"sql_unittests",
"--verbose",
"--release",
@@ -789,4 +806,4 @@
"@@@STEP_LOG_END@python.inline@@@"
]
}
-]
+]

Powered by Google App Engine
This is Rietveld 408576698