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

Unified Diff: utils/unittest_suite.py

Issue 1595019: Merge remote branch 'origin/upstream' into tempbranch (Closed)
Patch Set: Created 10 years, 8 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 | « utils/compile_gwt_clients.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/unittest_suite.py
diff --git a/utils/unittest_suite.py b/utils/unittest_suite.py
index c0c28f5dddcd4514c924e9ab7909cfc90b4d3d30..6364df8c5eedf5debeeeeb9291163eed72d911a3 100755
--- a/utils/unittest_suite.py
+++ b/utils/unittest_suite.py
@@ -45,6 +45,10 @@ REQUIRES_SIMPLEJSON = set((
'serviceHandler_unittest.py',
))
+REQUIRES_AUTH = set ((
+ 'trigger_unittest.py',
+ ))
+
LONG_RUNTIME = set((
'barrier_unittest.py',
'logging_manager_test.py',
@@ -54,6 +58,7 @@ LONG_TESTS = (REQUIRES_DJANGO |
REQUIRES_MYSQLDB |
REQUIRES_GWT |
REQUIRES_SIMPLEJSON |
+ REQUIRES_AUTH |
LONG_RUNTIME)
« no previous file with comments | « utils/compile_gwt_clients.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698