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

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

Issue 1134593002: Added gl_unittests to various try/build bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « testing/buildbot/chromium.memory.fyi.json ('k') | testing/buildbot/chromium.webrtc.fyi.json » ('j') | 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 "Linux ChromiumOS Tests (1)": { 2 "Linux ChromiumOS Tests (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 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 "content_unittests", 378 "content_unittests",
379 "crypto_unittests", 379 "crypto_unittests",
380 "dbus_unittests", 380 "dbus_unittests",
381 "device_unittests", 381 "device_unittests",
382 "display_unittests", 382 "display_unittests",
383 "events_unittests", 383 "events_unittests",
384 "extensions_browsertests", 384 "extensions_browsertests",
385 "extensions_unittests", 385 "extensions_unittests",
386 "gcm_unit_tests", 386 "gcm_unit_tests",
387 "gfx_unittests", 387 "gfx_unittests",
388 "gl_unittests",
388 "gn_unittests", 389 "gn_unittests",
389 "google_apis_unittests", 390 "google_apis_unittests",
390 "gpu_unittests", 391 "gpu_unittests",
391 "interactive_ui_tests", 392 "interactive_ui_tests",
392 "ipc_mojo_unittests", 393 "ipc_mojo_unittests",
393 "ipc_tests", 394 "ipc_tests",
394 "jingle_unittests", 395 "jingle_unittests",
395 "media_unittests", 396 "media_unittests",
396 "mojo_common_unittests", 397 "mojo_common_unittests",
397 "mojo_public_bindings_unittests", 398 "mojo_public_bindings_unittests",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 "content_unittests", 439 "content_unittests",
439 "crypto_unittests", 440 "crypto_unittests",
440 "dbus_unittests", 441 "dbus_unittests",
441 "device_unittests", 442 "device_unittests",
442 "display_unittests", 443 "display_unittests",
443 "events_unittests", 444 "events_unittests",
444 "extensions_browsertests", 445 "extensions_browsertests",
445 "extensions_unittests", 446 "extensions_unittests",
446 "gcm_unit_tests", 447 "gcm_unit_tests",
447 "gfx_unittests", 448 "gfx_unittests",
449 "gl_unittests",
448 "gn_unittests", 450 "gn_unittests",
449 "google_apis_unittests", 451 "google_apis_unittests",
450 "gpu_unittests", 452 "gpu_unittests",
451 "interactive_ui_tests", 453 "interactive_ui_tests",
452 "ipc_mojo_unittests", 454 "ipc_mojo_unittests",
453 "ipc_tests", 455 "ipc_tests",
454 "jingle_unittests", 456 "jingle_unittests",
455 "media_unittests", 457 "media_unittests",
456 "mojo_common_unittests", 458 "mojo_common_unittests",
457 "mojo_public_bindings_unittests", 459 "mojo_public_bindings_unittests",
(...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after
1021 "name": "webkit_lint", 1023 "name": "webkit_lint",
1022 "script": "webkit_lint.py" 1024 "script": "webkit_lint.py"
1023 }, 1025 },
1024 { 1026 {
1025 "name": "webkit_python_tests", 1027 "name": "webkit_python_tests",
1026 "script": "webkit_python_tests.py" 1028 "script": "webkit_python_tests.py"
1027 } 1029 }
1028 ] 1030 ]
1029 } 1031 }
1030 } 1032 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.memory.fyi.json ('k') | testing/buildbot/chromium.webrtc.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698