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 e83cffac10fee9f46196e340d59aab02b94736bc..136856f12ae33508b8e8640f19c9b989f645c923 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 |
@@ -602,6 +602,25 @@ |
"[SLAVE_BUILD]/src/build/android/test_runner.py", |
"gtest", |
"-s", |
+ "gfx_unittests", |
+ "--verbose", |
+ "--release", |
+ "--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" |
+ }, |
+ "name": "gfx_unittests" |
+ }, |
+ { |
+ "cmd": [ |
+ "python", |
+ "-u", |
+ "[SLAVE_BUILD]/src/build/android/test_runner.py", |
+ "gtest", |
+ "-s", |
"gl_tests", |
"--verbose", |
"--release", |