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

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

Issue 2164633004: Enable ui_struct_traits_unittests on try bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@display_traits
Patch Set: Add testonly. Created 4 years, 4 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.linux.json ('k') | testing/buildbot/gn_isolate_map.pyl » ('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 "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 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 { 414 {
415 "swarming": { 415 "swarming": {
416 "can_use_on_swarming_builders": true 416 "can_use_on_swarming_builders": true
417 }, 417 },
418 "test": "ui_base_unittests" 418 "test": "ui_base_unittests"
419 }, 419 },
420 { 420 {
421 "swarming": { 421 "swarming": {
422 "can_use_on_swarming_builders": true 422 "can_use_on_swarming_builders": true
423 }, 423 },
424 "test": "ui_struct_traits_unittests"
425 },
426 {
427 "swarming": {
428 "can_use_on_swarming_builders": true
429 },
424 "test": "ui_touch_selection_unittests" 430 "test": "ui_touch_selection_unittests"
425 }, 431 },
426 { 432 {
427 "swarming": { 433 "swarming": {
428 "can_use_on_swarming_builders": true 434 "can_use_on_swarming_builders": true
429 }, 435 },
430 "test": "unit_tests" 436 "test": "unit_tests"
431 }, 437 },
432 { 438 {
433 "swarming": { 439 "swarming": {
(...skipping 913 matching lines...) Expand 10 before | Expand all | Expand 10 after
1347 { 1353 {
1348 "swarming": { 1354 "swarming": {
1349 "can_use_on_swarming_builders": true 1355 "can_use_on_swarming_builders": true
1350 }, 1356 },
1351 "test": "ui_base_unittests" 1357 "test": "ui_base_unittests"
1352 }, 1358 },
1353 { 1359 {
1354 "swarming": { 1360 "swarming": {
1355 "can_use_on_swarming_builders": true 1361 "can_use_on_swarming_builders": true
1356 }, 1362 },
1363 "test": "ui_struct_traits_unittests"
1364 },
1365 {
1366 "swarming": {
1367 "can_use_on_swarming_builders": true
1368 },
1357 "test": "ui_touch_selection_unittests" 1369 "test": "ui_touch_selection_unittests"
1358 }, 1370 },
1359 { 1371 {
1360 "swarming": { 1372 "swarming": {
1361 "can_use_on_swarming_builders": true 1373 "can_use_on_swarming_builders": true
1362 }, 1374 },
1363 "test": "unit_tests" 1375 "test": "unit_tests"
1364 }, 1376 },
1365 { 1377 {
1366 "swarming": { 1378 "swarming": {
(...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
1804 "additional_compile_targets": [ 1816 "additional_compile_targets": [
1805 "chrome_official_builder" 1817 "chrome_official_builder"
1806 ] 1818 ]
1807 }, 1819 },
1808 "Win8 GYP (dbg)": { 1820 "Win8 GYP (dbg)": {
1809 "additional_compile_targets": [ 1821 "additional_compile_targets": [
1810 "all" 1822 "all"
1811 ] 1823 ]
1812 } 1824 }
1813 } 1825 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698