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

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

Issue 2692123002: Revert of Shape detection unittests mac (QR and Face) in GPU bots (Closed)
Patch Set: Created 3 years, 10 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 | « services/shape_detection/face_detection_impl_mac_unittest.mm ('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": false, 9 "can_use_on_swarming_builders": false,
10 "cipd_packages": [ 10 "cipd_packages": [
(...skipping 5465 matching lines...) Expand 10 before | Expand all | Expand 10 after
5476 "can_use_on_swarming_builders": true, 5476 "can_use_on_swarming_builders": true,
5477 "dimension_sets": [ 5477 "dimension_sets": [
5478 { 5478 {
5479 "gpu": "8086:0a2e", 5479 "gpu": "8086:0a2e",
5480 "os": "Mac-10.12" 5480 "os": "Mac-10.12"
5481 } 5481 }
5482 ] 5482 ]
5483 }, 5483 },
5484 "test": "gles2_conform_test", 5484 "test": "gles2_conform_test",
5485 "use_xvfb": false 5485 "use_xvfb": false
5486 },
5487 {
5488 "args": [
5489 "--gtest_filter=*Detection*"
5490 ],
5491 "swarming": {
5492 "can_use_on_swarming_builders": true,
5493 "dimension_sets": [
5494 {
5495 "gpu": "8086:0a2e",
5496 "os": "Mac-10.12"
5497 }
5498 ]
5499 },
5500 "test": "service_unittests",
5501 "use_xvfb": false
5502 } 5486 }
5503 ], 5487 ],
5504 "isolated_scripts": [ 5488 "isolated_scripts": [
5505 { 5489 {
5506 "args": [ 5490 "args": [
5507 "context_lost", 5491 "context_lost",
5508 "--show-stdout", 5492 "--show-stdout",
5509 "--browser=debug", 5493 "--browser=debug",
5510 "-v", 5494 "-v",
5511 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc" 5495 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc"
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
5842 "dimension_sets": [ 5826 "dimension_sets": [
5843 { 5827 {
5844 "gpu": "1002:6821", 5828 "gpu": "1002:6821",
5845 "hidpi": "1", 5829 "hidpi": "1",
5846 "os": "Mac" 5830 "os": "Mac"
5847 } 5831 }
5848 ] 5832 ]
5849 }, 5833 },
5850 "test": "gles2_conform_test", 5834 "test": "gles2_conform_test",
5851 "use_xvfb": false 5835 "use_xvfb": false
5852 },
5853 {
5854 "args": [
5855 "--gtest_filter=*Detection*"
5856 ],
5857 "swarming": {
5858 "can_use_on_swarming_builders": false,
5859 "dimension_sets": [
5860 {
5861 "gpu": "1002:6821",
5862 "hidpi": "1",
5863 "os": "Mac"
5864 }
5865 ]
5866 },
5867 "test": "service_unittests",
5868 "use_xvfb": false
5869 } 5836 }
5870 ], 5837 ],
5871 "isolated_scripts": [ 5838 "isolated_scripts": [
5872 { 5839 {
5873 "args": [ 5840 "args": [
5874 "context_lost", 5841 "context_lost",
5875 "--show-stdout", 5842 "--show-stdout",
5876 "--browser=release", 5843 "--browser=release",
5877 "-v", 5844 "-v",
5878 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc" 5845 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc"
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
6245 "dimension_sets": [ 6212 "dimension_sets": [
6246 { 6213 {
6247 "gpu": "10de:0fe9", 6214 "gpu": "10de:0fe9",
6248 "hidpi": "1", 6215 "hidpi": "1",
6249 "os": "Mac" 6216 "os": "Mac"
6250 } 6217 }
6251 ] 6218 ]
6252 }, 6219 },
6253 "test": "gles2_conform_test", 6220 "test": "gles2_conform_test",
6254 "use_xvfb": false 6221 "use_xvfb": false
6255 },
6256 {
6257 "args": [
6258 "--gtest_filter=*Detection*"
6259 ],
6260 "swarming": {
6261 "can_use_on_swarming_builders": false,
6262 "dimension_sets": [
6263 {
6264 "gpu": "10de:0fe9",
6265 "hidpi": "1",
6266 "os": "Mac"
6267 }
6268 ]
6269 },
6270 "test": "service_unittests",
6271 "use_xvfb": false
6272 } 6222 }
6273 ], 6223 ],
6274 "isolated_scripts": [ 6224 "isolated_scripts": [
6275 { 6225 {
6276 "args": [ 6226 "args": [
6277 "context_lost", 6227 "context_lost",
6278 "--show-stdout", 6228 "--show-stdout",
6279 "--browser=release", 6229 "--browser=release",
6280 "-v", 6230 "-v",
6281 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc" 6231 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc"
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
6661 "gpu": "1002:6821", 6611 "gpu": "1002:6821",
6662 "hidpi": "1", 6612 "hidpi": "1",
6663 "os": "Mac" 6613 "os": "Mac"
6664 } 6614 }
6665 ] 6615 ]
6666 }, 6616 },
6667 "test": "gles2_conform_test", 6617 "test": "gles2_conform_test",
6668 "use_xvfb": false 6618 "use_xvfb": false
6669 }, 6619 },
6670 { 6620 {
6671 "args": [
6672 "--gtest_filter=*Detection*"
6673 ],
6674 "swarming": {
6675 "can_use_on_swarming_builders": true,
6676 "dimension_sets": [
6677 {
6678 "gpu": "8086:0a2e",
6679 "os": "Mac-10.12"
6680 },
6681 {
6682 "gpu": "1002:6821",
6683 "hidpi": "1",
6684 "os": "Mac"
6685 }
6686 ]
6687 },
6688 "test": "service_unittests",
6689 "use_xvfb": false
6690 },
6691 {
6692 "override_compile_targets": [ 6621 "override_compile_targets": [
6693 "tab_capture_end2end_tests_run" 6622 "tab_capture_end2end_tests_run"
6694 ], 6623 ],
6695 "swarming": { 6624 "swarming": {
6696 "can_use_on_swarming_builders": true, 6625 "can_use_on_swarming_builders": true,
6697 "dimension_sets": [ 6626 "dimension_sets": [
6698 { 6627 {
6699 "gpu": "8086:0a2e", 6628 "gpu": "8086:0a2e",
6700 "os": "Mac-10.12" 6629 "os": "Mac-10.12"
6701 }, 6630 },
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
7110 "can_use_on_swarming_builders": false, 7039 "can_use_on_swarming_builders": false,
7111 "dimension_sets": [ 7040 "dimension_sets": [
7112 { 7041 {
7113 "gpu": "1002:679e", 7042 "gpu": "1002:679e",
7114 "os": "Mac-10.10" 7043 "os": "Mac-10.10"
7115 } 7044 }
7116 ] 7045 ]
7117 }, 7046 },
7118 "test": "gles2_conform_test", 7047 "test": "gles2_conform_test",
7119 "use_xvfb": false 7048 "use_xvfb": false
7120 },
7121 {
7122 "args": [
7123 "--gtest_filter=*Detection*"
7124 ],
7125 "swarming": {
7126 "can_use_on_swarming_builders": false,
7127 "dimension_sets": [
7128 {
7129 "gpu": "1002:679e",
7130 "os": "Mac-10.10"
7131 }
7132 ]
7133 },
7134 "test": "service_unittests",
7135 "use_xvfb": false
7136 } 7049 }
7137 ], 7050 ],
7138 "isolated_scripts": [ 7051 "isolated_scripts": [
7139 { 7052 {
7140 "args": [ 7053 "args": [
7141 "context_lost", 7054 "context_lost",
7142 "--show-stdout", 7055 "--show-stdout",
7143 "--browser=debug", 7056 "--browser=debug",
7144 "-v", 7057 "-v",
7145 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc" 7058 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc"
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
7470 "can_use_on_swarming_builders": false, 7383 "can_use_on_swarming_builders": false,
7471 "dimension_sets": [ 7384 "dimension_sets": [
7472 { 7385 {
7473 "gpu": "1002:679e", 7386 "gpu": "1002:679e",
7474 "os": "Mac-10.10" 7387 "os": "Mac-10.10"
7475 } 7388 }
7476 ] 7389 ]
7477 }, 7390 },
7478 "test": "gles2_conform_test", 7391 "test": "gles2_conform_test",
7479 "use_xvfb": false 7392 "use_xvfb": false
7480 },
7481 {
7482 "args": [
7483 "--gtest_filter=*Detection*"
7484 ],
7485 "swarming": {
7486 "can_use_on_swarming_builders": false,
7487 "dimension_sets": [
7488 {
7489 "gpu": "1002:679e",
7490 "os": "Mac-10.10"
7491 }
7492 ]
7493 },
7494 "test": "service_unittests",
7495 "use_xvfb": false
7496 } 7393 }
7497 ], 7394 ],
7498 "isolated_scripts": [ 7395 "isolated_scripts": [
7499 { 7396 {
7500 "args": [ 7397 "args": [
7501 "context_lost", 7398 "context_lost",
7502 "--show-stdout", 7399 "--show-stdout",
7503 "--browser=release", 7400 "--browser=release",
7504 "-v", 7401 "-v",
7505 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc" 7402 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc"
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
7845 { 7742 {
7846 "gpu": "8086:0a2e", 7743 "gpu": "8086:0a2e",
7847 "os": "Mac-10.12" 7744 "os": "Mac-10.12"
7848 } 7745 }
7849 ] 7746 ]
7850 }, 7747 },
7851 "test": "gles2_conform_test", 7748 "test": "gles2_conform_test",
7852 "use_xvfb": false 7749 "use_xvfb": false
7853 }, 7750 },
7854 { 7751 {
7855 "args": [
7856 "--gtest_filter=*Detection*"
7857 ],
7858 "swarming": {
7859 "can_use_on_swarming_builders": true,
7860 "dimension_sets": [
7861 {
7862 "gpu": "8086:0a2e",
7863 "os": "Mac-10.12"
7864 }
7865 ]
7866 },
7867 "test": "service_unittests",
7868 "use_xvfb": false
7869 },
7870 {
7871 "override_compile_targets": [ 7752 "override_compile_targets": [
7872 "tab_capture_end2end_tests_run" 7753 "tab_capture_end2end_tests_run"
7873 ], 7754 ],
7874 "swarming": { 7755 "swarming": {
7875 "can_use_on_swarming_builders": true, 7756 "can_use_on_swarming_builders": true,
7876 "dimension_sets": [ 7757 "dimension_sets": [
7877 { 7758 {
7878 "gpu": "8086:0a2e", 7759 "gpu": "8086:0a2e",
7879 "os": "Mac-10.12" 7760 "os": "Mac-10.12"
7880 } 7761 }
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
8238 "dimension_sets": [ 8119 "dimension_sets": [
8239 { 8120 {
8240 "gpu": "1002:6821", 8121 "gpu": "1002:6821",
8241 "hidpi": "1", 8122 "hidpi": "1",
8242 "os": "Mac" 8123 "os": "Mac"
8243 } 8124 }
8244 ] 8125 ]
8245 }, 8126 },
8246 "test": "gles2_conform_test", 8127 "test": "gles2_conform_test",
8247 "use_xvfb": false 8128 "use_xvfb": false
8248 },
8249 {
8250 "args": [
8251 "--gtest_filter=*Detection*"
8252 ],
8253 "swarming": {
8254 "can_use_on_swarming_builders": true,
8255 "dimension_sets": [
8256 {
8257 "gpu": "1002:6821",
8258 "hidpi": "1",
8259 "os": "Mac"
8260 }
8261 ]
8262 },
8263 "test": "service_unittests",
8264 "use_xvfb": false
8265 } 8129 }
8266 ], 8130 ],
8267 "isolated_scripts": [ 8131 "isolated_scripts": [
8268 { 8132 {
8269 "args": [ 8133 "args": [
8270 "context_lost", 8134 "context_lost",
8271 "--show-stdout", 8135 "--show-stdout",
8272 "--browser=debug", 8136 "--browser=debug",
8273 "-v", 8137 "-v",
8274 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc" 8138 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc"
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
8601 "dimension_sets": [ 8465 "dimension_sets": [
8602 { 8466 {
8603 "gpu": "10de:0fe9", 8467 "gpu": "10de:0fe9",
8604 "hidpi": "1", 8468 "hidpi": "1",
8605 "os": "Mac" 8469 "os": "Mac"
8606 } 8470 }
8607 ] 8471 ]
8608 }, 8472 },
8609 "test": "gles2_conform_test", 8473 "test": "gles2_conform_test",
8610 "use_xvfb": false 8474 "use_xvfb": false
8611 },
8612 {
8613 "args": [
8614 "--gtest_filter=*Detection*"
8615 ],
8616 "swarming": {
8617 "can_use_on_swarming_builders": true,
8618 "dimension_sets": [
8619 {
8620 "gpu": "10de:0fe9",
8621 "hidpi": "1",
8622 "os": "Mac"
8623 }
8624 ]
8625 },
8626 "test": "service_unittests",
8627 "use_xvfb": false
8628 } 8475 }
8629 ], 8476 ],
8630 "isolated_scripts": [ 8477 "isolated_scripts": [
8631 { 8478 {
8632 "args": [ 8479 "args": [
8633 "context_lost", 8480 "context_lost",
8634 "--show-stdout", 8481 "--show-stdout",
8635 "--browser=debug", 8482 "--browser=debug",
8636 "-v", 8483 "-v",
8637 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc" 8484 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc"
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
8966 "gpu": "1002:6821", 8813 "gpu": "1002:6821",
8967 "hidpi": "1", 8814 "hidpi": "1",
8968 "os": "Mac" 8815 "os": "Mac"
8969 } 8816 }
8970 ] 8817 ]
8971 }, 8818 },
8972 "test": "gles2_conform_test", 8819 "test": "gles2_conform_test",
8973 "use_xvfb": false 8820 "use_xvfb": false
8974 }, 8821 },
8975 { 8822 {
8976 "args": [
8977 "--gtest_filter=*Detection*"
8978 ],
8979 "swarming": {
8980 "can_use_on_swarming_builders": true,
8981 "dimension_sets": [
8982 {
8983 "gpu": "1002:6821",
8984 "hidpi": "1",
8985 "os": "Mac"
8986 }
8987 ]
8988 },
8989 "test": "service_unittests",
8990 "use_xvfb": false
8991 },
8992 {
8993 "override_compile_targets": [ 8823 "override_compile_targets": [
8994 "tab_capture_end2end_tests_run" 8824 "tab_capture_end2end_tests_run"
8995 ], 8825 ],
8996 "swarming": { 8826 "swarming": {
8997 "can_use_on_swarming_builders": true, 8827 "can_use_on_swarming_builders": true,
8998 "dimension_sets": [ 8828 "dimension_sets": [
8999 { 8829 {
9000 "gpu": "1002:6821", 8830 "gpu": "1002:6821",
9001 "hidpi": "1", 8831 "hidpi": "1",
9002 "os": "Mac" 8832 "os": "Mac"
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
9373 "gpu": "10de:0fe9", 9203 "gpu": "10de:0fe9",
9374 "hidpi": "1", 9204 "hidpi": "1",
9375 "os": "Mac" 9205 "os": "Mac"
9376 } 9206 }
9377 ] 9207 ]
9378 }, 9208 },
9379 "test": "gles2_conform_test", 9209 "test": "gles2_conform_test",
9380 "use_xvfb": false 9210 "use_xvfb": false
9381 }, 9211 },
9382 { 9212 {
9383 "args": [
9384 "--gtest_filter=*Detection*"
9385 ],
9386 "swarming": {
9387 "can_use_on_swarming_builders": true,
9388 "dimension_sets": [
9389 {
9390 "gpu": "10de:0fe9",
9391 "hidpi": "1",
9392 "os": "Mac"
9393 }
9394 ]
9395 },
9396 "test": "service_unittests",
9397 "use_xvfb": false
9398 },
9399 {
9400 "override_compile_targets": [ 9213 "override_compile_targets": [
9401 "tab_capture_end2end_tests_run" 9214 "tab_capture_end2end_tests_run"
9402 ], 9215 ],
9403 "swarming": { 9216 "swarming": {
9404 "can_use_on_swarming_builders": true, 9217 "can_use_on_swarming_builders": true,
9405 "dimension_sets": [ 9218 "dimension_sets": [
9406 { 9219 {
9407 "gpu": "10de:0fe9", 9220 "gpu": "10de:0fe9",
9408 "hidpi": "1", 9221 "hidpi": "1",
9409 "os": "Mac" 9222 "os": "Mac"
(...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after
9843 "can_use_on_swarming_builders": true, 9656 "can_use_on_swarming_builders": true,
9844 "dimension_sets": [ 9657 "dimension_sets": [
9845 { 9658 {
9846 "gpu": "8086:0a2e", 9659 "gpu": "8086:0a2e",
9847 "os": "Mac-10.12" 9660 "os": "Mac-10.12"
9848 } 9661 }
9849 ] 9662 ]
9850 }, 9663 },
9851 "test": "gles2_conform_test", 9664 "test": "gles2_conform_test",
9852 "use_xvfb": false 9665 "use_xvfb": false
9853 },
9854 {
9855 "args": [
9856 "--gtest_filter=*Detection*"
9857 ],
9858 "swarming": {
9859 "can_use_on_swarming_builders": true,
9860 "dimension_sets": [
9861 {
9862 "gpu": "8086:0a2e",
9863 "os": "Mac-10.12"
9864 }
9865 ]
9866 },
9867 "test": "service_unittests",
9868 "use_xvfb": false
9869 } 9666 }
9870 ], 9667 ],
9871 "isolated_scripts": [ 9668 "isolated_scripts": [
9872 { 9669 {
9873 "args": [ 9670 "args": [
9874 "webgl_conformance", 9671 "webgl_conformance",
9875 "--show-stdout", 9672 "--show-stdout",
9876 "--browser=release", 9673 "--browser=release",
9877 "-v", 9674 "-v",
9878 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 9675 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
9926 "dimension_sets": [ 9723 "dimension_sets": [
9927 { 9724 {
9928 "gpu": "1002:6821", 9725 "gpu": "1002:6821",
9929 "hidpi": "1", 9726 "hidpi": "1",
9930 "os": "Mac" 9727 "os": "Mac"
9931 } 9728 }
9932 ] 9729 ]
9933 }, 9730 },
9934 "test": "gles2_conform_test", 9731 "test": "gles2_conform_test",
9935 "use_xvfb": false 9732 "use_xvfb": false
9936 },
9937 {
9938 "args": [
9939 "--gtest_filter=*Detection*"
9940 ],
9941 "swarming": {
9942 "can_use_on_swarming_builders": true,
9943 "dimension_sets": [
9944 {
9945 "gpu": "1002:6821",
9946 "hidpi": "1",
9947 "os": "Mac"
9948 }
9949 ]
9950 },
9951 "test": "service_unittests",
9952 "use_xvfb": false
9953 } 9733 }
9954 ], 9734 ],
9955 "isolated_scripts": [ 9735 "isolated_scripts": [
9956 { 9736 {
9957 "args": [ 9737 "args": [
9958 "webgl_conformance", 9738 "webgl_conformance",
9959 "--show-stdout", 9739 "--show-stdout",
9960 "--browser=release", 9740 "--browser=release",
9961 "-v", 9741 "-v",
9962 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 9742 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
10009 "can_use_on_swarming_builders": true, 9789 "can_use_on_swarming_builders": true,
10010 "dimension_sets": [ 9790 "dimension_sets": [
10011 { 9791 {
10012 "gpu": "8086:0a2e", 9792 "gpu": "8086:0a2e",
10013 "os": "Mac-10.12" 9793 "os": "Mac-10.12"
10014 } 9794 }
10015 ] 9795 ]
10016 }, 9796 },
10017 "test": "gles2_conform_test", 9797 "test": "gles2_conform_test",
10018 "use_xvfb": false 9798 "use_xvfb": false
10019 },
10020 {
10021 "args": [
10022 "--gtest_filter=*Detection*"
10023 ],
10024 "swarming": {
10025 "can_use_on_swarming_builders": true,
10026 "dimension_sets": [
10027 {
10028 "gpu": "8086:0a2e",
10029 "os": "Mac-10.12"
10030 }
10031 ]
10032 },
10033 "test": "service_unittests",
10034 "use_xvfb": false
10035 } 9799 }
10036 ], 9800 ],
10037 "isolated_scripts": [ 9801 "isolated_scripts": [
10038 { 9802 {
10039 "args": [ 9803 "args": [
10040 "webgl_conformance", 9804 "webgl_conformance",
10041 "--show-stdout", 9805 "--show-stdout",
10042 "--browser=release", 9806 "--browser=release",
10043 "-v", 9807 "-v",
10044 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 9808 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
10092 "dimension_sets": [ 9856 "dimension_sets": [
10093 { 9857 {
10094 "gpu": "10de:0fe9", 9858 "gpu": "10de:0fe9",
10095 "hidpi": "1", 9859 "hidpi": "1",
10096 "os": "Mac" 9860 "os": "Mac"
10097 } 9861 }
10098 ] 9862 ]
10099 }, 9863 },
10100 "test": "gles2_conform_test", 9864 "test": "gles2_conform_test",
10101 "use_xvfb": false 9865 "use_xvfb": false
10102 },
10103 {
10104 "args": [
10105 "--gtest_filter=*Detection*"
10106 ],
10107 "swarming": {
10108 "can_use_on_swarming_builders": true,
10109 "dimension_sets": [
10110 {
10111 "gpu": "10de:0fe9",
10112 "hidpi": "1",
10113 "os": "Mac"
10114 }
10115 ]
10116 },
10117 "test": "service_unittests",
10118 "use_xvfb": false
10119 } 9866 }
10120 ], 9867 ],
10121 "isolated_scripts": [ 9868 "isolated_scripts": [
10122 { 9869 {
10123 "args": [ 9870 "args": [
10124 "webgl_conformance", 9871 "webgl_conformance",
10125 "--show-stdout", 9872 "--show-stdout",
10126 "--browser=release", 9873 "--browser=release",
10127 "-v", 9874 "-v",
10128 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 9875 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
10177 "dimension_sets": [ 9924 "dimension_sets": [
10178 { 9925 {
10179 "gpu": "1002:6821", 9926 "gpu": "1002:6821",
10180 "hidpi": "1", 9927 "hidpi": "1",
10181 "os": "Mac" 9928 "os": "Mac"
10182 } 9929 }
10183 ] 9930 ]
10184 }, 9931 },
10185 "test": "gles2_conform_test", 9932 "test": "gles2_conform_test",
10186 "use_xvfb": false 9933 "use_xvfb": false
10187 },
10188 {
10189 "args": [
10190 "--gtest_filter=*Detection*"
10191 ],
10192 "swarming": {
10193 "can_use_on_swarming_builders": true,
10194 "dimension_sets": [
10195 {
10196 "gpu": "1002:6821",
10197 "hidpi": "1",
10198 "os": "Mac"
10199 }
10200 ]
10201 },
10202 "test": "service_unittests",
10203 "use_xvfb": false
10204 } 9934 }
10205 ], 9935 ],
10206 "isolated_scripts": [ 9936 "isolated_scripts": [
10207 { 9937 {
10208 "args": [ 9938 "args": [
10209 "webgl_conformance", 9939 "webgl_conformance",
10210 "--show-stdout", 9940 "--show-stdout",
10211 "--browser=release", 9941 "--browser=release",
10212 "-v", 9942 "-v",
10213 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 9943 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
10262 "dimension_sets": [ 9992 "dimension_sets": [
10263 { 9993 {
10264 "gpu": "10de:0fe9", 9994 "gpu": "10de:0fe9",
10265 "hidpi": "1", 9995 "hidpi": "1",
10266 "os": "Mac" 9996 "os": "Mac"
10267 } 9997 }
10268 ] 9998 ]
10269 }, 9999 },
10270 "test": "gles2_conform_test", 10000 "test": "gles2_conform_test",
10271 "use_xvfb": false 10001 "use_xvfb": false
10272 },
10273 {
10274 "args": [
10275 "--gtest_filter=*Detection*"
10276 ],
10277 "swarming": {
10278 "can_use_on_swarming_builders": true,
10279 "dimension_sets": [
10280 {
10281 "gpu": "10de:0fe9",
10282 "hidpi": "1",
10283 "os": "Mac"
10284 }
10285 ]
10286 },
10287 "test": "service_unittests",
10288 "use_xvfb": false
10289 } 10002 }
10290 ], 10003 ],
10291 "isolated_scripts": [ 10004 "isolated_scripts": [
10292 { 10005 {
10293 "args": [ 10006 "args": [
10294 "webgl_conformance", 10007 "webgl_conformance",
10295 "--show-stdout", 10008 "--show-stdout",
10296 "--browser=release", 10009 "--browser=release",
10297 "-v", 10010 "-v",
10298 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", 10011 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
(...skipping 7387 matching lines...) Expand 10 before | Expand all | Expand 10 after
17686 { 17399 {
17687 "gpu": "10de:104a", 17400 "gpu": "10de:104a",
17688 "os": "Windows-2008ServerR2-SP1" 17401 "os": "Windows-2008ServerR2-SP1"
17689 } 17402 }
17690 ] 17403 ]
17691 } 17404 }
17692 } 17405 }
17693 ] 17406 ]
17694 } 17407 }
17695 } 17408 }
OLDNEW
« no previous file with comments | « services/shape_detection/face_detection_impl_mac_unittest.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698