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

Unified Diff: tools/wine_valgrind/chrome_tests.sh

Issue 2720007: Enable remoting unittests to run on build bots (Closed)
Patch Set: done again Created 10 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
« build/common.gypi ('K') | « tools/valgrind/chrome_tests.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/wine_valgrind/chrome_tests.sh
diff --git a/tools/wine_valgrind/chrome_tests.sh b/tools/wine_valgrind/chrome_tests.sh
index bed322217df342ae90bf03c87e06bb52d54ef2d1..990e0a5033706ebeed60f9d9759a9e6ba6c74bbc 100755
--- a/tools/wine_valgrind/chrome_tests.sh
+++ b/tools/wine_valgrind/chrome_tests.sh
@@ -62,7 +62,7 @@ _EOF_
# Tests, grouped by how long they take to run
# Skip ones that require chrome itself for the moment
-SUITES_1="googleurl_unittests printing_unittests sbox_validation_tests setup_unittests"
+SUITES_1="googleurl_unittests printing_unittests remoting_unittests sbox_validation_tests setup_unittests"
#SUITES_10="app_unittests courgette_unittests ipc_tests reliability_tests sbox_integration_tests sbox_unittests tab_switching_test tcmalloc_unittests url_fetch_test"
SUITES_10="app_unittests courgette_unittests ipc_tests sbox_unittests tcmalloc_unittests"
#SUITES_100="automated_ui_tests installer_util_unittests media_unittests nacl_ui_tests net_perftests net_unittests plugin_tests sync_unit_tests"
@@ -209,6 +209,7 @@ get_expected_runtime() {
media_unittests) echo 400;;
net_unittests) echo 2000;;
printing_unittests) echo 100;;
+ remoting_unittests) echo 200;;
sbox_unittests) echo 100;;
sbox_validation_tests) echo 100;;
setup_unittests) echo 100;;
« build/common.gypi ('K') | « tools/valgrind/chrome_tests.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698