Title: [129056] trunk/LayoutTests
Revision
129056
Author
[email protected]
Date
2012-09-19 15:53:20 -0700 (Wed, 19 Sep 2012)

Log Message

Unreviewed - remove debugging code from a pair of tests.

During development these tests had their own timers to terminate early
rather than timing out, so partial script output could be seen. Removing,
as it could cause the tests to flake under load.

* storage/indexeddb/lazy-index-population.html:
* storage/indexeddb/resources/cursor-finished.js:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (129055 => 129056)


--- trunk/LayoutTests/ChangeLog	2012-09-19 22:48:03 UTC (rev 129055)
+++ trunk/LayoutTests/ChangeLog	2012-09-19 22:53:20 UTC (rev 129056)
@@ -1,3 +1,14 @@
+2012-09-19  Joshua Bell  <[email protected]>
+
+        Unreviewed - remove debugging code from a pair of tests.
+
+        During development these tests had their own timers to terminate early
+        rather than timing out, so partial script output could be seen. Removing,
+        as it could cause the tests to flake under load.
+
+        * storage/indexeddb/lazy-index-population.html:
+        * storage/indexeddb/resources/cursor-finished.js:
+
 2012-09-19  Terry Anderson  <[email protected]>
 
         [chromium] Store the contents scale factor in PlatformContextSkia on initialization

Modified: trunk/LayoutTests/storage/indexeddb/lazy-index-population.html (129055 => 129056)


--- trunk/LayoutTests/storage/indexeddb/lazy-index-population.html	2012-09-19 22:48:03 UTC (rev 129055)
+++ trunk/LayoutTests/storage/indexeddb/lazy-index-population.html	2012-09-19 22:53:20 UTC (rev 129056)
@@ -2,7 +2,7 @@
 <script src=""
 <script src=""
 <script>
-setTimeout(finishJSTest, 4000);
+
 description("Verify edge cases that lazy index population in an IndexedDB implementation might reveal.");
 
 function test()

Modified: trunk/LayoutTests/storage/indexeddb/resources/cursor-finished.js (129055 => 129056)


--- trunk/LayoutTests/storage/indexeddb/resources/cursor-finished.js	2012-09-19 22:48:03 UTC (rev 129055)
+++ trunk/LayoutTests/storage/indexeddb/resources/cursor-finished.js	2012-09-19 22:53:20 UTC (rev 129056)
@@ -1,5 +1,4 @@
 description("Ensure cursor calls behave as expected after cursor has run to the end.");
-setTimeout(finishJSTest,1000);
 
 function test()
 {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to