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

Side by Side Diff: Tools/GardeningServer/scripts/ui_unittests.js

Issue 359813002: Fix GardeningServer/scripts/ui_unittests.js (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2011 Google Inc. All rights reserved. 2 * Copyright (C) 2011 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions 5 * modification, are permitted provided that the following conditions
6 * are met: 6 * are met:
7 * 1. Redistributions of source code must retain the above copyright 7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer. 8 * notice, this list of conditions and the following disclaimer.
9 * 2. Redistributions in binary form must reproduce the above copyright 9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the 10 * notice, this list of conditions and the following disclaimer in the
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 '</span>' + 246 '</span>' +
247 '</a>' + 247 '</a>' +
248 '</summary>' + 248 '</summary>' +
249 '<table>' + 249 '<table>' +
250 '<tr>' + 250 '<tr>' +
251 '<td><a href="http://build.chromium.org/p/chromium.w ebkit/waterfall?builder=Linux">Linux</a></td>' + 251 '<td><a href="http://build.chromium.org/p/chromium.w ebkit/waterfall?builder=Linux">Linux</a></td>' +
252 '<td>554</td>' + 252 '<td>554</td>' +
253 '</tr>' + 253 '</tr>' +
254 '</table>' + 254 '</table>' +
255 '</details>' + 255 '</details>' +
256 ', trunk is at <a href="http://src.chromium.org/viewvc/blink?vie w=rev&amp;revision=555">555</a>' + 256 ', trunk is at <a href="http://src.chromium.org/viewvc/blink?vie w=rev&amp;revision=555">555</a>');
257 '<br>' +
258 'Last roll is to <a href="http://src.chromium.org/viewvc/blink?v iew=rev&amp;revision=540">540</a>, current autoroll <a href="https://codereview. chromium.org/1000">540:550</a>');
259 start(); 257 start();
260 }); 258 });
261 }); 259 });
262 260
263 asyncTest("RevisionDetailsMediumRoll", 2, function() { 261 asyncTest("RevisionDetailsMediumRoll", 2, function() {
264 var rollFromRevision = 500; 262 var rollFromRevision = 500;
265 var rollToRevision = 550; 263 var rollToRevision = 550;
266 var simulator = new NetworkSimulator(); 264 var simulator = new NetworkSimulator();
267 simulator.json = function(url) 265 simulator.json = function(url)
268 { 266 {
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 '</span>' + 301 '</span>' +
304 '</a>' + 302 '</a>' +
305 '</summary>' + 303 '</summary>' +
306 '<table>' + 304 '<table>' +
307 '<tr>' + 305 '<tr>' +
308 '<td><a href="http://build.chromium.org/p/chromium.w ebkit/waterfall?builder=Linux">Linux</a></td>' + 306 '<td><a href="http://build.chromium.org/p/chromium.w ebkit/waterfall?builder=Linux">Linux</a></td>' +
309 '<td>554</td>' + 307 '<td>554</td>' +
310 '</tr>' + 308 '</tr>' +
311 '</table>' + 309 '</table>' +
312 '</details>' + 310 '</details>' +
313 ', trunk is at <a href="http://src.chromium.org/viewvc/blink?vie w=rev&amp;revision=555">555</a>' + 311 ', trunk is at <a href="http://src.chromium.org/viewvc/blink?vie w=rev&amp;revision=555">555</a>');
314 '<br>';
315 // 'Last roll is to <a href="http://src.chromium.org/viewvc/blin k?view=rev&amp;revision=500">500</a><span class="warning">(55 revisions behind)< /span>, current autoroll <a href="https://codereview.chromium.org/1000">500:550< /a>');
316 start(); 312 start();
317 }); 313 });
318 }); 314 });
319 315
320 asyncTest("RevisionDetailsBigRoll", 2, function() { 316 asyncTest("RevisionDetailsBigRoll", 2, function() {
321 var rollFromRevision = 440; 317 var rollFromRevision = 440;
322 var rollToRevision = 550; 318 var rollToRevision = 550;
323 var simulator = new NetworkSimulator(); 319 var simulator = new NetworkSimulator();
324 simulator.json = function(url) 320 simulator.json = function(url)
325 { 321 {
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 '</span>' + 356 '</span>' +
361 '</a>' + 357 '</a>' +
362 '</summary>' + 358 '</summary>' +
363 '<table>' + 359 '<table>' +
364 '<tr>' + 360 '<tr>' +
365 '<td><a href="http://build.chromium.org/p/chromium.w ebkit/waterfall?builder=Linux">Linux</a></td>' + 361 '<td><a href="http://build.chromium.org/p/chromium.w ebkit/waterfall?builder=Linux">Linux</a></td>' +
366 '<td>554</td>' + 362 '<td>554</td>' +
367 '</tr>' + 363 '</tr>' +
368 '</table>' + 364 '</table>' +
369 '</details>' + 365 '</details>' +
370 ', trunk is at <a href="http://src.chromium.org/viewvc/blink?vie w=rev&amp;revision=555">555</a>' + 366 ', trunk is at <a href="http://src.chromium.org/viewvc/blink?vie w=rev&amp;revision=555">555</a>');
371 '<br>' +
372 'Last roll is to <a href="http://src.chromium.org/viewvc/blink?v iew=rev&amp;revision=440">440</a><span class="critical">(115 revisions behind)</ span>, current autoroll <a href="https://codereview.chromium.org/1000">440:550</ a>');
373 start(); 367 start();
374 }); 368 });
375 }); 369 });
376 370
377 })(); 371 })();
OLDNEW
« 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