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

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

Issue 2455223002: Fix LayoutTableSectionTest test cases which called a method on nil. (Closed)
Patch Set: fix bad merge 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 | third_party/WebKit/Source/core/layout/LayoutTableSectionTest.cpp » ('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 "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 4455 matching lines...) Expand 10 before | Expand all | Expand 10 after
4466 { 4466 {
4467 "swarming": { 4467 "swarming": {
4468 "can_use_on_swarming_builders": true 4468 "can_use_on_swarming_builders": true
4469 }, 4469 },
4470 "test": "midi_unittests" 4470 "test": "midi_unittests"
4471 }, 4471 },
4472 { 4472 {
4473 "swarming": { 4473 "swarming": {
4474 "can_use_on_swarming_builders": true 4474 "can_use_on_swarming_builders": true
4475 }, 4475 },
4476 "test": "net_unittests"
4477 },
4478 {
4479 "swarming": {
4480 "can_use_on_swarming_builders": true
4481 },
4476 "test": "pdf_unittests" 4482 "test": "pdf_unittests"
4477 }, 4483 },
4478 { 4484 {
4479 "swarming": { 4485 "swarming": {
4480 "can_use_on_swarming_builders": true 4486 "can_use_on_swarming_builders": true
4481 }, 4487 },
4482 "test": "ppapi_unittests" 4488 "test": "ppapi_unittests"
4483 }, 4489 },
4484 { 4490 {
4485 "swarming": { 4491 "swarming": {
(...skipping 29 matching lines...) Expand all
4515 "swarming": { 4521 "swarming": {
4516 "can_use_on_swarming_builders": true 4522 "can_use_on_swarming_builders": true
4517 }, 4523 },
4518 "test": "ui_base_unittests" 4524 "test": "ui_base_unittests"
4519 }, 4525 },
4520 { 4526 {
4521 "swarming": { 4527 "swarming": {
4522 "can_use_on_swarming_builders": true 4528 "can_use_on_swarming_builders": true
4523 }, 4529 },
4524 "test": "url_unittests" 4530 "test": "url_unittests"
4531 },
4532 {
4533 "swarming": {
4534 "can_use_on_swarming_builders": true
4535 },
4536 "test": "webkit_unit_tests"
4525 } 4537 }
4526 ] 4538 ]
4527 }, 4539 },
4528 "ClangToTMac tester": { 4540 "ClangToTMac tester": {
4529 "gtest_tests": [ 4541 "gtest_tests": [
4530 { 4542 {
4531 "swarming": { 4543 "swarming": {
4532 "can_use_on_swarming_builders": true 4544 "can_use_on_swarming_builders": true
4533 }, 4545 },
4534 "test": "accessibility_unittests" 4546 "test": "accessibility_unittests"
(...skipping 7834 matching lines...) Expand 10 before | Expand all | Expand 10 after
12369 { 12381 {
12370 "swarming": { 12382 "swarming": {
12371 "can_use_on_swarming_builders": true 12383 "can_use_on_swarming_builders": true
12372 }, 12384 },
12373 "test": "views_unittests" 12385 "test": "views_unittests"
12374 }, 12386 },
12375 { 12387 {
12376 "swarming": { 12388 "swarming": {
12377 "can_use_on_swarming_builders": true 12389 "can_use_on_swarming_builders": true
12378 }, 12390 },
12391 "test": "webkit_unit_tests"
12392 },
12393 {
12394 "swarming": {
12395 "can_use_on_swarming_builders": true
12396 },
12379 "test": "wm_unittests" 12397 "test": "wm_unittests"
12380 }, 12398 },
12381 { 12399 {
12382 "swarming": { 12400 "swarming": {
12383 "can_use_on_swarming_builders": true 12401 "can_use_on_swarming_builders": true
12384 }, 12402 },
12385 "test": "wtf_unittests" 12403 "test": "wtf_unittests"
12386 } 12404 }
12387 ] 12405 ]
12388 }, 12406 },
(...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after
12953 }, 12971 },
12954 { 12972 {
12955 "swarming": { 12973 "swarming": {
12956 "can_use_on_swarming_builders": true 12974 "can_use_on_swarming_builders": true
12957 }, 12975 },
12958 "test": "views_unittests" 12976 "test": "views_unittests"
12959 } 12977 }
12960 ] 12978 ]
12961 } 12979 }
12962 } 12980 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/LayoutTableSectionTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698