Title: [127135] trunk/LayoutTests
Revision
127135
Author
[email protected]
Date
2012-08-30 07:31:10 -0700 (Thu, 30 Aug 2012)

Log Message

REGRESSION(r127039): It broke inspector/timeline/timeline-load.html fails on many platforms
https://bugs.webkit.org/show_bug.cgi?id=95414

Unreviewed. Remove stray InspectorTest.completeTest() from a method that is called from several test cases.

* inspector/timeline/timeline-load.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (127134 => 127135)


--- trunk/LayoutTests/ChangeLog	2012-08-30 14:05:18 UTC (rev 127134)
+++ trunk/LayoutTests/ChangeLog	2012-08-30 14:31:10 UTC (rev 127135)
@@ -1,3 +1,12 @@
+2012-08-30  Andrey Kosyakov  <[email protected]>
+
+        REGRESSION(r127039): It broke inspector/timeline/timeline-load.html fails on many platforms
+        https://bugs.webkit.org/show_bug.cgi?id=95414
+
+        Unreviewed. Remove stray InspectorTest.completeTest() from a method that is called from several test cases.
+
+        * inspector/timeline/timeline-load.html:
+
 2012-08-30  Csaba Osztrogonác  <[email protected]>
 
         [Qt][WK2] Unreviewed gardening, unskip now passing tests.

Modified: trunk/LayoutTests/inspector/timeline/timeline-load.html (127134 => 127135)


--- trunk/LayoutTests/inspector/timeline/timeline-load.html	2012-08-30 14:05:18 UTC (rev 127134)
+++ trunk/LayoutTests/inspector/timeline/timeline-load.html	2012-08-30 14:31:10 UTC (rev 127135)
@@ -28,7 +28,6 @@
             expectedOutput.shift();
             InspectorTest.assertEquals(JSON.stringify(expectedOutput), JSON.stringify(saveData), "saved data is not equal to restored");
             InspectorTest.addResult("passed");
-            InspectorTest.completeTest();
         }
 
         InspectorTest.override(model, "_createFileReader", createFileReader);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to