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

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

Issue 2665193002: Fix aura_unittests for Ozone X11. (Closed)
Patch Set: Pass initial bounds into X11Window/X11WindowOzone. 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/ui/ws/platform_display_default.cc ('k') | ui/ozone/platform/x11/ozone_platform_x11.cc » ('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 Builder": { 2 "Linux ChromiumOS Builder": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "All" 4 "All"
5 ] 5 ]
6 }, 6 },
7 "Linux ChromiumOS Ozone Tests (1)": { 7 "Linux ChromiumOS Ozone Tests (1)": {
8 "gtest_tests": [ 8 "gtest_tests": [
9 { 9 {
10 "swarming": { 10 "swarming": {
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 }, 45 },
46 "test": "ash_content_unittests" 46 "test": "ash_content_unittests"
47 }, 47 },
48 { 48 {
49 "swarming": { 49 "swarming": {
50 "can_use_on_swarming_builders": true 50 "can_use_on_swarming_builders": true
51 }, 51 },
52 "test": "ash_unittests" 52 "test": "ash_unittests"
53 }, 53 },
54 { 54 {
55 "args": [
56 "--ozone-platform=x11"
57 ],
55 "swarming": { 58 "swarming": {
56 "can_use_on_swarming_builders": true 59 "can_use_on_swarming_builders": true
57 }, 60 },
58 "test": "aura_unittests" 61 "test": "aura_unittests"
59 }, 62 },
60 { 63 {
61 "args": [ 64 "args": [
62 "--ozone-platform=x11" 65 "--ozone-platform=x11"
63 ], 66 ],
64 "swarming": { 67 "swarming": {
(...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after
494 }, 497 },
495 "test": "views_mus_interactive_ui_tests" 498 "test": "views_mus_interactive_ui_tests"
496 }, 499 },
497 { 500 {
498 "swarming": { 501 "swarming": {
499 "can_use_on_swarming_builders": false 502 "can_use_on_swarming_builders": false
500 }, 503 },
501 "test": "views_mus_unittests" 504 "test": "views_mus_unittests"
502 }, 505 },
503 { 506 {
507 "args": [
508 "--ozone-platform=x11"
509 ],
504 "swarming": { 510 "swarming": {
505 "can_use_on_swarming_builders": true 511 "can_use_on_swarming_builders": true
506 }, 512 },
507 "test": "views_unittests" 513 "test": "views_unittests"
508 }, 514 },
509 { 515 {
510 "swarming": { 516 "swarming": {
511 "can_use_on_swarming_builders": true 517 "can_use_on_swarming_builders": true
512 }, 518 },
513 "test": "wm_unittests" 519 "test": "wm_unittests"
(...skipping 696 matching lines...) Expand 10 before | Expand all | Expand 10 after
1210 }, 1216 },
1211 { 1217 {
1212 "swarming": { 1218 "swarming": {
1213 "can_use_on_swarming_builders": true 1219 "can_use_on_swarming_builders": true
1214 }, 1220 },
1215 "test": "wm_unittests" 1221 "test": "wm_unittests"
1216 } 1222 }
1217 ] 1223 ]
1218 } 1224 }
1219 } 1225 }
OLDNEW
« no previous file with comments | « services/ui/ws/platform_display_default.cc ('k') | ui/ozone/platform/x11/ozone_platform_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698