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

Unified Diff: Tools/GardeningServer/model/test/ct-failures-tests.html

Issue 530613002: Fix partytime. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: address review comments Created 6 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 | « Tools/GardeningServer/model/ct-failures.html ('k') | Tools/GardeningServer/test/unit-tests.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/model/test/ct-failures-tests.html
diff --git a/Tools/GardeningServer/model/test/ct-failures-tests.html b/Tools/GardeningServer/model/test/ct-failures-tests.html
index 8c9e11931b35dcc917ca1353cd63d17ead98750c..0547ffc3de21c1ccc6d683ae8142cd3ae7a4a1d5 100644
--- a/Tools/GardeningServer/model/test/ct-failures-tests.html
+++ b/Tools/GardeningServer/model/test/ct-failures-tests.html
@@ -349,6 +349,7 @@ describe('ct-failures', function() {
describe('processTrooperFailures', function() {
it('should filter out updates that are not alerts', function() {
var analyzer = new CTFailures(new CTCommitList(undefined, []));
+ analyzer.failures = {};
analyzer._processTrooperFailures(
{'key_1': {'tree_1': {should_alert: true, should_appear: true},
'tree_2': {should_alert: false, should_appear: false}},
« no previous file with comments | « Tools/GardeningServer/model/ct-failures.html ('k') | Tools/GardeningServer/test/unit-tests.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698