[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.18-1-697-g2f78b87
darin at chromium.org
darin at chromium.org
Wed Jan 20 22:26:22 UTC 2010
The following commit has been merged in the debian/unstable branch:
commit dcda9c20b2f0a7b1e7d65ea1523a49335e4512b3
Author: darin at chromium.org <darin at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Sat Jan 16 01:18:18 2010 +0000
2010-01-15 Darin Fisher <darin at chromium.org>
Fix flakey test.
Add a call to clearBackForwardList.
* fast/history/history-length.html:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53352 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 0649bf0..b263738 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,5 +1,13 @@
2010-01-15 Darin Fisher <darin at chromium.org>
+ Fix flakey test.
+
+ Add a call to clearBackForwardList.
+
+ * fast/history/history-length.html:
+
+2010-01-15 Darin Fisher <darin at chromium.org>
+
Reviewed by Dimitri Glazkov.
Disable page cache and add diagnostic output in the failure case.
diff --git a/LayoutTests/fast/history/history-length.html b/LayoutTests/fast/history/history-length.html
index 41b0b2f..4baa7e7 100644
--- a/LayoutTests/fast/history/history-length.html
+++ b/LayoutTests/fast/history/history-length.html
@@ -4,6 +4,7 @@ onload = function() {
sessionStorage.testStage = 0;
if (window.layoutTestController) {
layoutTestController.dumpAsText();
+ layoutTestController.clearBackForwardList();
layoutTestController.waitUntilDone();
}
}
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list