⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 90230 in webkit


Ignore:
Timestamp:
Jul 1, 2011, 8:55:37 AM (15 years ago)
Author:
Adam Roben
Message:

Make TestFailures stop loading old builds once we've explained all current failures

We used to do this, but some refactoring in r90165 broke this logic.

Fixes <http://webkit.org/b/63808> REGRESSION (r90165): TestFailures page always loads all
builds back to the beginning of time

Reviewed by Dan Bates.

  • BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/LayoutTestHistoryAnalyzer.js:

(LayoutTestHistoryAnalyzer.prototype.start): Stop fetching old builds once we're told that
all current failures have been explained.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/LayoutTestHistoryAnalyzer.js

    r90172 r90230  
    9898                    return;
    9999
     100                if (!callAgain)
     101                    return;
     102
    100103                if (analyzedAllBuilds) {
    101104                    if (analyzedAllBuildsCallback)
  • trunk/Tools/ChangeLog

    r90229 r90230  
     12011-07-01  Adam Roben  <aroben@apple.com>
     2
     3        Make TestFailures stop loading old builds once we've explained all current failures
     4
     5        We used to do this, but some refactoring in r90165 broke this logic.
     6
     7        Fixes <http://webkit.org/b/63808> REGRESSION (r90165): TestFailures page always loads all
     8        builds back to the beginning of time
     9
     10        Reviewed by Dan Bates.
     11
     12        * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/LayoutTestHistoryAnalyzer.js:
     13        (LayoutTestHistoryAnalyzer.prototype.start): Stop fetching old builds once we're told that
     14        all current failures have been explained.
     15
    1162011-07-01  Adam Roben  <aroben@apple.com>
    217
Note: See TracChangeset for help on using the changeset viewer.