| Index: Tools/GardeningServer/model/ct-failure.html
|
| diff --git a/Tools/GardeningServer/model/ct-failure.html b/Tools/GardeningServer/model/ct-failure.html
|
| index b91363b468b0b09e1dc64c279bfd8287c060b8c0..14b2696eb0c965bdfbf80c1641071cec3cc26155 100644
|
| --- a/Tools/GardeningServer/model/ct-failure.html
|
| +++ b/Tools/GardeningServer/model/ct-failure.html
|
| @@ -5,14 +5,11 @@ found in the LICENSE file.
|
| -->
|
|
|
| <script>
|
| -function CTFailure(step, reason, resultsByBuilder, firstFailingRevisions, lastPassingRevisions) {
|
| +function CTFailure(step, reason, resultsByBuilder) {
|
| this.step = step;
|
| // FIXME: Rename this to reason.
|
| this.testName = reason;
|
| this.resultNodesByBuilder = resultsByBuilder;
|
| - // FIXME: Move these up one layer to the groupedFailures object.
|
| - this.firstFailingRevisions = firstFailingRevisions;
|
| - this.lastPassingRevisions = lastPassingRevisions;
|
| }
|
|
|
| CTFailure.prototype.flakinessDashboardURL = function(tree) {
|
|
|