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

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

Issue 2632603002: Add support for ASAN-specific test expectations to WebGL tests. (Closed)
Patch Set: Created 3 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 unified diff | Download patch
« no previous file with comments | « content/test/gpu/gpu_tests/webgl_conformance_integration_test.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 (Nexus 5)": { 4 "Android Release (Nexus 5)": {
5 "gtest_tests": [ 5 "gtest_tests": [
6 { 6 {
7 "override_isolate_target": "angle_unittests", 7 "override_isolate_target": "angle_unittests",
8 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": true, 9 "can_use_on_swarming_builders": true,
10 "cipd_packages": [ 10 "cipd_packages": [
(...skipping 9209 matching lines...) Expand 10 before | Expand all | Expand 10 after
9220 } 9220 }
9221 }, 9221 },
9222 { 9222 {
9223 "args": [ 9223 "args": [
9224 "webgl_conformance", 9224 "webgl_conformance",
9225 "--show-stdout", 9225 "--show-stdout",
9226 "--browser=release", 9226 "--browser=release",
9227 "-v", 9227 "-v",
9228 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 9228 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
9229 "--webgl-conformance-version=2.0.1", 9229 "--webgl-conformance-version=2.0.1",
9230 "--read-abbreviated-json-results-from=../../content/test/data/gpu/webg l2_conformance_tests_output.json" 9230 "--read-abbreviated-json-results-from=../../content/test/data/gpu/webg l2_conformance_tests_output.json",
9231 "--is-asan"
9231 ], 9232 ],
9232 "isolate_name": "telemetry_gpu_integration_test", 9233 "isolate_name": "telemetry_gpu_integration_test",
9233 "name": "webgl2_conformance_tests", 9234 "name": "webgl2_conformance_tests",
9234 "override_compile_targets": [ 9235 "override_compile_targets": [
9235 "telemetry_gpu_integration_test_run" 9236 "telemetry_gpu_integration_test_run"
9236 ], 9237 ],
9237 "swarming": { 9238 "swarming": {
9238 "can_use_on_swarming_builders": true, 9239 "can_use_on_swarming_builders": true,
9239 "dimension_sets": [ 9240 "dimension_sets": [
9240 { 9241 {
9241 "gpu": "8086:0a2e", 9242 "gpu": "8086:0a2e",
9242 "os": "Mac-10.12" 9243 "os": "Mac-10.12"
9243 }, 9244 },
9244 { 9245 {
9245 "gpu": "1002:6821", 9246 "gpu": "1002:6821",
9246 "hidpi": "1", 9247 "hidpi": "1",
9247 "os": "Mac" 9248 "os": "Mac"
9248 } 9249 }
9249 ], 9250 ],
9250 "shards": 15 9251 "shards": 15
9251 } 9252 }
9252 }, 9253 },
9253 { 9254 {
9254 "args": [ 9255 "args": [
9255 "webgl_conformance", 9256 "webgl_conformance",
9256 "--show-stdout", 9257 "--show-stdout",
9257 "--browser=release", 9258 "--browser=release",
9258 "-v", 9259 "-v",
9259 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc" 9260 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
9261 "--is-asan"
9260 ], 9262 ],
9261 "isolate_name": "telemetry_gpu_integration_test", 9263 "isolate_name": "telemetry_gpu_integration_test",
9262 "name": "webgl_conformance_tests", 9264 "name": "webgl_conformance_tests",
9263 "override_compile_targets": [ 9265 "override_compile_targets": [
9264 "telemetry_gpu_integration_test_run" 9266 "telemetry_gpu_integration_test_run"
9265 ], 9267 ],
9266 "swarming": { 9268 "swarming": {
9267 "can_use_on_swarming_builders": true, 9269 "can_use_on_swarming_builders": true,
9268 "dimension_sets": [ 9270 "dimension_sets": [
9269 { 9271 {
(...skipping 8986 matching lines...) Expand 10 before | Expand all | Expand 10 after
18256 { 18258 {
18257 "gpu": "10de:104a", 18259 "gpu": "10de:104a",
18258 "os": "Windows-2008ServerR2-SP1" 18260 "os": "Windows-2008ServerR2-SP1"
18259 } 18261 }
18260 ] 18262 ]
18261 } 18263 }
18262 } 18264 }
18263 ] 18265 ]
18264 } 18266 }
18265 } 18267 }
OLDNEW
« no previous file with comments | « content/test/gpu/gpu_tests/webgl_conformance_integration_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698