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

Unified 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, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/LayoutTableSectionTest.cpp » ('j') | 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 3f258402994679baf8f7afdb45a2bbf32676a53d..22050a82f68c421f1122857adbf64857635931cd 100644
--- a/testing/buildbot/chromium.fyi.json
+++ b/testing/buildbot/chromium.fyi.json
@@ -4473,6 +4473,12 @@
"swarming": {
"can_use_on_swarming_builders": true
},
+ "test": "net_unittests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "pdf_unittests"
},
{
@@ -4522,6 +4528,12 @@
"can_use_on_swarming_builders": true
},
"test": "url_unittests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "webkit_unit_tests"
}
]
},
@@ -12376,6 +12388,12 @@
"swarming": {
"can_use_on_swarming_builders": true
},
+ "test": "webkit_unit_tests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "wm_unittests"
},
{
« 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