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)": { |