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

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

Issue 2737623004: Re-generate GPU bot json. (Closed)
Patch Set: Created 3 years, 9 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 | « no previous file | 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)": { 4 "Android Release (NVIDIA Shield)": {
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 2546 matching lines...) Expand 10 before | Expand all | Expand 10 after
2557 "use_xvfb": false 2557 "use_xvfb": false
2558 } 2558 }
2559 ], 2559 ],
2560 "isolated_scripts": [ 2560 "isolated_scripts": [
2561 { 2561 {
2562 "args": [ 2562 "args": [
2563 "context_lost", 2563 "context_lost",
2564 "--show-stdout", 2564 "--show-stdout",
2565 "--browser=debug", 2565 "--browser=debug",
2566 "-v", 2566 "-v",
2567 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc - -use-gl=angle --use-angle=gl --use-passthrough-cmd-decoder"
2568 ],
2569 "isolate_name": "telemetry_gpu_integration_test",
2570 "name": "webgl_conformance_gl_passthrough_tests",
2571 "override_compile_targets": [
2572 "telemetry_gpu_integration_test_run"
2573 ],
2574 "swarming": {
2575 "can_use_on_swarming_builders": false,
2576 "dimension_sets": [
2577 {
2578 "gpu": "8086:1912",
2579 "os": "Ubuntu"
2580 }
2581 ]
2582 }
2583 },
2584 {
2585 "args": [
2586 "webgl_conformance",
2587 "--show-stdout",
2588 "--browser=debug",
2589 "-v",
2590 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc" 2567 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc"
2591 ], 2568 ],
2592 "isolate_name": "telemetry_gpu_integration_test", 2569 "isolate_name": "telemetry_gpu_integration_test",
2593 "name": "context_lost_tests", 2570 "name": "context_lost_tests",
2594 "override_compile_targets": [ 2571 "override_compile_targets": [
2595 "telemetry_gpu_integration_test_run" 2572 "telemetry_gpu_integration_test_run"
2596 ], 2573 ],
2597 "swarming": { 2574 "swarming": {
2598 "can_use_on_swarming_builders": false, 2575 "can_use_on_swarming_builders": false,
2599 "dimension_sets": [ 2576 "dimension_sets": [
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
2815 "--browser=debug", 2792 "--browser=debug",
2816 "-v", 2793 "-v",
2817 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc - -use-gl=angle --use-angle=gl --use-passthrough-cmd-decoder" 2794 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc - -use-gl=angle --use-angle=gl --use-passthrough-cmd-decoder"
2818 ], 2795 ],
2819 "isolate_name": "telemetry_gpu_integration_test", 2796 "isolate_name": "telemetry_gpu_integration_test",
2820 "name": "webgl_conformance_gl_passthrough_tests", 2797 "name": "webgl_conformance_gl_passthrough_tests",
2821 "override_compile_targets": [ 2798 "override_compile_targets": [
2822 "telemetry_gpu_integration_test_run" 2799 "telemetry_gpu_integration_test_run"
2823 ], 2800 ],
2824 "swarming": { 2801 "swarming": {
2825 "can_use_on_swarming_builders": true, 2802 "can_use_on_swarming_builders": false,
2826 "dimension_sets": [ 2803 "dimension_sets": [
2827 { 2804 {
2828 "gpu": "10de:104a", 2805 "gpu": "8086:1912",
2829 "os": "Ubuntu" 2806 "os": "Ubuntu"
2830 } 2807 }
2831 ] 2808 ]
2832 } 2809 }
2833 }, 2810 },
2834 { 2811 {
2835 "args": [ 2812 "args": [
2836 "webgl_conformance", 2813 "webgl_conformance",
2837 "--show-stdout", 2814 "--show-stdout",
2838 "--browser=debug", 2815 "--browser=debug",
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
3197 } 3174 }
3198 ] 3175 ]
3199 } 3176 }
3200 }, 3177 },
3201 { 3178 {
3202 "args": [ 3179 "args": [
3203 "webgl_conformance", 3180 "webgl_conformance",
3204 "--show-stdout", 3181 "--show-stdout",
3205 "--browser=debug", 3182 "--browser=debug",
3206 "-v", 3183 "-v",
3184 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc - -use-gl=angle --use-angle=gl --use-passthrough-cmd-decoder"
3185 ],
3186 "isolate_name": "telemetry_gpu_integration_test",
3187 "name": "webgl_conformance_gl_passthrough_tests",
3188 "override_compile_targets": [
3189 "telemetry_gpu_integration_test_run"
3190 ],
3191 "swarming": {
3192 "can_use_on_swarming_builders": true,
3193 "dimension_sets": [
3194 {
3195 "gpu": "10de:104a",
3196 "os": "Ubuntu"
3197 }
3198 ]
3199 }
3200 },
3201 {
3202 "args": [
3203 "webgl_conformance",
3204 "--show-stdout",
3205 "--browser=debug",
3206 "-v",
3207 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc" 3207 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc"
3208 ], 3208 ],
3209 "isolate_name": "telemetry_gpu_integration_test", 3209 "isolate_name": "telemetry_gpu_integration_test",
3210 "name": "webgl_conformance_tests", 3210 "name": "webgl_conformance_tests",
3211 "override_compile_targets": [ 3211 "override_compile_targets": [
3212 "telemetry_gpu_integration_test_run" 3212 "telemetry_gpu_integration_test_run"
3213 ], 3213 ],
3214 "swarming": { 3214 "swarming": {
3215 "can_use_on_swarming_builders": true, 3215 "can_use_on_swarming_builders": true,
3216 "dimension_sets": [ 3216 "dimension_sets": [
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
3403 "name": "angle_perftests", 3403 "name": "angle_perftests",
3404 "swarming": { 3404 "swarming": {
3405 "can_use_on_swarming_builders": true, 3405 "can_use_on_swarming_builders": true,
3406 "dimension_sets": [ 3406 "dimension_sets": [
3407 { 3407 {
3408 "gpu": "10de:104a", 3408 "gpu": "10de:104a",
3409 "os": "Ubuntu" 3409 "os": "Ubuntu"
3410 } 3410 }
3411 ] 3411 ]
3412 } 3412 }
3413 },
3414 {
3415 "args": [
3416 "webgl_conformance",
3417 "--show-stdout",
3418 "--browser=release",
3419 "-v",
3420 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc - -use-gl=angle --use-angle=gl --use-passthrough-cmd-decoder"
3421 ],
3422 "isolate_name": "telemetry_gpu_integration_test",
3423 "name": "webgl_conformance_gl_passthrough_tests",
3424 "override_compile_targets": [
3425 "telemetry_gpu_integration_test_run"
3426 ],
3427 "swarming": {
3428 "can_use_on_swarming_builders": true,
3429 "dimension_sets": [
3430 {
3431 "gpu": "10de:104a",
3432 "os": "Ubuntu"
3433 }
3434 ]
3435 }
3413 } 3436 }
3414 ] 3437 ]
3415 }, 3438 },
3416 "Linux Release (AMD R5 230)": { 3439 "Linux Release (AMD R5 230)": {
3417 "gtest_tests": [ 3440 "gtest_tests": [
3418 { 3441 {
3419 "args": [ 3442 "args": [
3420 "--use-gpu-in-tests", 3443 "--use-gpu-in-tests",
3421 "--test-launcher-retry-limit=0" 3444 "--test-launcher-retry-limit=0"
3422 ], 3445 ],
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
3540 "use_xvfb": false 3563 "use_xvfb": false
3541 } 3564 }
3542 ], 3565 ],
3543 "isolated_scripts": [ 3566 "isolated_scripts": [
3544 { 3567 {
3545 "args": [ 3568 "args": [
3546 "context_lost", 3569 "context_lost",
3547 "--show-stdout", 3570 "--show-stdout",
3548 "--browser=release", 3571 "--browser=release",
3549 "-v", 3572 "-v",
3550 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc - -use-gl=angle --use-angle=gl --use-passthrough-cmd-decoder"
3551 ],
3552 "isolate_name": "telemetry_gpu_integration_test",
3553 "name": "webgl_conformance_gl_passthrough_tests",
3554 "override_compile_targets": [
3555 "telemetry_gpu_integration_test_run"
3556 ],
3557 "swarming": {
3558 "can_use_on_swarming_builders": false,
3559 "dimension_sets": [
3560 {
3561 "gpu": "1002:6779",
3562 "os": "Ubuntu"
3563 }
3564 ]
3565 }
3566 },
3567 {
3568 "args": [
3569 "webgl_conformance",
3570 "--show-stdout",
3571 "--browser=release",
3572 "-v",
3573 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc" 3573 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc"
3574 ], 3574 ],
3575 "isolate_name": "telemetry_gpu_integration_test", 3575 "isolate_name": "telemetry_gpu_integration_test",
3576 "name": "context_lost_tests", 3576 "name": "context_lost_tests",
3577 "override_compile_targets": [ 3577 "override_compile_targets": [
3578 "telemetry_gpu_integration_test_run" 3578 "telemetry_gpu_integration_test_run"
3579 ], 3579 ],
3580 "swarming": { 3580 "swarming": {
3581 "can_use_on_swarming_builders": false, 3581 "can_use_on_swarming_builders": false,
3582 "dimension_sets": [ 3582 "dimension_sets": [
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
3632 } 3632 }
3633 ] 3633 ]
3634 } 3634 }
3635 }, 3635 },
3636 { 3636 {
3637 "args": [ 3637 "args": [
3638 "hardware_accelerated_feature", 3638 "hardware_accelerated_feature",
3639 "--show-stdout", 3639 "--show-stdout",
3640 "--browser=release", 3640 "--browser=release",
3641 "-v", 3641 "-v",
3642 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc - -use-gl=angle --use-angle=gl --use-passthrough-cmd-decoder"
3643 ],
3644 "isolate_name": "telemetry_gpu_integration_test",
3645 "name": "webgl_conformance_gl_passthrough_tests",
3646 "override_compile_targets": [
3647 "telemetry_gpu_integration_test_run"
3648 ],
3649 "swarming": {
3650 "can_use_on_swarming_builders": false,
3651 "dimension_sets": [
3652 {
3653 "gpu": "1002:6613",
3654 "os": "Ubuntu"
3655 }
3656 ]
3657 }
3658 },
3659 {
3660 "args": [
3661 "webgl_conformance",
3662 "--show-stdout",
3663 "--browser=release",
3664 "-v",
3665 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc" 3642 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc"
3666 ], 3643 ],
3667 "isolate_name": "telemetry_gpu_integration_test", 3644 "isolate_name": "telemetry_gpu_integration_test",
3668 "name": "hardware_accelerated_feature_tests", 3645 "name": "hardware_accelerated_feature_tests",
3669 "override_compile_targets": [ 3646 "override_compile_targets": [
3670 "telemetry_gpu_integration_test_run" 3647 "telemetry_gpu_integration_test_run"
3671 ], 3648 ],
3672 "swarming": { 3649 "swarming": {
3673 "can_use_on_swarming_builders": false, 3650 "can_use_on_swarming_builders": false,
3674 "dimension_sets": [ 3651 "dimension_sets": [
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
3839 } 3816 }
3840 ] 3817 ]
3841 } 3818 }
3842 }, 3819 },
3843 { 3820 {
3844 "args": [ 3821 "args": [
3845 "webgl_conformance", 3822 "webgl_conformance",
3846 "--show-stdout", 3823 "--show-stdout",
3847 "--browser=release", 3824 "--browser=release",
3848 "-v", 3825 "-v",
3826 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc - -use-gl=angle --use-angle=gl --use-passthrough-cmd-decoder"
3827 ],
3828 "isolate_name": "telemetry_gpu_integration_test",
3829 "name": "webgl_conformance_gl_passthrough_tests",
3830 "override_compile_targets": [
3831 "telemetry_gpu_integration_test_run"
3832 ],
3833 "swarming": {
3834 "can_use_on_swarming_builders": false,
3835 "dimension_sets": [
3836 {
3837 "gpu": "1002:6779",
3838 "os": "Ubuntu"
3839 }
3840 ]
3841 }
3842 },
3843 {
3844 "args": [
3845 "webgl_conformance",
3846 "--show-stdout",
3847 "--browser=release",
3848 "-v",
3849 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc" 3849 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc"
3850 ], 3850 ],
3851 "isolate_name": "telemetry_gpu_integration_test", 3851 "isolate_name": "telemetry_gpu_integration_test",
3852 "name": "webgl_conformance_tests", 3852 "name": "webgl_conformance_tests",
3853 "override_compile_targets": [ 3853 "override_compile_targets": [
3854 "telemetry_gpu_integration_test_run" 3854 "telemetry_gpu_integration_test_run"
3855 ], 3855 ],
3856 "swarming": { 3856 "swarming": {
3857 "can_use_on_swarming_builders": false, 3857 "can_use_on_swarming_builders": false,
3858 "dimension_sets": [ 3858 "dimension_sets": [
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
4061 } 4061 }
4062 ] 4062 ]
4063 } 4063 }
4064 }, 4064 },
4065 { 4065 {
4066 "args": [ 4066 "args": [
4067 "hardware_accelerated_feature", 4067 "hardware_accelerated_feature",
4068 "--show-stdout", 4068 "--show-stdout",
4069 "--browser=release", 4069 "--browser=release",
4070 "-v", 4070 "-v",
4071 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc - -use-gl=angle --use-angle=gl --use-passthrough-cmd-decoder"
4072 ],
4073 "isolate_name": "telemetry_gpu_integration_test",
4074 "name": "webgl_conformance_gl_passthrough_tests",
4075 "override_compile_targets": [
4076 "telemetry_gpu_integration_test_run"
4077 ],
4078 "swarming": {
4079 "can_use_on_swarming_builders": false,
4080 "dimension_sets": [
4081 {
4082 "gpu": "8086:041a",
4083 "os": "Ubuntu"
4084 }
4085 ]
4086 }
4087 },
4088 {
4089 "args": [
4090 "webgl_conformance",
4091 "--show-stdout",
4092 "--browser=release",
4093 "-v",
4094 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc" 4071 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc"
4095 ], 4072 ],
4096 "isolate_name": "telemetry_gpu_integration_test", 4073 "isolate_name": "telemetry_gpu_integration_test",
4097 "name": "hardware_accelerated_feature_tests", 4074 "name": "hardware_accelerated_feature_tests",
4098 "override_compile_targets": [ 4075 "override_compile_targets": [
4099 "telemetry_gpu_integration_test_run" 4076 "telemetry_gpu_integration_test_run"
4100 ], 4077 ],
4101 "swarming": { 4078 "swarming": {
4102 "can_use_on_swarming_builders": false, 4079 "can_use_on_swarming_builders": false,
4103 "dimension_sets": [ 4080 "dimension_sets": [
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
4268 } 4245 }
4269 ] 4246 ]
4270 } 4247 }
4271 }, 4248 },
4272 { 4249 {
4273 "args": [ 4250 "args": [
4274 "webgl_conformance", 4251 "webgl_conformance",
4275 "--show-stdout", 4252 "--show-stdout",
4276 "--browser=release", 4253 "--browser=release",
4277 "-v", 4254 "-v",
4255 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc - -use-gl=angle --use-angle=gl --use-passthrough-cmd-decoder"
4256 ],
4257 "isolate_name": "telemetry_gpu_integration_test",
4258 "name": "webgl_conformance_gl_passthrough_tests",
4259 "override_compile_targets": [
4260 "telemetry_gpu_integration_test_run"
4261 ],
4262 "swarming": {
4263 "can_use_on_swarming_builders": false,
4264 "dimension_sets": [
4265 {
4266 "gpu": "1002:6613",
4267 "os": "Ubuntu"
4268 }
4269 ]
4270 }
4271 },
4272 {
4273 "args": [
4274 "webgl_conformance",
4275 "--show-stdout",
4276 "--browser=release",
4277 "-v",
4278 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc" 4278 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc"
4279 ], 4279 ],
4280 "isolate_name": "telemetry_gpu_integration_test", 4280 "isolate_name": "telemetry_gpu_integration_test",
4281 "name": "webgl_conformance_tests", 4281 "name": "webgl_conformance_tests",
4282 "override_compile_targets": [ 4282 "override_compile_targets": [
4283 "telemetry_gpu_integration_test_run" 4283 "telemetry_gpu_integration_test_run"
4284 ], 4284 ],
4285 "swarming": { 4285 "swarming": {
4286 "can_use_on_swarming_builders": false, 4286 "can_use_on_swarming_builders": false,
4287 "dimension_sets": [ 4287 "dimension_sets": [
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
4579 } 4579 }
4580 ] 4580 ]
4581 } 4581 }
4582 }, 4582 },
4583 { 4583 {
4584 "args": [ 4584 "args": [
4585 "screenshot_sync", 4585 "screenshot_sync",
4586 "--show-stdout", 4586 "--show-stdout",
4587 "--browser=release", 4587 "--browser=release",
4588 "-v", 4588 "-v",
4589 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc - -use-gl=angle --use-angle=gl --use-passthrough-cmd-decoder" 4589 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc"
4590 ], 4590 ],
4591 "isolate_name": "telemetry_gpu_integration_test", 4591 "isolate_name": "telemetry_gpu_integration_test",
4592 "name": "webgl_conformance_gl_passthrough_tests", 4592 "name": "screenshot_sync_tests",
4593 "override_compile_targets": [ 4593 "override_compile_targets": [
4594 "telemetry_gpu_integration_test_run" 4594 "telemetry_gpu_integration_test_run"
4595 ], 4595 ],
4596 "swarming": { 4596 "swarming": {
4597 "can_use_on_swarming_builders": false, 4597 "can_use_on_swarming_builders": false,
4598 "dimension_sets": [ 4598 "dimension_sets": [
4599 { 4599 {
4600 "gpu": "8086:1912", 4600 "gpu": "8086:041a",
4601 "os": "Ubuntu" 4601 "os": "Ubuntu"
4602 } 4602 }
4603 ] 4603 ]
4604 } 4604 }
4605 }, 4605 },
4606 { 4606 {
4607 "args": [ 4607 "args": [
4608 "webgl_conformance", 4608 "trace_test",
4609 "--show-stdout", 4609 "--show-stdout",
4610 "--browser=release", 4610 "--browser=release",
4611 "-v", 4611 "-v",
4612 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc" 4612 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc"
4613 ], 4613 ],
4614 "isolate_name": "telemetry_gpu_integration_test", 4614 "isolate_name": "telemetry_gpu_integration_test",
4615 "name": "screenshot_sync_tests", 4615 "name": "trace_test",
4616 "override_compile_targets": [ 4616 "override_compile_targets": [
4617 "telemetry_gpu_integration_test_run" 4617 "telemetry_gpu_integration_test_run"
4618 ], 4618 ],
4619 "swarming": { 4619 "swarming": {
4620 "can_use_on_swarming_builders": false, 4620 "can_use_on_swarming_builders": false,
4621 "dimension_sets": [ 4621 "dimension_sets": [
4622 { 4622 {
4623 "gpu": "8086:041a", 4623 "gpu": "8086:041a",
4624 "os": "Ubuntu" 4624 "os": "Ubuntu"
4625 } 4625 }
4626 ] 4626 ]
4627 } 4627 }
4628 }, 4628 },
4629 { 4629 {
4630 "args": [ 4630 "args": [
4631 "trace_test", 4631 "webgl_conformance",
4632 "--show-stdout", 4632 "--show-stdout",
4633 "--browser=release", 4633 "--browser=release",
4634 "-v", 4634 "-v",
4635 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc" 4635 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
4636 "--webgl-conformance-version=2.0.1",
4637 "--read-abbreviated-json-results-from=../../content/test/data/gpu/webg l2_conformance_tests_output.json"
4636 ], 4638 ],
4637 "isolate_name": "telemetry_gpu_integration_test", 4639 "isolate_name": "telemetry_gpu_integration_test",
4638 "name": "trace_test", 4640 "name": "webgl2_conformance_tests",
4639 "override_compile_targets": [ 4641 "override_compile_targets": [
4640 "telemetry_gpu_integration_test_run" 4642 "telemetry_gpu_integration_test_run"
4641 ], 4643 ],
4642 "swarming": { 4644 "swarming": {
4643 "can_use_on_swarming_builders": false, 4645 "can_use_on_swarming_builders": false,
4644 "dimension_sets": [ 4646 "dimension_sets": [
4645 { 4647 {
4646 "gpu": "8086:041a", 4648 "gpu": "8086:041a",
4647 "os": "Ubuntu" 4649 "os": "Ubuntu"
4648 } 4650 }
4649 ] 4651 ],
4652 "shards": 15
4650 } 4653 }
4651 }, 4654 },
4652 { 4655 {
4653 "args": [ 4656 "args": [
4654 "webgl_conformance", 4657 "webgl_conformance",
4655 "--show-stdout", 4658 "--show-stdout",
4656 "--browser=release", 4659 "--browser=release",
4657 "-v", 4660 "-v",
4658 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 4661 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc - -use-gl=angle"
4659 "--webgl-conformance-version=2.0.1",
4660 "--read-abbreviated-json-results-from=../../content/test/data/gpu/webg l2_conformance_tests_output.json"
4661 ], 4662 ],
4662 "isolate_name": "telemetry_gpu_integration_test", 4663 "isolate_name": "telemetry_gpu_integration_test",
4663 "name": "webgl2_conformance_tests", 4664 "name": "webgl_conformance_angle_tests",
4664 "override_compile_targets": [ 4665 "override_compile_targets": [
4665 "telemetry_gpu_integration_test_run" 4666 "telemetry_gpu_integration_test_run"
4666 ], 4667 ],
4667 "swarming": { 4668 "swarming": {
4668 "can_use_on_swarming_builders": false, 4669 "can_use_on_swarming_builders": false,
4669 "dimension_sets": [ 4670 "dimension_sets": [
4670 { 4671 {
4671 "gpu": "8086:041a", 4672 "gpu": "8086:041a",
4672 "os": "Ubuntu" 4673 "os": "Ubuntu"
4673 } 4674 }
4674 ], 4675 ]
4675 "shards": 15
4676 } 4676 }
4677 }, 4677 },
4678 { 4678 {
4679 "args": [ 4679 "args": [
4680 "webgl_conformance", 4680 "webgl_conformance",
4681 "--show-stdout", 4681 "--show-stdout",
4682 "--browser=release", 4682 "--browser=release",
4683 "-v", 4683 "-v",
4684 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc - -use-gl=angle" 4684 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc - -use-gl=angle --use-angle=gl --use-passthrough-cmd-decoder"
4685 ], 4685 ],
4686 "isolate_name": "telemetry_gpu_integration_test", 4686 "isolate_name": "telemetry_gpu_integration_test",
4687 "name": "webgl_conformance_angle_tests", 4687 "name": "webgl_conformance_gl_passthrough_tests",
4688 "override_compile_targets": [ 4688 "override_compile_targets": [
4689 "telemetry_gpu_integration_test_run" 4689 "telemetry_gpu_integration_test_run"
4690 ], 4690 ],
4691 "swarming": { 4691 "swarming": {
4692 "can_use_on_swarming_builders": false, 4692 "can_use_on_swarming_builders": false,
4693 "dimension_sets": [ 4693 "dimension_sets": [
4694 { 4694 {
4695 "gpu": "8086:041a", 4695 "gpu": "8086:041a",
4696 "os": "Ubuntu" 4696 "os": "Ubuntu"
4697 } 4697 }
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
5008 } 5008 }
5009 ] 5009 ]
5010 } 5010 }
5011 }, 5011 },
5012 { 5012 {
5013 "args": [ 5013 "args": [
5014 "screenshot_sync", 5014 "screenshot_sync",
5015 "--show-stdout", 5015 "--show-stdout",
5016 "--browser=release", 5016 "--browser=release",
5017 "-v", 5017 "-v",
5018 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc - -use-gl=angle --use-angle=gl --use-passthrough-cmd-decoder" 5018 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc"
5019 ], 5019 ],
5020 "isolate_name": "telemetry_gpu_integration_test", 5020 "isolate_name": "telemetry_gpu_integration_test",
5021 "name": "webgl_conformance_gl_passthrough_tests", 5021 "name": "screenshot_sync_tests",
5022 "override_compile_targets": [ 5022 "override_compile_targets": [
5023 "telemetry_gpu_integration_test_run" 5023 "telemetry_gpu_integration_test_run"
5024 ], 5024 ],
5025 "swarming": { 5025 "swarming": {
5026 "can_use_on_swarming_builders": false, 5026 "can_use_on_swarming_builders": false,
5027 "dimension_sets": [ 5027 "dimension_sets": [
5028 { 5028 {
5029 "gpu": "10de:0f02", 5029 "gpu": "8086:1912",
5030 "os": "Ubuntu" 5030 "os": "Ubuntu"
5031 } 5031 }
5032 ] 5032 ]
5033 } 5033 }
5034 }, 5034 },
5035 { 5035 {
5036 "args": [ 5036 "args": [
5037 "webgl_conformance", 5037 "trace_test",
5038 "--show-stdout", 5038 "--show-stdout",
5039 "--browser=release", 5039 "--browser=release",
5040 "-v", 5040 "-v",
5041 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc" 5041 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc"
5042 ], 5042 ],
5043 "isolate_name": "telemetry_gpu_integration_test", 5043 "isolate_name": "telemetry_gpu_integration_test",
5044 "name": "screenshot_sync_tests", 5044 "name": "trace_test",
5045 "override_compile_targets": [ 5045 "override_compile_targets": [
5046 "telemetry_gpu_integration_test_run" 5046 "telemetry_gpu_integration_test_run"
5047 ], 5047 ],
5048 "swarming": { 5048 "swarming": {
5049 "can_use_on_swarming_builders": false, 5049 "can_use_on_swarming_builders": false,
5050 "dimension_sets": [ 5050 "dimension_sets": [
5051 { 5051 {
5052 "gpu": "8086:1912", 5052 "gpu": "8086:1912",
5053 "os": "Ubuntu" 5053 "os": "Ubuntu"
5054 } 5054 }
5055 ] 5055 ]
5056 } 5056 }
5057 }, 5057 },
5058 { 5058 {
5059 "args": [ 5059 "args": [
5060 "trace_test", 5060 "webgl_conformance",
5061 "--show-stdout", 5061 "--show-stdout",
5062 "--browser=release", 5062 "--browser=release",
5063 "-v", 5063 "-v",
5064 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc" 5064 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc - -use-gl=angle",
5065 "--webgl-conformance-version=2.0.1",
5066 "--read-abbreviated-json-results-from=../../content/test/data/gpu/webg l2_conformance_tests_output.json"
5065 ], 5067 ],
5066 "isolate_name": "telemetry_gpu_integration_test", 5068 "isolate_name": "telemetry_gpu_integration_test",
5067 "name": "trace_test", 5069 "name": "webgl2_conformance_angle_tests",
5068 "override_compile_targets": [ 5070 "override_compile_targets": [
5069 "telemetry_gpu_integration_test_run" 5071 "telemetry_gpu_integration_test_run"
5070 ], 5072 ],
5071 "swarming": { 5073 "swarming": {
5072 "can_use_on_swarming_builders": false, 5074 "can_use_on_swarming_builders": false,
5073 "dimension_sets": [ 5075 "dimension_sets": [
5074 { 5076 {
5075 "gpu": "8086:1912", 5077 "gpu": "8086:1912",
5076 "os": "Ubuntu" 5078 "os": "Ubuntu"
5077 } 5079 }
5078 ] 5080 ],
5081 "shards": 15
5079 } 5082 }
5080 }, 5083 },
5081 { 5084 {
5082 "args": [ 5085 "args": [
5083 "webgl_conformance", 5086 "webgl_conformance",
5084 "--show-stdout", 5087 "--show-stdout",
5085 "--browser=release", 5088 "--browser=release",
5086 "-v", 5089 "-v",
5087 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc - -use-gl=angle", 5090 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
5088 "--webgl-conformance-version=2.0.1", 5091 "--webgl-conformance-version=2.0.1",
5089 "--read-abbreviated-json-results-from=../../content/test/data/gpu/webg l2_conformance_tests_output.json" 5092 "--read-abbreviated-json-results-from=../../content/test/data/gpu/webg l2_conformance_tests_output.json"
5090 ], 5093 ],
5091 "isolate_name": "telemetry_gpu_integration_test", 5094 "isolate_name": "telemetry_gpu_integration_test",
5092 "name": "webgl2_conformance_angle_tests", 5095 "name": "webgl2_conformance_tests",
5093 "override_compile_targets": [ 5096 "override_compile_targets": [
5094 "telemetry_gpu_integration_test_run" 5097 "telemetry_gpu_integration_test_run"
5095 ], 5098 ],
5096 "swarming": { 5099 "swarming": {
5097 "can_use_on_swarming_builders": false, 5100 "can_use_on_swarming_builders": false,
5098 "dimension_sets": [ 5101 "dimension_sets": [
5099 { 5102 {
5100 "gpu": "8086:1912", 5103 "gpu": "8086:1912",
5101 "os": "Ubuntu" 5104 "os": "Ubuntu"
5102 } 5105 }
5103 ], 5106 ],
5104 "shards": 15 5107 "shards": 15
5105 } 5108 }
5106 }, 5109 },
5107 { 5110 {
5108 "args": [ 5111 "args": [
5109 "webgl_conformance", 5112 "webgl_conformance",
5110 "--show-stdout", 5113 "--show-stdout",
5111 "--browser=release", 5114 "--browser=release",
5112 "-v", 5115 "-v",
5113 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 5116 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc - -use-gl=angle"
5114 "--webgl-conformance-version=2.0.1",
5115 "--read-abbreviated-json-results-from=../../content/test/data/gpu/webg l2_conformance_tests_output.json"
5116 ], 5117 ],
5117 "isolate_name": "telemetry_gpu_integration_test", 5118 "isolate_name": "telemetry_gpu_integration_test",
5118 "name": "webgl2_conformance_tests", 5119 "name": "webgl_conformance_angle_tests",
5119 "override_compile_targets": [ 5120 "override_compile_targets": [
5120 "telemetry_gpu_integration_test_run" 5121 "telemetry_gpu_integration_test_run"
5121 ], 5122 ],
5122 "swarming": { 5123 "swarming": {
5123 "can_use_on_swarming_builders": false, 5124 "can_use_on_swarming_builders": false,
5124 "dimension_sets": [ 5125 "dimension_sets": [
5125 { 5126 {
5126 "gpu": "8086:1912", 5127 "gpu": "8086:1912",
5127 "os": "Ubuntu" 5128 "os": "Ubuntu"
5128 } 5129 }
5129 ], 5130 ]
5130 "shards": 15
5131 } 5131 }
5132 }, 5132 },
5133 { 5133 {
5134 "args": [ 5134 "args": [
5135 "webgl_conformance", 5135 "webgl_conformance",
5136 "--show-stdout", 5136 "--show-stdout",
5137 "--browser=release", 5137 "--browser=release",
5138 "-v", 5138 "-v",
5139 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc - -use-gl=angle" 5139 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc - -use-gl=angle --use-angle=gl --use-passthrough-cmd-decoder"
5140 ], 5140 ],
5141 "isolate_name": "telemetry_gpu_integration_test", 5141 "isolate_name": "telemetry_gpu_integration_test",
5142 "name": "webgl_conformance_angle_tests", 5142 "name": "webgl_conformance_gl_passthrough_tests",
5143 "override_compile_targets": [ 5143 "override_compile_targets": [
5144 "telemetry_gpu_integration_test_run" 5144 "telemetry_gpu_integration_test_run"
5145 ], 5145 ],
5146 "swarming": { 5146 "swarming": {
5147 "can_use_on_swarming_builders": false, 5147 "can_use_on_swarming_builders": false,
5148 "dimension_sets": [ 5148 "dimension_sets": [
5149 { 5149 {
5150 "gpu": "8086:1912", 5150 "gpu": "8086:1912",
5151 "os": "Ubuntu" 5151 "os": "Ubuntu"
5152 } 5152 }
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
5486 } 5486 }
5487 ] 5487 ]
5488 } 5488 }
5489 }, 5489 },
5490 { 5490 {
5491 "args": [ 5491 "args": [
5492 "trace_test", 5492 "trace_test",
5493 "--show-stdout", 5493 "--show-stdout",
5494 "--browser=release", 5494 "--browser=release",
5495 "-v", 5495 "-v",
5496 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc - -use-gl=angle --use-angle=gl --use-passthrough-cmd-decoder" 5496 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc"
5497 ], 5497 ],
5498 "isolate_name": "telemetry_gpu_integration_test", 5498 "isolate_name": "telemetry_gpu_integration_test",
5499 "name": "webgl_conformance_gl_passthrough_tests", 5499 "name": "trace_test",
5500 "override_compile_targets": [ 5500 "override_compile_targets": [
5501 "telemetry_gpu_integration_test_run" 5501 "telemetry_gpu_integration_test_run"
5502 ], 5502 ],
5503 "swarming": { 5503 "swarming": {
5504 "can_use_on_swarming_builders": true, 5504 "can_use_on_swarming_builders": false,
5505 "dimension_sets": [ 5505 "dimension_sets": [
5506 { 5506 {
5507 "gpu": "10de:104a", 5507 "gpu": "10de:0f02",
5508 "os": "Ubuntu" 5508 "os": "Ubuntu"
5509 } 5509 }
5510 ] 5510 ]
5511 } 5511 }
5512 }, 5512 },
5513 { 5513 {
5514 "args": [ 5514 "args": [
5515 "webgl_conformance", 5515 "webgl_conformance",
5516 "--show-stdout", 5516 "--show-stdout",
5517 "--browser=release", 5517 "--browser=release",
5518 "-v", 5518 "-v",
5519 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc" 5519 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
5520 "--webgl-conformance-version=2.0.1",
5521 "--read-abbreviated-json-results-from=../../content/test/data/gpu/webg l2_conformance_tests_output.json"
5520 ], 5522 ],
5521 "isolate_name": "telemetry_gpu_integration_test", 5523 "isolate_name": "telemetry_gpu_integration_test",
5522 "name": "trace_test", 5524 "name": "webgl2_conformance_tests",
5523 "override_compile_targets": [ 5525 "override_compile_targets": [
5524 "telemetry_gpu_integration_test_run" 5526 "telemetry_gpu_integration_test_run"
5525 ], 5527 ],
5526 "swarming": { 5528 "swarming": {
5527 "can_use_on_swarming_builders": false, 5529 "can_use_on_swarming_builders": false,
5528 "dimension_sets": [ 5530 "dimension_sets": [
5529 { 5531 {
5530 "gpu": "10de:0f02", 5532 "gpu": "10de:0f02",
5531 "os": "Ubuntu" 5533 "os": "Ubuntu"
5532 } 5534 }
5533 ] 5535 ],
5536 "shards": 15
5534 } 5537 }
5535 }, 5538 },
5536 { 5539 {
5537 "args": [ 5540 "args": [
5538 "webgl_conformance", 5541 "webgl_conformance",
5539 "--show-stdout", 5542 "--show-stdout",
5540 "--browser=release", 5543 "--browser=release",
5541 "-v", 5544 "-v",
5542 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 5545 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc - -use-gl=angle"
5543 "--webgl-conformance-version=2.0.1",
5544 "--read-abbreviated-json-results-from=../../content/test/data/gpu/webg l2_conformance_tests_output.json"
5545 ], 5546 ],
5546 "isolate_name": "telemetry_gpu_integration_test", 5547 "isolate_name": "telemetry_gpu_integration_test",
5547 "name": "webgl2_conformance_tests", 5548 "name": "webgl_conformance_angle_tests",
5548 "override_compile_targets": [ 5549 "override_compile_targets": [
5549 "telemetry_gpu_integration_test_run" 5550 "telemetry_gpu_integration_test_run"
5550 ], 5551 ],
5551 "swarming": { 5552 "swarming": {
5552 "can_use_on_swarming_builders": false, 5553 "can_use_on_swarming_builders": false,
5553 "dimension_sets": [ 5554 "dimension_sets": [
5554 { 5555 {
5555 "gpu": "10de:0f02", 5556 "gpu": "10de:0f02",
5556 "os": "Ubuntu" 5557 "os": "Ubuntu"
5557 } 5558 }
5558 ], 5559 ]
5559 "shards": 15
5560 } 5560 }
5561 }, 5561 },
5562 { 5562 {
5563 "args": [ 5563 "args": [
5564 "webgl_conformance", 5564 "webgl_conformance",
5565 "--show-stdout", 5565 "--show-stdout",
5566 "--browser=release", 5566 "--browser=release",
5567 "-v", 5567 "-v",
5568 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc - -use-gl=angle" 5568 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc - -use-gl=angle --use-angle=gl --use-passthrough-cmd-decoder"
5569 ], 5569 ],
5570 "isolate_name": "telemetry_gpu_integration_test", 5570 "isolate_name": "telemetry_gpu_integration_test",
5571 "name": "webgl_conformance_angle_tests", 5571 "name": "webgl_conformance_gl_passthrough_tests",
5572 "override_compile_targets": [ 5572 "override_compile_targets": [
5573 "telemetry_gpu_integration_test_run" 5573 "telemetry_gpu_integration_test_run"
5574 ], 5574 ],
5575 "swarming": { 5575 "swarming": {
5576 "can_use_on_swarming_builders": false, 5576 "can_use_on_swarming_builders": false,
5577 "dimension_sets": [ 5577 "dimension_sets": [
5578 { 5578 {
5579 "gpu": "10de:0f02", 5579 "gpu": "10de:0f02",
5580 "os": "Ubuntu" 5580 "os": "Ubuntu"
5581 } 5581 }
(...skipping 507 matching lines...) Expand 10 before | Expand all | Expand 10 after
6089 } 6089 }
6090 ] 6090 ]
6091 } 6091 }
6092 }, 6092 },
6093 { 6093 {
6094 "args": [ 6094 "args": [
6095 "webgl_conformance", 6095 "webgl_conformance",
6096 "--show-stdout", 6096 "--show-stdout",
6097 "--browser=release", 6097 "--browser=release",
6098 "-v", 6098 "-v",
6099 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc - -use-gl=angle --use-angle=gl --use-passthrough-cmd-decoder"
6100 ],
6101 "isolate_name": "telemetry_gpu_integration_test",
6102 "name": "webgl_conformance_gl_passthrough_tests",
6103 "override_compile_targets": [
6104 "telemetry_gpu_integration_test_run"
6105 ],
6106 "swarming": {
6107 "can_use_on_swarming_builders": true,
6108 "dimension_sets": [
6109 {
6110 "gpu": "10de:104a",
6111 "os": "Ubuntu"
6112 }
6113 ]
6114 }
6115 },
6116 {
6117 "args": [
6118 "webgl_conformance",
6119 "--show-stdout",
6120 "--browser=release",
6121 "-v",
6099 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc" 6122 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc"
6100 ], 6123 ],
6101 "isolate_name": "telemetry_gpu_integration_test", 6124 "isolate_name": "telemetry_gpu_integration_test",
6102 "name": "webgl_conformance_tests", 6125 "name": "webgl_conformance_tests",
6103 "override_compile_targets": [ 6126 "override_compile_targets": [
6104 "telemetry_gpu_integration_test_run" 6127 "telemetry_gpu_integration_test_run"
6105 ], 6128 ],
6106 "swarming": { 6129 "swarming": {
6107 "can_use_on_swarming_builders": true, 6130 "can_use_on_swarming_builders": true,
6108 "dimension_sets": [ 6131 "dimension_sets": [
(...skipping 3861 matching lines...) Expand 10 before | Expand all | Expand 10 after
9970 "swarming": { 9993 "swarming": {
9971 "can_use_on_swarming_builders": true, 9994 "can_use_on_swarming_builders": true,
9972 "dimension_sets": [ 9995 "dimension_sets": [
9973 { 9996 {
9974 "gpu": "1002:6821", 9997 "gpu": "1002:6821",
9975 "hidpi": "1", 9998 "hidpi": "1",
9976 "os": "Mac" 9999 "os": "Mac"
9977 } 10000 }
9978 ] 10001 ]
9979 } 10002 }
9980 },
9981 {
9982 "args": [
9983 "webgl_conformance",
9984 "--show-stdout",
9985 "--browser=release",
9986 "-v",
9987 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc - -use-gl=angle --use-angle=gl --use-passthrough-cmd-decoder"
9988 ],
9989 "isolate_name": "telemetry_gpu_integration_test",
9990 "name": "webgl_conformance_gl_passthrough_tests",
9991 "override_compile_targets": [
9992 "telemetry_gpu_integration_test_run"
9993 ],
9994 "swarming": {
9995 "can_use_on_swarming_builders": true,
9996 "dimension_sets": [
9997 {
9998 "gpu": "10de:104a",
9999 "os": "Ubuntu"
10000 }
10001 ]
10002 }
10003 } 10003 }
10004 ] 10004 ]
10005 }, 10005 },
10006 "Mac Retina Release (NVIDIA)": { 10006 "Mac Retina Release (NVIDIA)": {
10007 "gtest_tests": [ 10007 "gtest_tests": [
10008 { 10008 {
10009 "args": [ 10009 "args": [
10010 "--use-gpu-in-tests", 10010 "--use-gpu-in-tests",
10011 "--test-launcher-retry-limit=0" 10011 "--test-launcher-retry-limit=0"
10012 ], 10012 ],
(...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
10537 ], 10537 ],
10538 "swarming": { 10538 "swarming": {
10539 "can_use_on_swarming_builders": true, 10539 "can_use_on_swarming_builders": true,
10540 "dimension_sets": [ 10540 "dimension_sets": [
10541 { 10541 {
10542 "gpu": "10de:104a", 10542 "gpu": "10de:104a",
10543 "os": "Ubuntu" 10543 "os": "Ubuntu"
10544 } 10544 }
10545 ] 10545 ]
10546 } 10546 }
10547 },
10548 {
10549 "args": [
10550 "webgl_conformance",
10551 "--show-stdout",
10552 "--browser=release",
10553 "-v",
10554 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc - -use-gl=angle --use-angle=gl --use-passthrough-cmd-decoder"
10555 ],
10556 "isolate_name": "telemetry_gpu_integration_test",
10557 "name": "webgl_conformance_gl_passthrough_tests",
10558 "override_compile_targets": [
10559 "telemetry_gpu_integration_test_run"
10560 ],
10561 "swarming": {
10562 "can_use_on_swarming_builders": true,
10563 "dimension_sets": [
10564 {
10565 "gpu": "10de:104a",
10566 "os": "Ubuntu"
10567 }
10568 ]
10569 }
10547 } 10570 }
10548 ] 10571 ]
10549 }, 10572 },
10550 "Optional Mac 10.10 Release (Intel)": { 10573 "Optional Mac 10.10 Release (Intel)": {
10551 "gtest_tests": [ 10574 "gtest_tests": [
10552 { 10575 {
10553 "args": [ 10576 "args": [
10554 "--use-gpu-in-tests", 10577 "--use-gpu-in-tests",
10555 "--test-launcher-retry-limit=0" 10578 "--test-launcher-retry-limit=0"
10556 ], 10579 ],
(...skipping 8162 matching lines...) Expand 10 before | Expand all | Expand 10 after
18719 { 18742 {
18720 "gpu": "10de:104a", 18743 "gpu": "10de:104a",
18721 "os": "Windows-2008ServerR2-SP1" 18744 "os": "Windows-2008ServerR2-SP1"
18722 } 18745 }
18723 ] 18746 ]
18724 } 18747 }
18725 } 18748 }
18726 ] 18749 ]
18727 } 18750 }
18728 } 18751 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698