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

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

Issue 1872313003: PlzNavigate: don't discard pending entry in DidFailProvisionalLoad (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase + removed the content_unittests filter Created 4 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 "Android Asan Builder Tests (dbg)": { 2 "Android Asan Builder Tests (dbg)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "args": [ 5 "args": [
6 "--tool=asan" 6 "--tool=asan"
7 ], 7 ],
8 "test": "android_webview_unittests" 8 "test": "android_webview_unittests"
9 }, 9 },
10 { 10 {
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 "--enable-browser-side-navigation", 356 "--enable-browser-side-navigation",
357 "--test-launcher-filter-file=src/testing/buildbot/filters/browser-side -navigation.linux.content_browsertests.filter" 357 "--test-launcher-filter-file=src/testing/buildbot/filters/browser-side -navigation.linux.content_browsertests.filter"
358 ], 358 ],
359 "swarming": { 359 "swarming": {
360 "can_use_on_swarming_builders": true 360 "can_use_on_swarming_builders": true
361 }, 361 },
362 "test": "content_browsertests" 362 "test": "content_browsertests"
363 }, 363 },
364 { 364 {
365 "args": [ 365 "args": [
366 "--enable-browser-side-navigation", 366 "--enable-browser-side-navigation"
367 "--test-launcher-filter-file=src/testing/buildbot/filters/browser-side -navigation.linux.content_unittests.filter"
368 ], 367 ],
369 "swarming": { 368 "swarming": {
370 "can_use_on_swarming_builders": true 369 "can_use_on_swarming_builders": true
371 }, 370 },
372 "test": "content_unittests" 371 "test": "content_unittests"
373 }, 372 },
374 { 373 {
375 "args": [ 374 "args": [
376 "--enable-browser-side-navigation", 375 "--enable-browser-side-navigation",
377 "--test-launcher-filter-file=src/testing/buildbot/filters/browser-side -navigation.linux.unit_tests.filter" 376 "--test-launcher-filter-file=src/testing/buildbot/filters/browser-side -navigation.linux.unit_tests.filter"
(...skipping 7992 matching lines...) Expand 10 before | Expand all | Expand 10 after
8370 }, 8369 },
8371 { 8370 {
8372 "args": [ 8371 "args": [
8373 "--isolate-extensions" 8372 "--isolate-extensions"
8374 ], 8373 ],
8375 "test": "unit_tests" 8374 "test": "unit_tests"
8376 } 8375 }
8377 ] 8376 ]
8378 } 8377 }
8379 } 8378 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698