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

Unified Diff: testing/buildbot/chromium.linux.json

Issue 326673004: Run app_shell_browertests on Linux also. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | testing/buildbot/chromium_trybot.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.linux.json
diff --git a/testing/buildbot/chromium.linux.json b/testing/buildbot/chromium.linux.json
index f3dfdb0dcfa7fcd5e472d7318e78cf17933eac4d..3091c866a6bd050216a24f61ad8a14a5e48a48a5 100644
--- a/testing/buildbot/chromium.linux.json
+++ b/testing/buildbot/chromium.linux.json
@@ -37,6 +37,7 @@
"sql_unittests",
"browser_tests",
"content_browsertests",
+ "app_shell_browsertests",
"webkit_compositor_bindings_unittests",
"mojo_apps_js_unittests",
"mojo_common_unittests",
@@ -82,6 +83,7 @@
"sql_unittests",
"browser_tests",
"content_browsertests",
+ "app_shell_browsertests",
Paweł Hajdan Jr. 2014/06/10 15:41:00 Double-checking - should this indeed run on GTK?
Yoyo Zhou 2014/06/10 17:41:04 Good point, we don't want to run on GTK.
"webkit_compositor_bindings_unittests",
"mojo_apps_js_unittests",
"mojo_common_unittests",
@@ -99,7 +101,8 @@
"gtest_tests": [
"net_unittests",
"browser_tests",
- "content_browsertests"
+ "content_browsertests",
+ "app_shell_browsertests"
]
},
"Linux Tests (dbg)(2)(32)": {
@@ -154,7 +157,8 @@
"gtest_tests": [
"net_unittests",
"browser_tests",
- "content_browsertests"
+ "content_browsertests",
+ "app_shell_browsertests"
]
},
"Linux Tests (dbg)(2)": {
« no previous file with comments | « no previous file | testing/buildbot/chromium_trybot.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698