| 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 50765a918f17dc1d5da212613f5eec5c60ff4d27..68e34ac303effa10fcbb1fd4639d86d8574dd908 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
|
| @@ -604,6 +604,24 @@
|
| "[SLAVE_BUILD]/src/build/android/test_runner.py",
|
| "gtest",
|
| "-s",
|
| + "gfx_unittests",
|
| + "--verbose",
|
| + "--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",
|
| "--flakiness-dashboard-server=http://test-results.appspot.com",
|
|
|