Changeset 90230 in webkit
- Timestamp:
- Jul 1, 2011, 8:55:37 AM (15 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/LayoutTestHistoryAnalyzer.js (modified) (1 diff)
-
ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/LayoutTestHistoryAnalyzer.js
r90172 r90230 98 98 return; 99 99 100 if (!callAgain) 101 return; 102 100 103 if (analyzedAllBuilds) { 101 104 if (analyzedAllBuildsCallback) -
trunk/Tools/ChangeLog
r90229 r90230 1 2011-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 1 16 2011-07-01 Adam Roben <aroben@apple.com> 2 17
Note:
See TracChangeset
for help on using the changeset viewer.