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 2468593002: Fix undefined behavior in UnixDomainSocketUtil.Connect test. (Closed)
Patch Set: run ipc_tests on UBSan buildbots. 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 | « ipc/unix_domain_socket_util_unittest.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 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 4437 matching lines...) Expand 10 before | Expand all | Expand 10 after
4448 { 4448 {
4449 "swarming": { 4449 "swarming": {
4450 "can_use_on_swarming_builders": true 4450 "can_use_on_swarming_builders": true
4451 }, 4451 },
4452 "test": "gpu_unittests" 4452 "test": "gpu_unittests"
4453 }, 4453 },
4454 { 4454 {
4455 "swarming": { 4455 "swarming": {
4456 "can_use_on_swarming_builders": true 4456 "can_use_on_swarming_builders": true
4457 }, 4457 },
4458 "test": "ipc_tests"
4459 },
4460 {
4461 "swarming": {
4462 "can_use_on_swarming_builders": true
4463 },
4458 "test": "jingle_unittests" 4464 "test": "jingle_unittests"
4459 }, 4465 },
4460 { 4466 {
4461 "swarming": { 4467 "swarming": {
4462 "can_use_on_swarming_builders": true 4468 "can_use_on_swarming_builders": true
4463 }, 4469 },
4464 "test": "media_blink_unittests" 4470 "test": "media_blink_unittests"
4465 }, 4471 },
4466 { 4472 {
4467 "swarming": { 4473 "swarming": {
(...skipping 8121 matching lines...) Expand 10 before | Expand all | Expand 10 after
12589 { 12595 {
12590 "swarming": { 12596 "swarming": {
12591 "can_use_on_swarming_builders": true 12597 "can_use_on_swarming_builders": true
12592 }, 12598 },
12593 "test": "interactive_ui_tests" 12599 "test": "interactive_ui_tests"
12594 }, 12600 },
12595 { 12601 {
12596 "swarming": { 12602 "swarming": {
12597 "can_use_on_swarming_builders": true 12603 "can_use_on_swarming_builders": true
12598 }, 12604 },
12605 "test": "ipc_tests"
12606 },
12607 {
12608 "swarming": {
12609 "can_use_on_swarming_builders": true
12610 },
12599 "test": "jingle_unittests" 12611 "test": "jingle_unittests"
12600 }, 12612 },
12601 { 12613 {
12602 "swarming": { 12614 "swarming": {
12603 "can_use_on_swarming_builders": true 12615 "can_use_on_swarming_builders": true
12604 }, 12616 },
12605 "test": "media_blink_unittests" 12617 "test": "media_blink_unittests"
12606 }, 12618 },
12607 { 12619 {
12608 "swarming": { 12620 "swarming": {
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
12971 }, 12983 },
12972 { 12984 {
12973 "swarming": { 12985 "swarming": {
12974 "can_use_on_swarming_builders": true 12986 "can_use_on_swarming_builders": true
12975 }, 12987 },
12976 "test": "views_unittests" 12988 "test": "views_unittests"
12977 } 12989 }
12978 ] 12990 ]
12979 } 12991 }
12980 } 12992 }
OLDNEW
« no previous file with comments | « ipc/unix_domain_socket_util_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698