Title: [92126] trunk/LayoutTests
Revision
92126
Author
[email protected]
Date
2011-08-01 06:47:35 -0700 (Mon, 01 Aug 2011)

Log Message

2011-08-01  Pavel Feldman  <[email protected]>

        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:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (92125 => 92126)


--- trunk/LayoutTests/ChangeLog	2011-08-01 12:45:12 UTC (rev 92125)
+++ trunk/LayoutTests/ChangeLog	2011-08-01 13:47:35 UTC (rev 92126)
@@ -1,3 +1,11 @@
+2011-08-01  Pavel Feldman  <[email protected]>
+
+        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:
+
 2011-08-01  Hayato Ito  <[email protected]>
 
         Add support for getting an element in shadow root by its id into a window.internals object.

Modified: trunk/LayoutTests/inspector/debugger/scripts-sorting-expected.txt (92125 => 92126)


--- trunk/LayoutTests/inspector/debugger/scripts-sorting-expected.txt	2011-08-01 12:45:12 UTC (rev 92125)
+++ trunk/LayoutTests/inspector/debugger/scripts-sorting-expected.txt	2011-08-01 13:47:35 UTC (rev 92126)
@@ -14,10 +14,5 @@
 /i/js
     jquery-1.5.1.min.js
     jquery.cookie.js
-LayoutTests/http/tests/inspector
-    debugger-test.js
-    inspector-test.js
-LayoutTests/inspector/debugger
-    scripts-sorting.html
 Debugger was disabled.
 

Modified: trunk/LayoutTests/inspector/debugger/scripts-sorting.html (92125 => 92126)


--- trunk/LayoutTests/inspector/debugger/scripts-sorting.html	2011-08-01 12:45:12 UTC (rev 92125)
+++ trunk/LayoutTests/inspector/debugger/scripts-sorting.html	2011-08-01 13:47:35 UTC (rev 92126)
@@ -33,8 +33,8 @@
         var select = WebInspector.panels.scripts._filesSelectElement;
         for (var i = 0; i < select.length; ++i) {
             var text = select[i].textContent.replace(/\u00a0/g, " ");
-            if (text.indexOf("LayoutTests/") !== -1)
-                text = text.substring(text.indexOf("LayoutTests/"));
+            if (select[i].nameForSorting.indexOf("LayoutTests/") !== -1)
+                continue;
             InspectorTest.addResult(text);
         }
         InspectorTest.completeDebuggerTest();

Modified: trunk/LayoutTests/platform/chromium/test_expectations.txt (92125 => 92126)


--- trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-08-01 12:45:12 UTC (rev 92125)
+++ trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-08-01 13:47:35 UTC (rev 92126)
@@ -3739,7 +3739,4 @@
 
 BUGWK65453 MAC : fast/css/outline-auto-empty-rects.html = IMAGE
 
-// New test added by r92105.
-BUGPFELDMAN WIN LINUX : inspector/debugger/scripts-sorting.html = PASS TEXT
-
 BUGWK65462 VISTA : http/tests/cache/history-only-cached-subresource-loads-max-age-https.html = PASS TIMEOUT
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to