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

Unified Diff: trunk/tools/commit-queue/projects.py

Issue 23861010: Revert 221358 "Boot ios_dbg_simulator tests from CQ" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/tools/commit-queue/projects.py
===================================================================
--- trunk/tools/commit-queue/projects.py (revision 221846)
+++ trunk/tools/commit-queue/projects.py (working copy)
@@ -324,15 +324,13 @@
'android_aosp': ['compile'],
'ios_dbg_simulator': [
'compile',
- # Tryjobs failing but not main waterfall. Can't tell which are OK,
- # booting all tests. crbug.com/285659
- # 'base_unittests',
- # 'content_unittests',
- # 'crypto_unittests',
- # 'url_unittests',
- # 'net_unittests',
- # 'sql_unittests',
- # 'ui_unittests',
+ 'base_unittests',
+ 'content_unittests',
+ 'crypto_unittests',
+ 'url_unittests',
+ 'net_unittests',
+ 'sql_unittests',
+ 'ui_unittests',
],
'ios_rel_device': ['compile'],
'linux_aura': linux_aura_tests,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698