Changeset 92126 in webkit
- Timestamp:
- Aug 1, 2011, 6:47:35 AM (15 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 4 edited
-
ChangeLog (modified) (1 diff)
-
inspector/debugger/scripts-sorting-expected.txt (modified) (1 diff)
-
inspector/debugger/scripts-sorting.html (modified) (1 diff)
-
platform/chromium/test_expectations.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r92124 r92126 1 2011-08-01 Pavel Feldman <pfeldman@google.com> 2 3 Not reviewed: unflake inspector test that was just added. 4 5 * inspector/debugger/scripts-sorting-expected.txt: 6 * inspector/debugger/scripts-sorting.html: 7 * platform/chromium/test_expectations.txt: 8 1 9 2011-08-01 Hayato Ito <hayato@chromium.org> 2 10 -
trunk/LayoutTests/inspector/debugger/scripts-sorting-expected.txt
r92109 r92126 15 15 jquery-1.5.1.min.js 16 16 jquery.cookie.js 17 LayoutTests/http/tests/inspector18 debugger-test.js19 inspector-test.js20 LayoutTests/inspector/debugger21 scripts-sorting.html22 17 Debugger was disabled. 23 18 -
trunk/LayoutTests/inspector/debugger/scripts-sorting.html
r92109 r92126 34 34 for (var i = 0; i < select.length; ++i) { 35 35 var text = select[i].textContent.replace(/\u00a0/g, " "); 36 if ( text.indexOf("LayoutTests/") !== -1)37 text = text.substring(text.indexOf("LayoutTests/"));36 if (select[i].nameForSorting.indexOf("LayoutTests/") !== -1) 37 continue; 38 38 InspectorTest.addResult(text); 39 39 } -
trunk/LayoutTests/platform/chromium/test_expectations.txt
r92121 r92126 3740 3740 BUGWK65453 MAC : fast/css/outline-auto-empty-rects.html = IMAGE 3741 3741 3742 // New test added by r92105.3743 BUGPFELDMAN WIN LINUX : inspector/debugger/scripts-sorting.html = PASS TEXT3744 3745 3742 BUGWK65462 VISTA : http/tests/cache/history-only-cached-subresource-loads-max-age-https.html = PASS TIMEOUT
Note:
See TracChangeset
for help on using the changeset viewer.