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

Changeset 92126 in webkit


Ignore:
Timestamp:
Aug 1, 2011, 6:47:35 AM (15 years ago)
Author:
pfeldman@chromium.org
Message:

2011-08-01 Pavel Feldman <pfeldman@google.com>

Not reviewed: unflake inspector test that was just added.

  • inspector/debugger/scripts-sorting-expected.txt:
  • inspector/debugger/scripts-sorting.html:
  • platform/chromium/test_expectations.txt:
Location:
trunk/LayoutTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r92124 r92126  
     12011-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
    192011-08-01  Hayato Ito  <hayato@chromium.org>
    210
  • trunk/LayoutTests/inspector/debugger/scripts-sorting-expected.txt

    r92109 r92126  
    1515    jquery-1.5.1.min.js
    1616    jquery.cookie.js
    17 LayoutTests/http/tests/inspector
    18     debugger-test.js
    19     inspector-test.js
    20 LayoutTests/inspector/debugger
    21     scripts-sorting.html
    2217Debugger was disabled.
    2318
  • trunk/LayoutTests/inspector/debugger/scripts-sorting.html

    r92109 r92126  
    3434        for (var i = 0; i < select.length; ++i) {
    3535            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;
    3838            InspectorTest.addResult(text);
    3939        }
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r92121 r92126  
    37403740BUGWK65453 MAC : fast/css/outline-auto-empty-rects.html = IMAGE
    37413741
    3742 // New test added by r92105.
    3743 BUGPFELDMAN WIN LINUX : inspector/debugger/scripts-sorting.html = PASS TEXT
    3744 
    37453742BUGWK65462 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.