Changeset 93224 in webkit
- Timestamp:
- Aug 17, 2011, 11:17:49 AM (15 years ago)
- Location:
- trunk/Tools
- Files:
-
- 4 edited
-
BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/FailingTestsBugForm_unittests.js (modified) (3 diffs)
-
BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/Trac.js (modified) (1 diff)
-
BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/trac_unittests.js (modified) (2 diffs)
-
ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/FailingTestsBugForm_unittests.js
r92135 r93224 78 78 'css1/basic/class_as_selector.html', 79 79 ], 80 expectedDescription: 'css1/basic/class_as_selector.html started failing on Windows 7 Release (Tests) between r9 and r10 (inclusive).\n\nhttp://trac.webkit.org/log/trunk?rev=10&stop_rev=9 \n\n[RESULTS PAGE URL Windows 7 Release (Tests), r8 (2)] passed\n[RESULTS PAGE URL Windows 7 Release (Tests), r10 (5)] failed\n',80 expectedDescription: 'css1/basic/class_as_selector.html started failing on Windows 7 Release (Tests) between r9 and r10 (inclusive).\n\nhttp://trac.webkit.org/log/trunk?rev=10&stop_rev=9&limit=3\n\n[RESULTS PAGE URL Windows 7 Release (Tests), r8 (2)] passed\n[RESULTS PAGE URL Windows 7 Release (Tests), r10 (5)] failed\n', 81 81 expectedTitle: 'REGRESSION (r8-r10): css1/basic/class_as_selector.html failing on Windows 7 Release (Tests)', 82 82 }, … … 88 88 'fast/css/ex-after-font-variant.html', 89 89 ], 90 expectedDescription: 'css1/basic/class_as_selector.html and fast/css/ex-after-font-variant.html started failing on Windows 7 Release (Tests) between r9 and r10 (inclusive).\n\nhttp://trac.webkit.org/log/trunk?rev=10&stop_rev=9 \n\n[RESULTS PAGE URL Windows 7 Release (Tests), r8 (2)] passed\n[RESULTS PAGE URL Windows 7 Release (Tests), r10 (5)] failed\n',90 expectedDescription: 'css1/basic/class_as_selector.html and fast/css/ex-after-font-variant.html started failing on Windows 7 Release (Tests) between r9 and r10 (inclusive).\n\nhttp://trac.webkit.org/log/trunk?rev=10&stop_rev=9&limit=3\n\n[RESULTS PAGE URL Windows 7 Release (Tests), r8 (2)] passed\n[RESULTS PAGE URL Windows 7 Release (Tests), r10 (5)] failed\n', 91 91 expectedTitle: 'REGRESSION (r8-r10): css1/basic/class_as_selector.html, fast/css/ex-after-font-variant.html failing on Windows 7 Release (Tests)', 92 92 }, … … 104 104 'css1/basic/class_as_selector8.html', 105 105 ], 106 expectedDescription: 'The following tests started failing on Windows 7 Release (Tests) between r9 and r10 (inclusive):\n\n css1/basic/class_as_selector1.html\n css1/basic/class_as_selector2.html\n css1/basic/class_as_selector3.html\n css1/basic/class_as_selector4.html\n css1/basic/class_as_selector5.html\n css1/basic/class_as_selector6.html\n css1/basic/class_as_selector7.html\n css1/basic/class_as_selector8.html\n\nhttp://trac.webkit.org/log/trunk?rev=10&stop_rev=9 \n\n[RESULTS PAGE URL Windows 7 Release (Tests), r8 (2)] passed\n[RESULTS PAGE URL Windows 7 Release (Tests), r10 (5)] failed\n',106 expectedDescription: 'The following tests started failing on Windows 7 Release (Tests) between r9 and r10 (inclusive):\n\n css1/basic/class_as_selector1.html\n css1/basic/class_as_selector2.html\n css1/basic/class_as_selector3.html\n css1/basic/class_as_selector4.html\n css1/basic/class_as_selector5.html\n css1/basic/class_as_selector6.html\n css1/basic/class_as_selector7.html\n css1/basic/class_as_selector8.html\n\nhttp://trac.webkit.org/log/trunk?rev=10&stop_rev=9&limit=3\n\n[RESULTS PAGE URL Windows 7 Release (Tests), r8 (2)] passed\n[RESULTS PAGE URL Windows 7 Release (Tests), r10 (5)] failed\n', 107 107 expectedTitle: 'REGRESSION (r8-r10): 8 css1/basic tests failing on Windows 7 Release (Tests)', 108 108 }, -
trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/Trac.js
r92354 r93224 138 138 rev: endRevision, 139 139 stop_rev: startRevision, 140 // Trac requires limit to be 1 more than the number of revisions we actually want to show. 141 // See <http://trac.edgewall.org/ticket/10317>. 142 limit: endRevision - startRevision + 2, 140 143 }; 141 144 -
trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/trac_unittests.js
r92497 r93224 286 286 287 287 test("logURL", 4, function() { 288 equals(trac.logURL('trunk', 1234, 1236, false, false), "http://trac.webkit.org/log/trunk?rev=1236&stop_rev=1234 ");289 equals(trac.logURL('trunk', 1234, 1234, true, false), "http://trac.webkit.org/log/trunk?rev=1234&stop_rev=1234& verbose=on");290 equals(trac.logURL('trunk', 1236, 1236, false, true), "http://trac.webkit.org/log/trunk?rev=1236&stop_rev=1236& format=rss");291 equals(trac.logURL('trunk', 1234, 1236, true, true), "http://trac.webkit.org/log/trunk?rev=1236&stop_rev=1234& verbose=on&format=rss");288 equals(trac.logURL('trunk', 1234, 1236, false, false), "http://trac.webkit.org/log/trunk?rev=1236&stop_rev=1234&limit=4"); 289 equals(trac.logURL('trunk', 1234, 1234, true, false), "http://trac.webkit.org/log/trunk?rev=1234&stop_rev=1234&limit=2&verbose=on"); 290 equals(trac.logURL('trunk', 1236, 1236, false, true), "http://trac.webkit.org/log/trunk?rev=1236&stop_rev=1236&limit=2&format=rss"); 291 equals(trac.logURL('trunk', 1234, 1236, true, true), "http://trac.webkit.org/log/trunk?rev=1236&stop_rev=1234&limit=4&verbose=on&format=rss"); 292 292 }); 293 293 … … 319 319 simulator.get = function(url, callback) 320 320 { 321 equals(url, 'http://trac.webkit.org/log/trunk?rev=12365&stop_rev=12345& verbose=on&format=rss');321 equals(url, 'http://trac.webkit.org/log/trunk?rev=12365&stop_rev=12345&limit=22&verbose=on&format=rss'); 322 322 simulator.scheduleCallback(function() { 323 323 var parser = new DOMParser(); -
trunk/Tools/ChangeLog
r93223 r93224 1 2011-08-17 Adam Roben <aroben@apple.com> 2 3 Tell Trac logs always to display all specified revisions in a single page 4 5 Trac imposes a default limit of 100 revisions per log page. We need to tell it to allow more 6 revisions than that. 7 8 Fixes <http://webkit.org/b/66373> Links to Trac from TestFailures page don't always show all 9 relevant revisions 10 11 Reviewed by Daniel Bates. 12 13 * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/Trac.js: 14 (trac.logURL): Add a limit parameter to the log URL that allows all revisions to be seen in 15 a single page. 16 17 * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/FailingTestsBugForm_unittests.js: 18 * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/trac_unittests.js: 19 Updated tests for the above. 20 1 21 2011-08-17 Adam Roben <aroben@apple.com> 2 22
Note:
See TracChangeset
for help on using the changeset viewer.