RESOLVED FIXED 10965
Layout tests need a way to specify a need for a clean session history
https://bugs.webkit.org/show_bug.cgi?id=10965
Summary Layout tests need a way to specify a need for a clean session history
Adam Roben (:aroben)
Reported 2006-09-21 01:14:59 PDT
As reported in bug 10958, fast/js/window-properties.html will fail when run with all the other layout tests, but running it by itself or running all of fast/js will show it passing. This is causing the failures on the buildbot.
Attachments
Adam Roben (:aroben)
Comment 1 2006-09-21 01:20:52 PDT
*** Bug 10926 has been marked as a duplicate of this bug. ***
Adam Roben (:aroben)
Comment 2 2006-09-29 03:25:22 PDT
The failure seems to be caused by DumpRenderTree opening every test in the same WebView, thereby building up a session history. We need tests to be able to specify that they need a clean session.
Adam Roben (:aroben)
Comment 3 2006-10-02 14:08:03 PDT
r16720 fixes the checked-in results to match what you get when you do a full LayoutTests run. However, we still need a way for tests to specify they need a clean history.
Mihai Parparita
Comment 4 2010-08-09 16:16:54 PDT
layoutTestController.clearBackForwardList got added a long time ago (http://trac.webkit.org/changeset/25515, if not earlier).
Note You need to log in before you can comment on or make changes to this bug.