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

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

Issue 2727913006: Disable ProtocolHandlerRequestIdCorrelationTest.RunAsyncTest with PlzNavigate to green up headless_… (Closed)
Patch Set: attempted fix since can't repro locally Created 3 years, 9 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 | « headless/public/util/protocol_handler_request_id_browsertest.cc ('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 "Android Arm64 Builder (dbg)": { 2 "Android Arm64 Builder (dbg)": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "all" 4 "all"
5 ] 5 ]
6 }, 6 },
7 "Android Builder": { 7 "Android Builder": {
8 "additional_compile_targets": [ 8 "additional_compile_targets": [
9 "cronet_test_instrumentation_apk", 9 "cronet_test_instrumentation_apk",
10 "system_webview_apk" 10 "system_webview_apk"
(...skipping 2933 matching lines...) Expand 10 before | Expand all | Expand 10 after
2944 }, 2944 },
2945 "test": "gpu_unittests" 2945 "test": "gpu_unittests"
2946 }, 2946 },
2947 { 2947 {
2948 "swarming": { 2948 "swarming": {
2949 "can_use_on_swarming_builders": true 2949 "can_use_on_swarming_builders": true
2950 }, 2950 },
2951 "test": "headless_browsertests" 2951 "test": "headless_browsertests"
2952 }, 2952 },
2953 { 2953 {
2954 "args": [
2955 "--enable-browser-side-navigation"
2956 ],
2957 "name": "browser_side_navigation_headless_browsertests",
2958 "swarming": {
2959 "can_use_on_swarming_builders": true
2960 },
2961 "test": "headless_browsertests"
2962 },
2963 {
2954 "swarming": { 2964 "swarming": {
2955 "can_use_on_swarming_builders": true 2965 "can_use_on_swarming_builders": true
2956 }, 2966 },
2957 "test": "headless_unittests" 2967 "test": "headless_unittests"
2958 }, 2968 },
2959 { 2969 {
2960 "swarming": { 2970 "swarming": {
2961 "can_use_on_swarming_builders": true 2971 "can_use_on_swarming_builders": true
2962 }, 2972 },
2963 "test": "input_device_unittests" 2973 "test": "input_device_unittests"
(...skipping 642 matching lines...) Expand 10 before | Expand all | Expand 10 after
3606 "test": "gpu_ipc_service_unittests" 3616 "test": "gpu_ipc_service_unittests"
3607 }, 3617 },
3608 { 3618 {
3609 "swarming": { 3619 "swarming": {
3610 "can_use_on_swarming_builders": true 3620 "can_use_on_swarming_builders": true
3611 }, 3621 },
3612 "test": "gpu_unittests" 3622 "test": "gpu_unittests"
3613 }, 3623 },
3614 { 3624 {
3615 "swarming": { 3625 "swarming": {
3626 "can_use_on_swarming_builders": true
3627 },
3628 "test": "headless_browsertests"
3629 },
3630 {
3631 "args": [
3632 "--enable-browser-side-navigation"
3633 ],
3634 "name": "browser_side_navigation_headless_browsertests",
3635 "swarming": {
3636 "can_use_on_swarming_builders": true
3637 },
3638 "test": "headless_browsertests"
3639 },
3640 {
3641 "swarming": {
3642 "can_use_on_swarming_builders": true
3643 },
3644 "test": "headless_unittests"
3645 },
3646 {
3647 "swarming": {
3616 "can_use_on_swarming_builders": true, 3648 "can_use_on_swarming_builders": true,
3617 "shards": 3 3649 "shards": 3
3618 }, 3650 },
3619 "test": "interactive_ui_tests" 3651 "test": "interactive_ui_tests"
3620 }, 3652 },
3621 { 3653 {
3622 "args": [ 3654 "args": [
3623 "--enable-browser-side-navigation" 3655 "--enable-browser-side-navigation"
3624 ], 3656 ],
3625 "name": "browser_side_navigation_interactive_ui_tests", 3657 "name": "browser_side_navigation_interactive_ui_tests",
(...skipping 629 matching lines...) Expand 10 before | Expand all | Expand 10 after
4255 "telemetry_unittests_run" 4287 "telemetry_unittests_run"
4256 ], 4288 ],
4257 "swarming": { 4289 "swarming": {
4258 "can_use_on_swarming_builders": true, 4290 "can_use_on_swarming_builders": true,
4259 "shards": 4 4291 "shards": 4
4260 } 4292 }
4261 } 4293 }
4262 ] 4294 ]
4263 } 4295 }
4264 } 4296 }
OLDNEW
« no previous file with comments | « headless/public/util/protocol_handler_request_id_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698