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

Side by Side Diff: testing/buildbot/chromium.win.json

Issue 2782603002: Enable content shell crash integration test on Windows (Closed)
Patch Set: updates 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
OLDNEW
1 { 1 {
2 "Win 7 Tests x64 (1)": { 2 "Win 7 Tests x64 (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
7 }, 7 },
8 "test": "accessibility_unittests" 8 "test": "accessibility_unittests"
9 }, 9 },
10 { 10 {
(...skipping 1434 matching lines...) Expand 10 before | Expand all | Expand 10 after
1445 }, 1445 },
1446 { 1446 {
1447 "swarming": { 1447 "swarming": {
1448 "can_use_on_swarming_builders": true 1448 "can_use_on_swarming_builders": true
1449 }, 1449 },
1450 "test": "wm_unittests" 1450 "test": "wm_unittests"
1451 } 1451 }
1452 ], 1452 ],
1453 "isolated_scripts": [ 1453 "isolated_scripts": [
1454 { 1454 {
1455 "isolate_name": "content_shell_crash_test",
1456 "name": "content_shell_crash_test",
1457 "swarming": {
1458 "can_use_on_swarming_builders": true
1459 }
1460 },
1461 {
1455 "isolate_name": "telemetry_gpu_unittests", 1462 "isolate_name": "telemetry_gpu_unittests",
1456 "name": "telemetry_gpu_unittests", 1463 "name": "telemetry_gpu_unittests",
1457 "override_compile_targets": [ 1464 "override_compile_targets": [
1458 "telemetry_gpu_unittests_run" 1465 "telemetry_gpu_unittests_run"
1459 ], 1466 ],
1460 "swarming": { 1467 "swarming": {
1461 "can_use_on_swarming_builders": true 1468 "can_use_on_swarming_builders": true
1462 } 1469 }
1463 }, 1470 },
1464 { 1471 {
(...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after
1887 "additional_compile_targets": [ 1894 "additional_compile_targets": [
1888 "chrome_official_builder" 1895 "chrome_official_builder"
1889 ] 1896 ]
1890 }, 1897 },
1891 "Win8 GYP (dbg)": { 1898 "Win8 GYP (dbg)": {
1892 "additional_compile_targets": [ 1899 "additional_compile_targets": [
1893 "all" 1900 "all"
1894 ] 1901 ]
1895 } 1902 }
1896 } 1903 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698