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

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

Issue 638333002: Take two at fixing duplicate alert failures. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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/test/ct-failures-tests.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/model/test/ct-step-failure-tests.html
diff --git a/Tools/GardeningServer/model/test/ct-step-failure-tests.html b/Tools/GardeningServer/model/test/ct-step-failure-tests.html
index aeefa604c8081feaffbd7877bed5d54adaba5a25..424103b2f7581ed0d62eb01ecb966115e791a031 100644
--- a/Tools/GardeningServer/model/test/ct-step-failure-tests.html
+++ b/Tools/GardeningServer/model/test/ct-step-failure-tests.html
@@ -11,7 +11,7 @@ found in the LICENSE file.
var assert = chai.assert;
-describe('ct-failure model', function() {
+describe('CTStepFailure', function() {
var tests = [
{
failure: new CTStepFailure('browser_tests', 'FooTest.Bar', {}, 123, 123),
@@ -24,9 +24,9 @@ describe('ct-failure model', function() {
expectedKey: 'webkit_tests::fast/text/foo.html',
},
{
- failure: new CTStepFailure('compile', undefined, {}, 123, 123),
+ failure: new CTStepFailure('compile', undefined, {builder1: {}}, 123, 123),
expectedGroupName: undefined,
- expectedKey: 'compile::undefined',
+ expectedKey: 'compile::builder1',
}
];
« no previous file with comments | « Tools/GardeningServer/model/test/ct-failures-tests.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698