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

Unified Diff: Tools/GardeningServer/scripts/model.js

Issue 360553005: Remove the Expected Failures tab (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix teh testsw Created 6 years, 6 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/scripts/garden-o-matic.js ('k') | Tools/GardeningServer/scripts/ui.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/scripts/model.js
diff --git a/Tools/GardeningServer/scripts/model.js b/Tools/GardeningServer/scripts/model.js
index 71bb759940c418decb42ade7eb78e8463a0bbeca..b82d997ad5e081cf71844e3be86be820d14476f3 100644
--- a/Tools/GardeningServer/scripts/model.js
+++ b/Tools/GardeningServer/scripts/model.js
@@ -195,21 +195,4 @@ model.unexpectedFailureInfoForTestName = function(testName)
});
};
-// failureCallback is called multiple times: once for each failure
-model.analyzeexpectedFailures = function(failureCallback)
-{
- var expectedFailures = results.expectedFailuresByTest(model.state.resultsByBuilder);
- $.each(expectedFailures, function(testName, resultNodesByBuilder) {
- var failureAnalysis = {
- 'testName': testName,
- 'resultNodesByBuilder': resultNodesByBuilder,
- };
-
- // FIXME: Consider looking at the history to see how long this test
- // has been failing.
-
- failureCallback(failureAnalysis);
- });
-};
-
})();
« no previous file with comments | « Tools/GardeningServer/scripts/garden-o-matic.js ('k') | Tools/GardeningServer/scripts/ui.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698