Fix tests

R=ojan@chromium.org
NOTRY=true

Review URL: https://codereview.chromium.org/558363002

git-svn-id: svn://svn.chromium.org/blink/trunk@181776 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 051bbbd1
...@@ -22,7 +22,8 @@ mocha.checkLeaks(); ...@@ -22,7 +22,8 @@ mocha.checkLeaks();
mocha.globals(['net', 'scrolled', 'oCursor', 'availableWidth', 'topNotUsableSize', mocha.globals(['net', 'scrolled', 'oCursor', 'availableWidth', 'topNotUsableSize',
'xLabelWidth', 'nblab', 'bottomNotUsableHeightWithoutXLabels', 'xLabelWidth', 'nblab', 'bottomNotUsableHeightWithoutXLabels',
'bottomNotUsableHeightWithXLabels', 'availableHeight', 'clrx', 'clrwidth', 'bottomNotUsableHeightWithXLabels', 'availableHeight', 'clrx', 'clrwidth',
'clry', 'clrheight']); 'clry', 'clrheight', 'fmtYLabel', 'lgtxt', 'lgtxt2']);
mocha.setup('bdd'); mocha.setup('bdd');
</script> </script>
......
...@@ -7,6 +7,7 @@ found in the LICENSE file. ...@@ -7,6 +7,7 @@ found in the LICENSE file.
<link rel="import" href="../lib/test/ct-scheduled-updater-tests.html"> <link rel="import" href="../lib/test/ct-scheduled-updater-tests.html">
<link rel="import" href="../lib/test/net-tests.html"> <link rel="import" href="../lib/test/net-tests.html">
<link rel="import" href="../lib/test/revisions-tests.html"> <link rel="import" href="../lib/test/revisions-tests.html">
<link rel="import" href="../lib/test/update-util-tests.html">
<link rel="import" href="../model/test/ct-builder-tests.html"> <link rel="import" href="../model/test/ct-builder-tests.html">
<link rel="import" href="../model/test/ct-builder-list-tests.html"> <link rel="import" href="../model/test/ct-builder-list-tests.html">
<link rel="import" href="../model/test/ct-commit-list-tests.html"> <link rel="import" href="../model/test/ct-commit-list-tests.html">
......
...@@ -42,7 +42,7 @@ found in the LICENSE file. ...@@ -42,7 +42,7 @@ found in the LICENSE file.
<template if="{{ failures && failures.failures && (!failures.failures[tree] || !failures.failures[tree].length) }}"> <template if="{{ failures && failures.failures && (!failures.failures[tree] || !failures.failures[tree].length) }}">
<ct-party-time></ct-party-time> <ct-party-time></ct-party-time>
</template> </template>
<ct-failure-stream title="Probably-hung bots" category="builders" groups="{{ failures.failures[tree] }}" commitLog="{{ commitLog }}" tree="{{ tree }}"></ct-failure-stream> <ct-failure-stream title="Probably-hung bots" category="builders" groups="{{ failures && failures.failures[tree] }}" commitLog="{{ commitLog }}" tree="{{ tree }}"></ct-failure-stream>
<ct-failure-stream title="Reliable failures" category="default" groups="{{ failures && failures.failures[tree] }}" commitLog="{{ commitLog }}" tree="{{ tree }}"></ct-failure-stream> <ct-failure-stream title="Reliable failures" category="default" groups="{{ failures && failures.failures[tree] }}" commitLog="{{ commitLog }}" tree="{{ tree }}"></ct-failure-stream>
<ct-failure-stream title="Failures that have only happened once (on one bot)" category="failedOnce" groups="{{ failures && failures.failures[tree] }}" commitLog="{{ commitLog }}" tree="{{ tree }}"></ct-failure-stream> <ct-failure-stream title="Failures that have only happened once (on one bot)" category="failedOnce" groups="{{ failures && failures.failures[tree] }}" commitLog="{{ commitLog }}" tree="{{ tree }}"></ct-failure-stream>
<ct-failure-stream title="Snoozed failures" category="snoozed" groups="{{ failures && failures.failures[tree] }}" commitLog="{{ commitLog }}" tree="{{ tree }}"></ct-failure-stream> <ct-failure-stream title="Snoozed failures" category="snoozed" groups="{{ failures && failures.failures[tree] }}" commitLog="{{ commitLog }}" tree="{{ tree }}"></ct-failure-stream>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment