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

Side by Side Diff: testing/buildbot/chromium.gpu.fyi.json

Issue 2814103002: Disable video_decode_accelerator_gl_unittest on the Windows Intel bots. (Closed)
Patch Set: Created 3 years, 8 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 unified diff | Download patch
« no previous file with comments | « content/test/gpu/generate_buildbot_json.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "AAAAA1 AUTOGENERATED FILE DO NOT EDIT": {}, 2 "AAAAA1 AUTOGENERATED FILE DO NOT EDIT": {},
3 "AAAAA2 See generate_buildbot_json.py to make changes": {}, 3 "AAAAA2 See generate_buildbot_json.py to make changes": {},
4 "Android Release (NVIDIA Shield TV)": { 4 "Android Release (NVIDIA Shield TV)": {
5 "gtest_tests": [ 5 "gtest_tests": [
6 { 6 {
7 "override_isolate_target": "angle_end2end_tests", 7 "override_isolate_target": "angle_end2end_tests",
8 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": false, 9 "can_use_on_swarming_builders": false,
10 "cipd_packages": [ 10 "cipd_packages": [
(...skipping 11971 matching lines...) Expand 10 before | Expand all | Expand 10 after
11982 "can_use_on_swarming_builders": false, 11982 "can_use_on_swarming_builders": false,
11983 "dimension_sets": [ 11983 "dimension_sets": [
11984 { 11984 {
11985 "gpu": "8086:1912", 11985 "gpu": "8086:1912",
11986 "os": "Windows-10" 11986 "os": "Windows-10"
11987 } 11987 }
11988 ] 11988 ]
11989 }, 11989 },
11990 "test": "video_decode_accelerator_unittest", 11990 "test": "video_decode_accelerator_unittest",
11991 "use_xvfb": false 11991 "use_xvfb": false
11992 },
11993 {
11994 "args": [
11995 "--use-angle=gl",
11996 "--use-test-data-path",
11997 "--test_video_data=test-25fps.h264:320:240:250:258:::1"
11998 ],
11999 "name": "video_decode_accelerator_gl_unittest",
12000 "swarming": {
12001 "can_use_on_swarming_builders": false,
12002 "dimension_sets": [
12003 {
12004 "gpu": "8086:1912",
12005 "os": "Windows-10"
12006 }
12007 ]
12008 },
12009 "test": "video_decode_accelerator_unittest",
12010 "use_xvfb": false
12011 } 11992 }
12012 ], 11993 ],
12013 "isolated_scripts": [ 11994 "isolated_scripts": [
12014 { 11995 {
12015 "args": [ 11996 "args": [
12016 "context_lost", 11997 "context_lost",
12017 "--show-stdout", 11998 "--show-stdout",
12018 "--browser=debug", 11999 "--browser=debug",
12019 "-v", 12000 "-v",
12020 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc" 12001 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc"
(...skipping 1074 matching lines...) Expand 10 before | Expand all | Expand 10 after
13095 "can_use_on_swarming_builders": false, 13076 "can_use_on_swarming_builders": false,
13096 "dimension_sets": [ 13077 "dimension_sets": [
13097 { 13078 {
13098 "gpu": "8086:1912", 13079 "gpu": "8086:1912",
13099 "os": "Windows-10" 13080 "os": "Windows-10"
13100 } 13081 }
13101 ] 13082 ]
13102 }, 13083 },
13103 "test": "video_decode_accelerator_unittest", 13084 "test": "video_decode_accelerator_unittest",
13104 "use_xvfb": false 13085 "use_xvfb": false
13105 },
13106 {
13107 "args": [
13108 "--use-angle=gl",
13109 "--use-test-data-path",
13110 "--test_video_data=test-25fps.h264:320:240:250:258:::1"
13111 ],
13112 "name": "video_decode_accelerator_gl_unittest",
13113 "swarming": {
13114 "can_use_on_swarming_builders": false,
13115 "dimension_sets": [
13116 {
13117 "gpu": "8086:1912",
13118 "os": "Windows-10"
13119 }
13120 ]
13121 },
13122 "test": "video_decode_accelerator_unittest",
13123 "use_xvfb": false
13124 } 13086 }
13125 ], 13087 ],
13126 "isolated_scripts": [ 13088 "isolated_scripts": [
13127 { 13089 {
13128 "args": [ 13090 "args": [
13129 "context_lost", 13091 "context_lost",
13130 "--show-stdout", 13092 "--show-stdout",
13131 "--browser=release", 13093 "--browser=release",
13132 "-v", 13094 "-v",
13133 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc" 13095 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc"
(...skipping 5707 matching lines...) Expand 10 before | Expand all | Expand 10 after
18841 { 18803 {
18842 "gpu": "10de:104a", 18804 "gpu": "10de:104a",
18843 "os": "Windows-2008ServerR2-SP1" 18805 "os": "Windows-2008ServerR2-SP1"
18844 } 18806 }
18845 ] 18807 ]
18846 } 18808 }
18847 } 18809 }
18848 ] 18810 ]
18849 } 18811 }
18850 } 18812 }
OLDNEW
« no previous file with comments | « content/test/gpu/generate_buildbot_json.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698