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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ipc/unix_domain_socket_util_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.fyi.json
diff --git a/testing/buildbot/chromium.fyi.json b/testing/buildbot/chromium.fyi.json
index 092f20a84790796bab836d56a7b6afffb5fed8df..184d4fcaaabab531a123eee28a1bb27f63e38216 100644
--- a/testing/buildbot/chromium.fyi.json
+++ b/testing/buildbot/chromium.fyi.json
@@ -4455,6 +4455,12 @@
"swarming": {
"can_use_on_swarming_builders": true
},
+ "test": "ipc_tests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "jingle_unittests"
},
{
@@ -12596,6 +12602,12 @@
"swarming": {
"can_use_on_swarming_builders": true
},
+ "test": "ipc_tests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "jingle_unittests"
},
{
« 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