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

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

Issue 2468343002: Add more tests to run on UBSan bots, as they are cleaned of existing failures. (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | 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 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 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": false 9 "can_use_on_swarming_builders": false
10 }, 10 },
(...skipping 4321 matching lines...) Expand 10 before | Expand all | Expand 10 after
4332 "swarming": { 4332 "swarming": {
4333 "can_use_on_swarming_builders": true, 4333 "can_use_on_swarming_builders": true,
4334 "shards": 5 4334 "shards": 5
4335 }, 4335 },
4336 "test": "content_browsertests" 4336 "test": "content_browsertests"
4337 }, 4337 },
4338 { 4338 {
4339 "swarming": { 4339 "swarming": {
4340 "can_use_on_swarming_builders": true 4340 "can_use_on_swarming_builders": true
4341 }, 4341 },
4342 "test": "content_unittests"
4343 },
4344 {
4345 "swarming": {
4346 "can_use_on_swarming_builders": true
4347 },
4342 "test": "crypto_unittests" 4348 "test": "crypto_unittests"
4343 }, 4349 },
4344 { 4350 {
4345 "swarming": { 4351 "swarming": {
4346 "can_use_on_swarming_builders": true 4352 "can_use_on_swarming_builders": true
4347 }, 4353 },
4348 "test": "device_unittests" 4354 "test": "device_unittests"
4349 }, 4355 },
4350 { 4356 {
4351 "swarming": { 4357 "swarming": {
4352 "can_use_on_swarming_builders": true 4358 "can_use_on_swarming_builders": true
4353 }, 4359 },
4354 "test": "display_unittests" 4360 "test": "display_unittests"
4355 }, 4361 },
4356 { 4362 {
4357 "swarming": { 4363 "swarming": {
4358 "can_use_on_swarming_builders": true 4364 "can_use_on_swarming_builders": true
4359 }, 4365 },
4360 "test": "extensions_browsertests" 4366 "test": "extensions_browsertests"
4361 }, 4367 },
4362 { 4368 {
4363 "swarming": { 4369 "swarming": {
4364 "can_use_on_swarming_builders": true 4370 "can_use_on_swarming_builders": true
4365 }, 4371 },
4372 "test": "extensions_unittests"
4373 },
4374 {
4375 "swarming": {
4376 "can_use_on_swarming_builders": true
4377 },
4366 "test": "gcm_unit_tests" 4378 "test": "gcm_unit_tests"
4367 }, 4379 },
4368 { 4380 {
4369 "swarming": { 4381 "swarming": {
4370 "can_use_on_swarming_builders": true 4382 "can_use_on_swarming_builders": true
4371 }, 4383 },
4372 "test": "gfx_unittests" 4384 "test": "gfx_unittests"
4373 }, 4385 },
4374 { 4386 {
4375 "swarming": { 4387 "swarming": {
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
4464 { 4476 {
4465 "swarming": { 4477 "swarming": {
4466 "can_use_on_swarming_builders": true 4478 "can_use_on_swarming_builders": true
4467 }, 4479 },
4468 "test": "ui_base_unittests" 4480 "test": "ui_base_unittests"
4469 }, 4481 },
4470 { 4482 {
4471 "swarming": { 4483 "swarming": {
4472 "can_use_on_swarming_builders": true 4484 "can_use_on_swarming_builders": true
4473 }, 4485 },
4486 "test": "unit_tests"
4487 },
4488 {
4489 "swarming": {
4490 "can_use_on_swarming_builders": true
4491 },
4474 "test": "url_unittests" 4492 "test": "url_unittests"
4475 }, 4493 },
4476 { 4494 {
4477 "swarming": { 4495 "swarming": {
4478 "can_use_on_swarming_builders": true 4496 "can_use_on_swarming_builders": true
4479 }, 4497 },
4498 "test": "views_unittests"
4499 },
4500 {
4501 "swarming": {
4502 "can_use_on_swarming_builders": true
4503 },
4480 "test": "webkit_unit_tests" 4504 "test": "webkit_unit_tests"
4481 } 4505 }
4482 ] 4506 ]
4483 }, 4507 },
4484 "ClangToTMac tester": { 4508 "ClangToTMac tester": {
4485 "gtest_tests": [ 4509 "gtest_tests": [
4486 { 4510 {
4487 "swarming": { 4511 "swarming": {
4488 "can_use_on_swarming_builders": true 4512 "can_use_on_swarming_builders": true
4489 }, 4513 },
(...skipping 7947 matching lines...) Expand 10 before | Expand all | Expand 10 after
12437 { 12461 {
12438 "swarming": { 12462 "swarming": {
12439 "can_use_on_swarming_builders": true 12463 "can_use_on_swarming_builders": true
12440 }, 12464 },
12441 "test": "content_browsertests" 12465 "test": "content_browsertests"
12442 }, 12466 },
12443 { 12467 {
12444 "swarming": { 12468 "swarming": {
12445 "can_use_on_swarming_builders": true 12469 "can_use_on_swarming_builders": true
12446 }, 12470 },
12471 "test": "content_unittests"
12472 },
12473 {
12474 "swarming": {
12475 "can_use_on_swarming_builders": true
12476 },
12447 "test": "crypto_unittests" 12477 "test": "crypto_unittests"
12448 }, 12478 },
12449 { 12479 {
12450 "swarming": { 12480 "swarming": {
12451 "can_use_on_swarming_builders": true 12481 "can_use_on_swarming_builders": true
12452 }, 12482 },
12453 "test": "dbus_unittests" 12483 "test": "dbus_unittests"
12454 }, 12484 },
12455 { 12485 {
12456 "swarming": { 12486 "swarming": {
(...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after
12921 }, 12951 },
12922 { 12952 {
12923 "swarming": { 12953 "swarming": {
12924 "can_use_on_swarming_builders": true 12954 "can_use_on_swarming_builders": true
12925 }, 12955 },
12926 "test": "views_unittests" 12956 "test": "views_unittests"
12927 } 12957 }
12928 ] 12958 ]
12929 } 12959 }
12930 } 12960 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698