| Index: testing/buildbot/chromium.gpu.json
|
| diff --git a/testing/buildbot/chromium.gpu.json b/testing/buildbot/chromium.gpu.json
|
| index d9d5bee5b973beef367b759a43a0365489b2ecd4..ba075586b1d11d2cb962a44def4476b6c4f7346e 100644
|
| --- a/testing/buildbot/chromium.gpu.json
|
| +++ b/testing/buildbot/chromium.gpu.json
|
| @@ -1822,6 +1822,22 @@
|
| },
|
| "test": "gl_unittests",
|
| "use_xvfb": false
|
| + },
|
| + {
|
| + "args": [
|
| + "--use-test-data-path"
|
| + ],
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true,
|
| + "dimension_sets": [
|
| + {
|
| + "gpu": "10de:104a",
|
| + "os": "Windows-2008ServerR2-SP1"
|
| + }
|
| + ]
|
| + },
|
| + "test": "video_decode_accelerator_unittest",
|
| + "use_xvfb": false
|
| }
|
| ],
|
| "isolated_scripts": [
|
| @@ -2120,6 +2136,22 @@
|
| },
|
| "test": "tab_capture_end2end_tests",
|
| "use_xvfb": false
|
| + },
|
| + {
|
| + "args": [
|
| + "--use-test-data-path"
|
| + ],
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true,
|
| + "dimension_sets": [
|
| + {
|
| + "gpu": "10de:104a",
|
| + "os": "Windows-2008ServerR2-SP1"
|
| + }
|
| + ]
|
| + },
|
| + "test": "video_decode_accelerator_unittest",
|
| + "use_xvfb": false
|
| }
|
| ],
|
| "isolated_scripts": [
|
|
|