From 87255a44944ef4dfc74634b12361b43d67e79a59 Mon Sep 17 00:00:00 2001 From: "rniwa@webkit.org" Date: Wed, 23 Oct 2013 20:51:39 +0000 Subject: [PATCH] Reverted erroneously committed changes from the previous commit. * index.html: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@157881 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- Websites/test-results/ChangeLog | 6 ++++++ Websites/test-results/index.html | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Websites/test-results/ChangeLog b/Websites/test-results/ChangeLog index 8c41c1c5f9ca..991cd9f7d4ec 100644 --- a/Websites/test-results/ChangeLog +++ b/Websites/test-results/ChangeLog @@ -1,3 +1,9 @@ +2013-10-23 Ryosuke Niwa + + Reverted erroneously committed changes from the previous commit. + + * index.html: + 2013-10-23 Ryosuke Niwa Clicking on a test name on the new flakiness dashboard should add a new test pane diff --git a/Websites/test-results/index.html b/Websites/test-results/index.html index 01dd94cb41b0..66fd109b9a41 100644 --- a/Websites/test-results/index.html +++ b/Websites/test-results/index.html @@ -338,7 +338,6 @@ TestResultsView.fetchTests = function (testNames, doNotUpdateHash) { } TestResultsView._matchesFailureType = function (results, failureType, tn) { - return true; if (!results.length) return false; var latestActualResult = results[0].actual; @@ -417,7 +416,7 @@ TestResultsView.fetchFailingTestsForBuilder = function (builderName, numberOfDay var self = this; var xhr = new XMLHttpRequest(); - xhr.open("GET", 'api/failing-tests.php?builder=' + escape(builderName) + '&days=' + numberOfDays + '&failureType=' + failureType, true); + xhr.open("GET", 'api/failing-tests.php?builder=' + escape(builderName) + '&days=' + numberOfDays, true); xhr.onload = function(event) { var response = JSON.parse(xhr.response); section.innerHTML = ''; -- 2.36.0